Slash Commands Builder
Slash commands let you trigger custom Claude Code actions with a single command — like /deploy, /review, or /standup.
They live in .claude/commands/ inside your project. Type /commandname in Claude Code to run them.
This wizard builds one command at a time. You can run it multiple times for different commands.
Name your command
This is what you'll type to run it. Keep it short and memorable.
Lowercase letters and dashes only. This becomes the filename (e.g. deploy.md).
What should this command do?
Describe the task Claude should perform when you run this command. Be specific — the more detail, the better Claude follows it.
Does this command take input? (optional)
Some commands need extra info when you run them — like a filename or environment name. For example: /deploy production.
Should Claude read any files first? (optional)
You can tell Claude to read specific files before running this command — like a config file, a changelog, or a test report.