Claude Code Command Builder
Create maintainable Claude Code slash commands with clear argument handling, scoped behavior, and validation guidance.
Fast Workflow
- Clarify the command name, user-facing trigger, arguments, expected side effects, and whether it belongs in project or user scope.
- Keep the command body task-focused; put reusable examples or long references outside the command when they are not needed every run.
- Validate command names, frontmatter, argument hints, and file placement before claiming the command is ready.
- Give the user the installed path and one realistic invocation example.
Detailed Reference
Read references/full-guide.md when you need complete slash-command templates, argument patterns, examples, anti-patterns, and troubleshooting notes. Keep this entrypoint loaded first, then load only the reference sections relevant to the task.
Documentation
Read current Claude Code command docs when behavior depends on the installed Claude Code version.
Output
Give concrete file paths, commands, validation steps, and any restart/reload requirement. Avoid broad rewrites when a small generated file or setting is enough.