What problem does it solve?
This skill removes uncertainty and errors when creating new Claude skill directories and SKILL.md files by providing a clear, prescriptive workflow for naming, frontmatter, trigger definition, and instruction structure so contributors produce consistent, discoverable skills.
Core Features & Use Cases
- Frontmatter generation: Templates and rules for required YAML fields including name and description that contains "Use when" trigger phrases.
- Name validation: Enforces kebab-case, folder-name matching, and reserved-word restrictions to prevent upload errors and unexpected triggers.
- Instruction and workflow scaffolding: Step-by-step guidance for writing the SKILL.md body, progressive disclosure levels, error handling, and a final validation checklist.
- Review and integration tasks: Guides scanning existing skills for overlap, updating CLAUDE.md, and presenting the finished skill for testing.
- Use Cases: Bootstrapping new skills, auditing existing SKILL.md files, onboarding contributors to Claude skill conventions.
Quick Start
Create a new kebab-case skill folder and write a SKILL.md with YAML frontmatter including name and a one-sentence description that contains "Use when" trigger phrases and an allowed-tools list.