What problem does it solve?
Provides a standardized, reusable framework to create and refine Claude Code plugin skills, ensuring consistent structure, lean SKILL.md bodies, and clear progressive disclosure for plugin development.
Core Features & Use Cases
- Establishes a clear SKILL.md frontmatter with mandatory name and description, and a concise Markdown body that loads on trigger.
- Defines a reusable resource bundle consisting of references, scripts, and assets to support deterministic tasks, documentation, and output templates.
- Enables plugin teams to rapidly create, validate, and iterate skills for Claude Code plugins, maintaining quality and consistency across the catalog.
- Supports progressive disclosure by moving detailed content to references/ while SKILL.md contains core concepts, workflows, and trigger patterns.
- Provides a guideline to validate skills via a skill-reviewer agent and iterative improvements based on real-world usage.
Quick Start
Create a new skill by drafting SKILL.md with frontmatter and a lean body, then add optional references/ and assets/ as needed.