What problem does it solve?
This Skill removes the uncertainty and guesswork of creating a new Claude Code skill correctly by guiding you through Anthropic’s required structure, routing description, and validation steps.
Core Features & Use Cases
- Interactive skill authoring: Collects your use case, purpose, category, trigger phrases, and negative triggers before generating any files.
- Correct scaffolding: Ensures the folder name matches the
name: frontmatter and creates the minimal SKILL.md-first layout (plus optional references/, scripts/, or assets/ when appropriate).
- Description quality control: Drafts a discovery description that includes both what it does and when to use it, then prompts you to sanity-check routing coverage.
- Anti-pattern self-review: Runs a checklist aligned to the authoring guide requirements (naming, frontmatter constraints, trigger specificity, size limits, and documentation rules).
- Install + smoke test workflow: Guides you to deploy to
~/.claude/skills/ and verify the skill fires on intended triggers.
Quick Start
Run /skill-create and describe what new Claude Code skill you want to build and when it should be used, including example trigger phrases.