Claude Code tips

← Back to homepage

Use Opus 4.5

Run /model and choose Opus 4.5. It's fine to have this as the default.

Plan mode first

Press Shift+Tab twice to enter plan mode. Iterate on the plan before any code is written. Good plans lead to one-shot implementations.

AGENTS.md as team knowledge

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.

Verification loops

Give Claude a way to check its work. Require it to run tests, linters, and type-checkers.

Session control

Linear MCP

Claude can read and update Linear tickets directly. Install:

claude mcp add --transport sse linear-server https://mcp.linear.app/sse -s user

GitLab CLI

Claude can use glab directly (no MCP needed). Install with Homebrew: brew install glab

Read more

See Anthropic's guide: Claude Code Best Practices