Interactively scaffold a new Claude Code skill (SKILL.md). Lightweight alternative to /skill-creator — focused on quick creation without evals or benchmarking. Trigger when user says "create command", "new command", "make a command", "add a slash command", "create skill", "new skill", "scaffold skill", or requests creating a new custom skill for Claude Code.
Interactively scaffold a new Claude Code skill.
This is a lightweight scaffolding tool. For test/eval-driven skill development with benchmarking, use /skill-creator instead.
A skill is a directory with SKILL.md as the entrypoint:
<skill-name>/
├── SKILL.md # Main instructions (required)
├── template.md # Template for Claude to fill in (optional)
├── examples/ # Example outputs (optional)
└── scripts/ # Scripts Claude can execute (optional)
SKILL.md uses YAML frontmatter + Markdown content:
---