What problem does it solve?
This skill provides a structured approach for creating, documenting, and refining Claude Code plugin skills. It codifies frontmatter requirements, progressive disclosure, and reusable resource patterns, enabling teams to consistently produce high-quality skills that are easy to discover, load, and maintain.
Core Features & Use Cases
- Enforces a standardized skill structure with a required SKILL.md frontmatter (name + description) and lean body content, plus optional resources in scripts/, references/, and assets/.
- Guides the Skill Creation Process from understanding use cases, planning reusable contents, to implementing and iterating with validation and packaging steps.
- Promotes progressive disclosure by moving detailed content to references/ and examples/ while keeping SKILL.md lean for quick discovery and load efficiency.
- Provides writing and formatting conventions: imperative/infinitive style, third-person description, and specific trigger phrases in SKILL.md frontmatter.
Quick Start
Create a new skill directory under plugin-name/skills/your-skill with SKILL.md frontmatter and a lean body, then add optional scripts/, references/, and assets/ as needed.