Documentation
README
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
Command Locations
- Project:
.claude/commands/<name>.md - User:
~/.claude/commands/<name>.md - Plugin:
plugin-name/commands/<name>.md
This is the opening of the README. Read the full README on GitHub.