What problem does it solve?
This Skill provides a comprehensive guide to Claude Code plugin architecture, directory structure, and best practices, enabling developers to create well-organized, maintainable plugins that integrate seamlessly with Claude Code.
Core Features & Use Cases
- Plugin Directory Structure: Detailed explanation of the standardized directory layout for Claude Code plugins.
- Manifest Configuration: Guidance on the
plugin.json manifest, including required and recommended fields.
- Component Organization: Information on organizing commands, agents, skills, hooks, and scripts within a plugin.
- Auto-Discovery Mechanism: Explanation of how Claude Code automatically discovers and loads plugin components.
- Best Practices: Best practices for plugin organization, naming conventions, portability, and maintenance.
- Common Patterns: Examples of minimal, standard, and advanced plugin structures.
- Troubleshooting: Guidance on common issues like component loading, path resolution, and auto-discovery problems.
Quick Start
Run the 'create-plugin' command to get started with building a Claude Code plugin.