What problem does it solve?
This Skill provides a repeatable, standards-based approach to creating Claude Skill Units. It ensures every skill exposes a valid SKILL.md at its root with a name and description in frontmatter and a concise operational body, enabling reliable discovery and consistent behavior across skills.
Core Features & Use Cases
- Standardized SKILL.md frontmatter (name and description) as the trigger and discovery mechanism.
- Progressive disclosure: metadata loaded in context, full instructions loaded when triggered.
- Step-by-step Skill Creation Process (planning, structuring, and iteration) for new or updated skills.
- Clear guidance on optional resources (scripts/, references/, assets/) to accompany Skill Units.
- Templates, validation prompts, and best practices to maintain consistency across multiple skills.
Quick Start
Create a new skill folder and add a SKILL.md that adheres to the frontmatter and body structure described here. Then populate the body with actionable instructions and place any supporting files in optional directories as needed.