What problem does it solve?
This skill provides a structured blueprint and best practices for designing Claude Code plugin skills. It helps plugin developers create self-contained SKILL.md frontmatter, lean core content, and clearly organized references, examples, and scripts to support progressive disclosure.
Core Features & Use Cases
- Structured Skill Blueprint: Defines a repeatable structure for new skills with mandatory SKILL.md, optional references, examples, and scripts.
- Progressive Disclosure: Encourages moving detailed documentation into references/examples/scripts to keep SKILL.md concise and loaded on demand.
- Plugin Development Guidance: Offers templates and conventions for plugin skills, including directory layout, naming, and validation checks.
- Use Scenarios: Create skills to cover tasks like tool integrations, domain workflows, or procedural guides for Claude Code plugins.
Quick Start
Create a new skill under the plugin's skills directory, add SKILL.md with frontmatter and a concise body, then add optional references, examples, and scripts as needed.