RepoDepot
Category

Slash Commands

Slash commands inject structured prompts into your current Claude Code session. Great for repeatable workflows — code review, spec writing, release notes — without rewriting the prompt each time.

Frequently asked

About slash commands

What is a Claude Code slash command?+

A slash command is a user-invoked prompt template. Type /command in Claude Code and the command’s structured prompt is injected into the current session. Useful for repeatable workflows like code review, spec writing, or release notes.

How do I add a slash command?+

Drop a markdown file into .claude/commands/ in your project (or ~/.claude/commands/ for global). The filename becomes the command name; the body is the prompt template.

Browse other categories