← All Guides

Claude Code

My Daily Claude Code Command List

The full list of my favorite Claude Code commands, all 13, grouped by when to reach for each one, with the exact syntax and a real example for every single one.

A free guide by New Money School

Save This

You commented SLASH, so here it is. This is the full list of my favorite Claude Code commands, all 13 of them, grouped by when to reach for each one. Save this page and come back to it.

You commented SLASH, so here it is. All 13 of my favorite Claude Code commands in one place, grouped by when you actually reach for them, each with what it does and the exact syntax to type. Save this page and come back to it.

Group 1Everyday Essentials

Command

/memory

Edit your CLAUDE.md files so Claude remembers your facts, preferences, and rules across future sessions, not just this one.

Type this

Copy

/memory

Command

/model

Switch which AI model you are using and save it as your default. Jump up for hard tasks like a big refactor, drop down for quick edits.

Type this

Copy

/model [model]

Command

/rewind

Roll the conversation and code back to an earlier checkpoint. When Claude goes down a wrong path, do not argue with it, just rewind to a clean point and start fresh.

Type this

Copy

/rewind

Group 2Power Moves

Command

/plan

Puts Claude in plan mode: it writes a full step-by-step plan and changes nothing until you approve it. Use it before anything big or risky.

Type this

Copy

/plan [description]

Command

/goal

Set a goal condition and Claude keeps working on its own until it is met, like all tests passing. Set it loose and walk away.

Type this

Copy

/goal [condition]

Command

/agents

Create specialized subagents with their own instructions and delegate tasks to them. Great for big jobs or anything you do over and over.

Type this

Copy

/agents

Command

/background

Detaches the session to run in the background so it keeps working while your terminal stays free. Great for long jobs you do not want to babysit.

Type this

Copy

/background [prompt]

Group 3Context & Cost Control

Command

/context

Shows a live breakdown of how full your context window is, so you can see what is filling it up before Claude starts forgetting things.

Type this

Copy

/context

Command

/compact

Summarizes the conversation so far to free up context without starting a new chat. Add a short note to control what survives.

Type this

Copy

/compact [instructions]

Command

/usage

Shows your session cost, plan usage limits, and activity stats all in one place, so you always know where you stand.

Type this

Copy

/usage

Group 4Safety & Automation

Command

/branch

Copies the current conversation so you can try a risky idea without losing your original path. Do not like it? Your original is right where you left it.

Type this

Copy

/branch [name]

Command

/security-review

Scans your pending changes for security problems like injection, auth issues, and data exposure before they go live. Run it right before you ship.

Type this

Copy

/security-review

Command

/loop

Runs a prompt over and over while your session stays open, so it can keep watch or run a check on repeat while you do other things.

Type this

Copy

/loop [interval] [prompt]

BonusMy Daily Flow

Here is how they chain in a real session: I start with /plan, set a /goal and walk away, watch with /context and trim with /compact, /rewind if it wanders, then run /security-review before I ship and check /usage to see where I landed. Save this page and go build something.

Keep the momentum going

There are 300+ more free guides covering AI for your career, your business, and your life. Find the next one worth your time.

Browse All Guides →