What problem does it solve? Creating a project-specific Claude Code skill by hand means remembering the correct directory location, frontmatter fields, and section layout every time. This Skill scaffolds a new project-local skill with the standard structure so you only fill in the content. ## Core Features & Use Cases - Slug validation: Checks that the slug is kebab-case, does not already exist, and does not shadow an existing dev-kit skill name. - Standard scaffold: Generates SKILL.md with frontmatter (name, description, when_to_use, model) and the standard sections (Activation, Inputs, Steps, Outputs, Success criteria, Out of scope, Cross-references). - Use Case: Your repo needs a domain-specific check that no shared workflow skill covers. Ask to create a local skill, provide a slug and description, and get a ready-to-fill SKILL.md at .claude/skills/<slug>/SKILL.md. ## Quick Start Create a new project-local skill called my-custom-check that validates our domain-specific naming conventions.