command-creator
Installation
SKILL.md
Command Creator
$ARGUMENTS
Create a new Claude Code slash command following ai-toolkit conventions.
Workflow
- Capture intent -- what should the command do and who invokes it?
- Pick scope -- project command, user command, or plugin command?
- Define frontmatter -- description, argument hint, allowed tools, model if needed
- Write command body -- instructions for Claude, not explanation for the user
- Add validation context -- expected output, constraints, follow-up checks
- Test and iterate -- invoke the command with representative arguments