What problem does it solve?
The Skill Creator provides a structured, repeatable workflow for building Claude Code skills—from capturing user intent and drafting SKILL.md, to designing eval prompts, running iterative experiments, and refining the skill based on feedback.
Core Features & Use Cases
- Capture Intent: Define what the skill enables and when it should trigger.
- Interview and Research: Gather edge cases, dependencies, and success criteria to inform test prompts.
- Write the SKILL.md: Create a frontmatter with name and description, followed by a concise, actionable instruction body.
- Skill Writing Guide: Guidance on progressive disclosure, descriptions, and testing patterns.
- Progressive Disclosure: Four-level loading pattern: Metadata, SKILL.md body, and optional bundled resources.
- Reference and Tooling: Optional scripts/references/assets to support deterministic tasks and deeper knowledge.
Quick Start
Draft a new SKILL.md, prepare a small eval set, and run the loop to start iterating toward a polished skill.