What problem does it solve?
Provides a standardized blueprint for creating Claude Code plugin skills, enabling lean SKILL.md with essential frontmatter and a clear path for adding references, examples, and scripts.
It ensures developers produce a consistent skill structure, and promotes progressive disclosure so deeper guidance lives in references while the core is immediately discoverable.
Core Features & Use Cases
- Enforces a frontmatter-driven SKILL.md with required fields (name, description) and a concise body for fast loading.
- Encourages progressive disclosure by placing detailed content in references/ and examples/ and scripts/ as needed.
- Guides the plugin-skill development workflow from scaffolding to validation and iteration, with clear separation of core concepts and extended material.
Quick Start
Create a new skill directory under skills/ with a SKILL.md frontmatter and progressively add references/, examples/, and scripts/ as content is developed.