What problem does it solve?
Provides a structured, reusable framework for creating and refining Claude Code plugin skills. Enables teams to capture consistent guidance, templates, and references while keeping SKILL.md lean, with detailed material organized in dedicated references and assets directories.
Core Features & Use Cases
- Enforce YAML frontmatter with a precise, third-person description to determine when a skill loads.
- Organize reusable resources into scripts/, references/, and assets/ to support deterministic tasks, knowledge references, and output templates.
- Validate structure by ensuring SKILL.md exists, includes required fields (name, description), and that a Markdown body is present; use references to store in-depth details.
- Provide clear templates and workflows for skill creation, testing, and iteration, including examples, references, and scripts that can be reused across skills.
- Apply progressive disclosure to minimize context load: core concepts appear in SKILL.md; detailed guidance moves to references/.
Quick Start
Create a new skill directory under skills/skill-name, add a SKILL.md with frontmatter, and populate optional resources as needed.
Quick Start
Create a new skill directory under skills/skill-name, add a SKILL.md with frontmatter, and populate optional resources as needed.