Claude / Operating Manual

The Claude Code operating manual.

The terse-lookup layer of the Claude Manual. One page per capability, written for people who already know what they are after and want the shape of it fast. If you are new to Claude, read Start Here first.

Reference

Quick reference for each individual capability, one page each.

  1. SubagentsSpawn specialized agents for parallel or isolated work in their own context.
  2. Agent teamsFull peer agent sessions that message each other and share a task list, for work that needs live coordination rather than fire-and-forget delegation.
  3. SkillsProgressive-disclosure knowledge units, loaded by name at startup, with full instructions pulled only when Claude matches them to the task.
  4. Background TasksCoordinate long-running work across sessions, subagents, and context windows with a shared task list stored on disk.
  5. Scheduled tasks & /loopRun a prompt on a repeat or on a clock. /loop and the Cron tools schedule inside a session; /schedule runs detached cloud routines.
  6. MCP ServersConnect Claude Code to external tools and data sources via the Model Context Protocol.
  7. HooksShell commands that fire at lifecycle events. Use them to validate, block, log, or format without touching Claude's logic.
  8. Slash CommandsControl sessions and automate workflows with built-in and custom `/` commands.
  9. PluginsSingle-command installable bundles of slash commands, agents, MCP servers, and hooks.
  10. Memory & CLAUDE.mdInstruction files that load every session, giving Claude persistent project and personal context without re-explaining yourself each time.
  11. Context managementSteer what stays in the window and what persists across sessions. /compact directs compaction, /clear resets, /memory edits the memory files.
  12. WorkflowsHave Claude orchestrate tens to hundreds of parallel subagents in the background, with verification.
  13. Remote & WebRun and steer Claude Code beyond one terminal: remote sessions, cross-device Remote Control, and the desktop GUI.

Releases

Running changelog of models and Claude Code drops.

  1. ChangelogRunning log of notable Claude Code drops and model releases.