What problem does it solve?
This skill provides a comprehensive, standardized approach to creating, organizing, and validating Claude Code plugin skills. It guides teams to structure SKILL.md frontmatter, define triggers, and plan bundled resources so skills load efficiently and remain maintainable.
Core Features & Use Cases
- Defines a lean SKILL.md blueprint with required frontmatter (name, description) and a clear Markdown body.
- Encourages progressive disclosure by moving detailed patterns, migration guides, and API references into
references/ and examples into examples/.
- Supports plugin development workflows by outlining how to organize
scripts/, references/, and assets/ for deterministic tasks, documentation, and output resources.
- Serves as a practical template for skill creation, validation, and iteration in Claude Code plugin ecosystems.
Quick Start
Create a new skill folder under skills, draft a lean SKILL.md with frontmatter for name and description, and outline core workflow instructions in the body.