What problem does it solve?
This Skill streamlines creating Claude Skills by providing a consistent SKILL.md frontmatter, a clear progressive disclosure structure, and a ready-to-use directory template that teams can reuse to ensure uniform discovery and activation.
Core Features & Use Cases
- YAML Frontmatter Scaffold: Enforces required name and description fields and promotes consistent metadata across skills.
- Progressive Disclosure Template: Guides authors with Level 1 overview, Level 2 Quick Start, Level 3 details, and optional Level 4 references, keeping SKILL.md lean while enabling deep documentation via separate files.
- Full Directory Template: Includes optional scripts/, references/, and assets/ directories to house tooling, docs, and resources for scalable skills.
- Use Case: When you need to rapidly bootstrap a standardized Claude Skill across multiple projects or teams.
Quick Start
Create a new skill directory at the top level, add a SKILL.md with the required frontmatter, and optionally populate scripts/, references/, and assets/ to extend functionality.