added boris 1/feb workflow with screenshots
@@ -154,7 +154,7 @@ claude
|
||||
- Always use plan mode, give Claude a way to verify, use /code-review (Boris) | 27/Dec/25 ● [Tweet](https://x.com/bcherny/status/2004711722926616680)
|
||||
- Ask Claude to interview you using AskUserQuestion tool (Thariq) | 28/Dec/25 ● [Tweet](https://x.com/trq212/status/2005315275026260309)
|
||||
- [How I use Claude Code — 13 tips from my surprisingly vanilla setup (Boris) | 03/Jan/26](tips/claude-boris-13-tips-03-jan-26.md) ● [Tweet](https://x.com/bcherny/status/2007179832300581177)
|
||||
- 10 tips for using claude code by team itself (Boris) | 01/Feb/26 ● [Tweet](https://x.com/bcherny/status/2017742741636321619)
|
||||
- [10 tips for using Claude Code from the team (Boris) | 01/Feb/26](tips/claude-boris-10-tips-01-feb-26.md) ● [Tweet](https://x.com/bcherny/status/2017742741636321619)
|
||||
- [12 ways how people are customizing their claudes (Boris) | 12/Feb/26](tips/claude-boris-12-tips-12-feb-26.md) ● [Tweet](https://x.com/bcherny/status/2021699851499798911)
|
||||
- Git Worktrees - 5 ways how boris is using | 21 Feb 2026 ● [Tweet](https://x.com/bcherny/status/2025007393290272904)
|
||||
- Seeing like an Agent - lessons from building Claude Code (Thariq) | 28 Feb 2026 ● [Tweet](https://x.com/trq212/status/2027463795355095314)
|
||||
|
||||
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 350 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 265 KiB |
|
After Width: | Height: | Size: 199 KiB |
|
After Width: | Height: | Size: 428 KiB |
|
After Width: | Height: | Size: 456 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 275 KiB |
|
After Width: | Height: | Size: 554 KiB |
|
After Width: | Height: | Size: 107 KiB |
@@ -0,0 +1,153 @@
|
||||
# 10 Tips for Using Claude Code — From the Claude Code Team
|
||||
|
||||
A summary of team tips shared by Boris Cherny ([@bcherny](https://x.com/bcherny)), creator of Claude Code, on February 1, 2026.
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td><a href="../">← Back to Claude Code Best Practice</a></td>
|
||||
<td align="right"><img src="../!/claude-jumping.svg" alt="Claude" width="60" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
## Context
|
||||
|
||||
Boris shared tips for using Claude Code sourced directly from the Claude Code team. The way the team uses Claude is different than how Boris uses it personally. 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!
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742741636321619"><img src="assets/boris-1-feb-26/0.png" alt="Boris Cherny intro tweet" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 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, Boris uses multiple git checkouts, but most of the Claude Code team prefers worktrees — it's the reason `@amorisscode` built native support for them into the Claude Desktop app!
|
||||
|
||||
Some people also name their worktrees and set up shell aliases (`2a`, `2b`, `2c`) so they can hop between them in one keystroke. Others have a dedicated "analysis" worktree that's only for reading logs and running BigQuery.
|
||||
|
||||
See: [Worktrees Docs](https://code.claude.com/docs/en/common...)
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742743125299476"><img src="assets/boris-1-feb-26/1.png" alt="Do more in parallel" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 2/ Start Every Complex Task in Plan Mode
|
||||
|
||||
Pour your energy into the plan so Claude can 1-shot the implementation.
|
||||
|
||||
One person has one Claude write the plan, then they spin up a second Claude to review it as a staff engineer.
|
||||
|
||||
Another says the moment something goes sideways, they switch back to plan mode and re-plan. Don't keep pushing. They also explicitly tell Claude to enter plan mode for verification steps, not just for the build.
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742745365057733"><img src="assets/boris-1-feb-26/2.png" alt="Start every complex task in plan mode" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 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.
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742747067945390"><img src="assets/boris-1-feb-26/3.png" alt="Invest in your CLAUDE.md" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 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: [Extend Claude with Skills — Claude Code Docs](https://code.claude.com/docs/en/skills)
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742748984742078"><img src="assets/boris-1-feb-26/4.png" alt="Create your own skills" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 5/ Claude Fixes Most Bugs by Itself
|
||||
|
||||
Here's how the team does it:
|
||||
|
||||
Enable the Slack MCP, then paste a Slack bug thread into Claude and just say "fix." Zero context switching required.
|
||||
|
||||
Or, 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.
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742750473720121"><img src="assets/boris-1-feb-26/5.png" alt="Claude fixes most bugs by itself" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 6/ Level Up Your Prompting
|
||||
|
||||
a. **Challenge Claude.** Say "Grill me on these changes and don't make a PR until I pass your test." Make Claude be your reviewer. Or, say "Prove to me this works" and have Claude diff behavior between main and your feature branch.
|
||||
|
||||
b. **After a mediocre fix,** say: "Knowing everything you know now, scrap this and implement the elegant solution."
|
||||
|
||||
c. **Write detailed specs** and reduce ambiguity before handing work off. The more specific you are, the better the output.
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742752566632544"><img src="assets/boris-1-feb-26/6.png" alt="Level up your prompting" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 7/ Terminal & Environment Setup
|
||||
|
||||
The team loves Ghostty! Multiple people like its synchronized rendering, 24-bit color, and proper unicode support.
|
||||
|
||||
For easier Claude-juggling, use `/statusline` to customize your status bar to always show context usage and current git branch. Many also color-code and name their terminal tabs, sometimes using 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 x2 on macOS)
|
||||
|
||||
See: [Terminal Setup Docs](https://code.claude.com/docs/en/termin...)
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742753971769626"><img src="assets/boris-1-feb-26/7.png" alt="Terminal and environment setup" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 8/ Use Subagents
|
||||
|
||||
a. Append "use subagents" to any request where you want Claude to throw more compute at the problem.
|
||||
|
||||
b. Offload individual tasks to subagents to keep your main agent's context window clean and focused.
|
||||
|
||||
c. Route permission requests to Opus 4.5 via a hook — let it scan for attacks and auto-approve the safe ones. See: [Hooks Docs](https://code.claude.com/docs/en/hooks#...)
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742755737555434"><img src="assets/boris-1-feb-26/8.png" alt="Use subagents" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 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. Personally, Boris hasn't written a line of SQL in 6+ months.
|
||||
|
||||
This works for any database that has a CLI, MCP, or API.
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742757666902374"><img src="assets/boris-1-feb-26/9.png" alt="Use Claude for data and analytics" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## 10/ Learning with Claude
|
||||
|
||||
A few tips from the team to use Claude Code for learning:
|
||||
|
||||
a. Enable the "Explanatory" or "Learning" output style in `/config` to have Claude explain the "why" behind its changes.
|
||||
|
||||
b. Have Claude generate a visual HTML presentation explaining unfamiliar code. It makes surprisingly good slides!
|
||||
|
||||
c. Ask Claude to draw ASCII diagrams of new protocols and codebases to help you understand them.
|
||||
|
||||
d. Build a spaced-repetition learning skill: you explain your understanding, Claude asks follow-ups to fill gaps, stores the result.
|
||||
|
||||
<a href="https://x.com/bcherny/status/2017742759218794768"><img src="assets/boris-1-feb-26/10.png" alt="Learning with Claude" width="50%" /></a>
|
||||
|
||||
---
|
||||
|
||||
## Sources
|
||||
|
||||
- [Boris Cherny (@bcherny) on X — February 1, 2026](https://x.com/bcherny/status/2017742741636321619)
|
||||