Run /model and choose Opus 4.5. It's fine to have this as the default.
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.
Escape — interrupt Claude mid-responseEscape Escape — 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 directoryClaude 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