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

  1. Download or copy the file below
  2. Save it to .claude/commands/review-pr.md in your project
  3. In Claude Code, type /review-pr to invoke it
.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

  1. Download or copy the generated file
  2. Save it to .claude/commands/command-name.md in your project root
  3. Open Claude Code in that project directory
  4. Type /command-name to invoke it, or /command-name your input here to pass arguments