What problem does it solve?
This Skill eliminates the guesswork and common errors developers face when building Claude Code plugins, ensuring they follow official conventions for automatic component discovery, cross-platform portability, and long-term maintainability without broken paths or misconfigured manifests.
Core Features & Use Cases
- Complete Plugin Structure Guidance: Covers directory layout, plugin.json manifest configuration, and organization of all component types (commands, agents, skills, hooks) for Claude Code plugins.
- Best Practices & Troubleshooting: Provides actionable rules for portable path references using ${CLAUDE_PLUGIN_ROOT}, kebab-case naming conventions, and solutions for common issues like auto-discovery failures and path resolution errors.
- Use Case: A developer building a team-wide code review plugin can use this Skill to correctly structure all components, configure the manifest, and avoid path errors that would prevent the plugin from loading in Claude Code.
Quick Start
Use the Plugin Structure skill to scaffold a new Claude Code plugin with the correct directory layout and manifest configuration for your team's internal developer tools.