What problem does it solve?
This skill removes uncertainty and manual effort from creating Claude Code Skills by providing a clear, standards-driven template, metadata rules, and progressive disclosure guidance so teams can produce discoverable, safe, and consistent skills.
Core Features & Use Cases
- Standardized frontmatter: Enforces a two-field YAML header (name and description) with length and formatting guidance to ensure reliable autonomous discovery.
- Progressive disclosure architecture: Defines three content levels (metadata, SKILL.md body, and referenced resources) to minimize context footprint and load only active skill content.
- Templates and validation: Provides minimal, intermediate, and advanced SKILL.md templates, checklists, and navigation patterns for project or personal skills, useful when onboarding skill authors or standardizing team workflows.
- Use Case: Ideal for developer teams wanting to commit project-scoped skills into a repo, or for individuals creating personal skills that follow discovery and safety best practices.
Quick Start
Create a new skill directory under .claude/skills and add a SKILL.md with the required name and description frontmatter followed by overview, quick start, and detailed sections.