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.

Step 1 of 4

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).

Step 2 of 4

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.

Step 3 of 4

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.

Step 4 of 4

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.

Your slash command is ready

command.md

                

📁 Save this file to .claude/commands/ inside your project folder. Then type in Claude Code to run it.