Skip to content

Set up a working session

Run claude from the repository root. Claude reads the project from there, so start in the folder you actually work in — not your home directory.
terminal
claude
Run /doctor. It checks the installation, authentication, connected MCP servers and registered hooks, and flags a CLAUDE.md that has grown too long.
terminal
/doctor
Sonnet handles most coding tasks. Switch to Opus with /model opus when you are making architectural decisions, and back again when you are not.
terminal
/model
Describe a small, verifiable job — "fix the failing test in checkout.test.ts" — and watch the loop: gather context, take action, verify. Press Esc to steer at any point.