10 Tips for Using Claude Code — From Its Creator

Reposted from Boris Cherny (@bcherny)’s Twitter Thread. Boris is the creator of Claude Code.


I’m Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is no one right way to use Claude Code — everyone’s setup is different. You should experiment to see what works for you!

1. Do More in Parallel

Spin up 3–5 git worktrees at once, each running its own Claude session in parallel. It’s the single biggest productivity unlock, and the top tip from the team.

Personally, I use multiple git checkouts, but most of the Claude Code team prefers worktrees — it’s the reason @amorriscode built native support for them into the Claude Desktop app!

Some practical tips:

  • Name your worktrees and set up shell aliases (za, zb, zc) so you can hop between them in one keystroke
  • Have a dedicated “analysis” worktree that’s only for reading logs and running BigQuery

Parallel workflow

See: Claude Code Worktrees

2. Start Every Complex Task in Plan Mode

Pour your energy into the plan so Claude can one-shot the implementation.

How the team does it:

  • One person has one Claude write the plan, then spins up a second Claude to review it as a Staff Engineer
  • The moment something goes sideways, switch back to Plan Mode and re-plan. Don’t keep pushing
  • Explicitly tell Claude to enter Plan Mode for verification steps, not just for the build

Plan Mode

3. Invest in Your CLAUDE.md

After every correction, end with: “Update your CLAUDE.md so you don’t make that mistake again.” Claude is eerily good at writing rules for itself.

Ruthlessly edit your CLAUDE.md over time. Keep iterating until Claude’s mistake rate measurably drops.

One engineer tells Claude to maintain a notes directory for every task/project, updated after every PR. They then point CLAUDE.md at it.

CLAUDE.md

4. Create Your Own Skills and Commit Them to Git

Reuse across every project.

Tips from the team:

  • If you do something more than once a day, turn it into a skill or command
  • Build a /techdebt slash command and run it at the end of every session to find and kill duplicated code
  • Set up a slash command that syncs 7 days of Slack, GDrive, Asana, and GitHub into one context dump
  • Build analytics-engineer-style agents that write dbt models, review code, and test changes in dev

See: Claude Code Custom Slash Commands

5. Claude Fixes Most Bugs by Itself

Here’s how the team does it:

  • Enable the Slack MCP, paste a Slack bug thread into Claude and just say “fix.” Zero context switching required
  • Just say “Go fix the failing CI tests.” Don’t micromanage how
  • Point Claude at Docker logs to troubleshoot distributed systems — it’s surprisingly capable at this

Bug fixing

6. Level Up Your Prompting

a. Challenge Claude:

  • “Grill me on these changes and don’t make a PR until I pass your test”
  • “Prove to me this works” — have Claude diff behavior between main and your feature branch

b. After a mediocre fix:

“Knowing everything you know now, scrap this and implement the elegant solution”

c. Reduce ambiguity: Write detailed specs before handing work off. The more specific you are, the better the output.

7. Terminal & Environment Setup

The team loves Ghostty! Synchronized rendering, 24-bit color, and proper Unicode support.

Other tips:

  • Use /statusline to customize your status bar to always show context usage and current git branch
  • Color-code and name your terminal tabs, some use tmux — one tab per task/worktree
  • Use voice dictation! You speak 3x faster than you type, and your prompts get way more detailed as a result (hit fn×2 on macOS)

Terminal setup

See: Claude Code Terminal Setup

8. Use Subagents

  • Append “use subagents” to any request where you want Claude to throw more compute at the problem
  • Offload individual tasks to subagents to keep your main agent’s context window clean and focused
  • Route permission requests to Opus 4.5 via a hook — let it scan for attacks and auto-approve the safe ones

Subagents

See: Claude Code Hooks

9. Use Claude for Data & Analytics

Ask Claude Code to use the bq CLI to pull and analyze metrics on the fly. The team has a BigQuery skill checked into the codebase, and everyone uses it for analytics queries directly in Claude Code. Boris personally hasn’t written a line of SQL in 6+ months.

This works for any database that has a CLI, MCP, or API.

10. Learning with Claude

  • Enable the “Explanatory” or “Learning” output style in /config to have Claude explain the why behind its changes
  • Have Claude generate a visual HTML presentation explaining unfamiliar code — it makes surprisingly good slides!
  • Ask Claude to draw ASCII diagrams of new protocols and codebases to help you understand them
  • Build a spaced-repetition learning skill: you explain your understanding, Claude asks follow-ups to fill gaps, stores the result

Hope these tips are helpful!

If you found this helpful, consider buying me a coffee to support more content like this.

Buy me a coffee