What problem does it solve?
Provide a consistent, repeatable process for creating, organizing, and validating Claude Code plugin skills so they are discoverable, maintainable, and efficient to load during runtime. Reduce ambiguity around SKILL.md frontmatter, progressive disclosure, and resource structuring to avoid bloated contexts and broken references.
Core Features & Use Cases
- Authoring guidelines: Explain required YAML frontmatter fields, third-person trigger phrasing, and imperative writing style for SKILL.md.
- Progressive disclosure: Advise what belongs in SKILL.md versus references/, examples/, and scripts/ to minimize context load and enable on-demand resource loading.
- Validation and packaging: Provide a checklist to validate frontmatter, referenced files, script executability, and packaging steps for distribution.
- Use Case: Help a plugin developer structure a new skill with SKILL.md, move long docs into references/, add example scripts, and run validation before publishing.
Quick Start
Ask Claude to generate a SKILL.md frontmatter with a clear name and third-person description containing trigger phrases, a concise imperative-body that references supporting files in references/, and a validation checklist to follow.