All tools
Claude Code Slash Command Generator
Build custom Claude Code slash commands. Fill in the command name and instructions — generates a .claude/commands/ file ready to drop into your project. Start from a preset or write from scratch.
Start from a template:
/
Saved at: .claude/commands/review-pr.md
How to install this command
- Download or copy the file below
- Save it to
.claude/commands/review-pr.mdin your project - In Claude Code, type
/review-prto invoke it
Share with the community
.claude/commands/review-pr.md
What are Claude Code slash commands?
Slash commands (also called skills) are reusable instruction sets for Claude Code. Save a Markdown file to .claude/commands/name.md and type /name in Claude Code to invoke it with your custom instructions. Use $ARGUMENTS to pass dynamic input.
How to install a slash command
- Download or copy the generated file
- Save it to
.claude/commands/command-name.mdin your project root - Open Claude Code in that project directory
- Type
/command-nameto invoke it, or/command-name your input hereto pass arguments