What problem does it solve?
This Skill provides comprehensive guidance on Claude Code plugin architecture, directory layout, and best practices, enabling you to create well-organized, maintainable plugins that integrate seamlessly with Claude Code.
Core Features & Use Cases
- Plugin Directory Structure: Understand the conventional layout for automatic component discovery.
- Manifest Configuration: Learn about the
plugin.json manifest and its fields.
- Component Organization: Explore the organization of commands, agents, skills, and hooks.
- Path References: Utilize
${CLAUDE_PLUGIN_ROOT} for intra-plugin path references.
- File Naming Conventions: Follow best practices for naming directories and files.
- Auto-Discovery Mechanism: Discover and load components automatically.
- Best Practices: Follow organization, naming, portability, and maintenance best practices.
- Use Case: Use this Skill to create a plugin that integrates with Claude Code, organizing components like commands, agents, and hooks.
Quick Start
Use the plugin-structure skill to learn about plugin directory structure and manifest configuration.