Run /model and choose Sonnet 5 or Opus 5.
Opus is more expensive than Sonnet but as it may slightly improve quality, it could pay for itself. Allow others to worry about cost.
Press Shift+Tab twice to enter plan mode. Iterate on the plan before any code is written. Good plans lead to one-shot implementations.
Check AGENTS.md into git so the whole team benefits. Create a CLAUDE.md file with claude /init and then symlink it to AGENTS.md. Ask Claude how to do that.
Give Claude a way to check its work. Require it to run tests, linters, and type-checkers.
Esc — interrupt Claude mid-responseEsc Esc — rewind to a previous checkpoint (restores code and/or conversation)Ctrl+Z — suspend, fg to resumeclaude --continue or /resume — resume later in the same project directoryexit, or use Ctrl+C twice.Claude can read and update Linear tickets directly. Install:
claude mcp add --transport sse linear-server https://mcp.linear.app/sse -s user
Claude can use glab directly (no MCP needed). Install with Homebrew: brew install glab
See Anthropic's guide: Claude Code Best Practices