What problem does it solve?
Provide clear, reusable guidance to create, structure, and maintain Claude Code plugin skills, reducing duplicated effort, inconsistent formats, and bloated documentation that harms discoverability and context efficiency.
Core Features & Use Cases
- Skill authoring guidance: Define required SKILL.md frontmatter, trigger phrases, and imperative writing style to ensure reliable discovery and usage.
- Progressive disclosure: Recommend what belongs in SKILL.md versus references/examples/scripts to keep the skill lean and context-efficient.
- Resource organization & validation: Outline directory structure, validation checklist, and testing steps for plugin-integrated skills.
- Use Case: Add a new "pdf-editor" skill to a plugin by drafting SKILL.md with trigger phrases, moving detailed patterns into references/, and adding utility scripts to scripts/ for deterministic tasks.
Quick Start
Draft SKILL.md with YAML frontmatter including name and description, write the body in imperative form, and place detailed materials in references/ to enable progressive disclosure.