What problem does it solve?
This Skill removes the guesswork from structuring Claude Code plugins by showing how to arrange commands, agents, skills, hooks, and shared resources so they are easy to discover, maintain, and extend.
Core Features & Use Cases
- Plugin Layout Guidance: Defines the expected root-level directory structure and where each component type belongs.
- Manifest and Path Rules: Explains how to configure plugin metadata, custom component paths, and portable references.
- Skill Organization Patterns: Shows how to group related skills with supporting references, scripts, and assets for scalable workflows.
- Use Cases: Ideal for plugin authors creating new plugins, refactoring messy component layouts, or documenting team standards for Claude Code automation.
Quick Start
Create a new plugin or skill directory, add a SKILL.md entry point with the correct frontmatter, and organize any supporting files into the appropriate component folders.