Back to Claude Code hub
BEGINNERsnapshot-basedVerified 2026-03-31reference

Commands Reference

The command families that shape the Claude Code user experience

A practical index of the command groups exposed by Claude Code and what each one is for.

Core command families

Claude Code exposes command groups for planning, MCP, resume/session management, permissions, configuration, review, context inspection, and more.

The command surface reflects product priorities: conversation control, tool control, environment control, and long-running task control.

  • Planning commands help align before mutating code.
  • Resume/session commands support long-running work.
  • MCP commands manage external capabilities.
  • Permissions commands make safety decisions inspectable and retryable.

There are also CLI-level fast paths

The CLI entrypoint supports specialized fast paths for version checks, bridge/remote control, background sessions, daemon-style workers, MCP server modes, and other advanced flows.

This means the product is broader than the interactive chat shell alone.

Use commands as workflow markers, not just shortcuts

The important takeaway is not memorizing every slash command. It is understanding that commands reveal the major system boundaries: planning, session control, integrations, permissions, and execution modes.

Learn next

These guides are adjacent to the current topic and make the learning path easier to follow.