Claude Code is Anthropic's command-line tool for working with Claude, and slash commands are how you steer it: type / followed by a command to switch models, review code, manage your conversation, connect tools, or automate a task. This page is a plain-English map of the commands and core features worth knowing, with a dedicated guide behind each one.

New to Claude Code? You don't need to memorize these. Type /help in any session to see what's available, and start with the handful under "Working sessions" below.

How slash commands work

Every command starts with a forward slash and runs instantly, no full sentence required. Some open a picker or dialog, some take arguments (like /model opus), and some are skills: prompt-driven commands like /code-review and /loop that behave like built-in ones. The full command list lives in the official docs; the guides below explain the ones people ask about most, in language that assumes no background.

claude
/ /model switch the Claude model /init create a CLAUDE.md for this project /review review a pull request /loop run a prompt on repeat

Type / in Claude Code to see the command menu.

The command reference

Pick the command or feature you're curious about. Each links to a short, practical guide.

Working sessions

Project & memory

Model & config

Tools & integrations

Automation & scale

Code quality

Build on it