What problem does it solve?
Provides a standardized blueprint for creating Claude Code plugin skills, enabling consistent metadata, lean SKILL.md bodies, and a structured discovery surface through references, examples, and scripts.
Core Features & Use Cases
- Define SKILL.md with proper YAML frontmatter (name and description) and a concise, imperative body.
- Organize support resources in references/, examples/, and scripts/ to enable progressive disclosure and on-demand loading.
- Validate skill structure, enforce third-person description, and ensure triggers are explicit.
- Use cases include creating new skills for plugins, updating existing skills, and documenting best practices for skill creation.
Quick Start
Create a new skill directory under skills/ with SKILL.md. Add optional directories references/, examples/, and scripts/ as needed. In SKILL.md, provide frontmatter with the exact name and a description that describes trigger phrases in third person. Keep the body lean and move detailed guidance into references/. Use examples/ for runnable illustrations and scripts/ for utilities when needed.