diff --git a/tips/assets/boris-30-mar-26/0.png b/tips/assets/boris-26-3-30/0.png similarity index 100% rename from tips/assets/boris-30-mar-26/0.png rename to tips/assets/boris-26-3-30/0.png diff --git a/tips/assets/boris-30-mar-26/1.png b/tips/assets/boris-26-3-30/1.png similarity index 100% rename from tips/assets/boris-30-mar-26/1.png rename to tips/assets/boris-26-3-30/1.png diff --git a/tips/assets/boris-30-mar-26/10.png b/tips/assets/boris-26-3-30/10.png similarity index 100% rename from tips/assets/boris-30-mar-26/10.png rename to tips/assets/boris-26-3-30/10.png diff --git a/tips/assets/boris-30-mar-26/11.png b/tips/assets/boris-26-3-30/11.png similarity index 100% rename from tips/assets/boris-30-mar-26/11.png rename to tips/assets/boris-26-3-30/11.png diff --git a/tips/assets/boris-30-mar-26/12.png b/tips/assets/boris-26-3-30/12.png similarity index 100% rename from tips/assets/boris-30-mar-26/12.png rename to tips/assets/boris-26-3-30/12.png diff --git a/tips/assets/boris-30-mar-26/13.png b/tips/assets/boris-26-3-30/13.png similarity index 100% rename from tips/assets/boris-30-mar-26/13.png rename to tips/assets/boris-26-3-30/13.png diff --git a/tips/assets/boris-30-mar-26/14.png b/tips/assets/boris-26-3-30/14.png similarity index 100% rename from tips/assets/boris-30-mar-26/14.png rename to tips/assets/boris-26-3-30/14.png diff --git a/tips/assets/boris-30-mar-26/15.png b/tips/assets/boris-26-3-30/15.png similarity index 100% rename from tips/assets/boris-30-mar-26/15.png rename to tips/assets/boris-26-3-30/15.png diff --git a/tips/assets/boris-30-mar-26/2.png b/tips/assets/boris-26-3-30/2.png similarity index 100% rename from tips/assets/boris-30-mar-26/2.png rename to tips/assets/boris-26-3-30/2.png diff --git a/tips/assets/boris-30-mar-26/3.png b/tips/assets/boris-26-3-30/3.png similarity index 100% rename from tips/assets/boris-30-mar-26/3.png rename to tips/assets/boris-26-3-30/3.png diff --git a/tips/assets/boris-30-mar-26/4.png b/tips/assets/boris-26-3-30/4.png similarity index 100% rename from tips/assets/boris-30-mar-26/4.png rename to tips/assets/boris-26-3-30/4.png diff --git a/tips/assets/boris-30-mar-26/5.png b/tips/assets/boris-26-3-30/5.png similarity index 100% rename from tips/assets/boris-30-mar-26/5.png rename to tips/assets/boris-26-3-30/5.png diff --git a/tips/assets/boris-30-mar-26/6.png b/tips/assets/boris-26-3-30/6.png similarity index 100% rename from tips/assets/boris-30-mar-26/6.png rename to tips/assets/boris-26-3-30/6.png diff --git a/tips/assets/boris-30-mar-26/7.png b/tips/assets/boris-26-3-30/7.png similarity index 100% rename from tips/assets/boris-30-mar-26/7.png rename to tips/assets/boris-26-3-30/7.png diff --git a/tips/assets/boris-30-mar-26/8.png b/tips/assets/boris-26-3-30/8.png similarity index 100% rename from tips/assets/boris-30-mar-26/8.png rename to tips/assets/boris-26-3-30/8.png diff --git a/tips/assets/boris-30-mar-26/9.png b/tips/assets/boris-26-3-30/9.png similarity index 100% rename from tips/assets/boris-30-mar-26/9.png rename to tips/assets/boris-26-3-30/9.png diff --git a/tips/claude-boris-15-tips-30-mar-26.md b/tips/claude-boris-15-tips-30-mar-26.md index ccf19f5..d13b1e9 100644 --- a/tips/claude-boris-15-tips-30-mar-26.md +++ b/tips/claude-boris-15-tips-30-mar-26.md @@ -15,7 +15,7 @@ A summary of tips shared by Boris Cherny ([@bcherny](https://x.com/bcherny)), cr Boris shared a bunch of his favorite hidden and under-utilized features in Claude Code, focusing on the ones he uses the most. -Boris Cherny intro tweet +Boris Cherny intro tweet --- @@ -27,7 +27,7 @@ Did you know Claude Code has a mobile app? Boris writes a lot of his code from t - Navigate to the **Code** tab on the left - You can review changes, approve PRs, and write code directly from your phone -Claude Code mobile app +Claude Code mobile app --- @@ -39,7 +39,7 @@ Run `claude --teleport` or `/teleport` to continue a cloud session on your machi - **Remote Control**: lets you control a local session from any device - Boris has **"Enable Remote Control for all sessions"** set in his `/config` -Teleport and Remote Control +Teleport and Remote Control --- @@ -55,7 +55,7 @@ Use these to schedule Claude to run automatically at a set interval, for up to a Experiment with turning workflows into skills + loops. It's powerful. -/loop and /schedule +/loop and /schedule --- @@ -68,7 +68,7 @@ Use hooks to run logic as part of the agent lifecycle. For example: - **Route permission prompts** to WhatsApp for you to approve/deny (`PermissionRequest`) - **Poke Claude** to keep going whenever it stops (`Stop`) -Use hooks +Use hooks --- @@ -80,7 +80,7 @@ Boris uses Dispatch every day to catch up on Slack and emails, manage files, and - It can use your MCPs, browser, and computer, with your permission - Think of it as a way to delegate non-coding tasks to Claude from anywhere -Cowork Dispatch +Cowork Dispatch --- @@ -92,7 +92,7 @@ The most important tip for using Claude Code: **give Claude a way to verify its - Give Claude a browser and it will write code and iterate until it looks good - Boris uses the Chrome extension every time he works on web code — it tends to work more reliably than other similar MCPs -Chrome extension for frontend +Chrome extension for frontend --- @@ -103,7 +103,7 @@ Along the same vein, the Desktop app bundles in the ability for Claude to **auto - You can set up something similar in CLI or VSCode using the Chrome extension - Or just use the Desktop app for the integrated experience -Desktop app web server testing +Desktop app web server testing --- @@ -116,7 +116,7 @@ People often ask how to fork an existing session. Two ways: `/branch` creates a branched conversation — you are now in the branch. To resume the original, use `claude -r `. -Fork your session +Fork your session --- @@ -131,7 +131,7 @@ Example: ↑/↓ to scroll · Space, Enter, or Escape to dismiss ``` -/btw for side queries +/btw for side queries --- @@ -143,7 +143,7 @@ Claude Code ships with deep support for git worktrees. Worktrees are essential f - Or hit the **"worktree" checkbox** in the Claude Desktop app - For non-git VCS users, use the `WorktreeCreate` hook to add your own logic for worktree creation -Git worktrees +Git worktrees --- @@ -154,7 +154,7 @@ Claude Code ships with deep support for git worktrees. Worktrees are essential f - Use it for large code migrations and other kinds of parallelizable work - Each worktree agent works independently on its own copy of the codebase -/batch for massive changesets +/batch for massive changesets --- @@ -173,7 +173,7 @@ claude -p "summarize this codebase" \ --bare ``` ---bare flag for SDK startup +--bare flag for SDK startup --- @@ -184,7 +184,7 @@ When working across multiple repositories, Boris usually starts Claude in one re - This not only tells Claude about the repo, but also **gives it permissions** to work in the repo - Or, add `"additionalDirectories"` to your team's `settings.json` to always load in additional folders when starting Claude Code ---add-dir for multiple repos +--add-dir for multiple repos --- @@ -199,7 +199,7 @@ claude --agent= - Agents can have restricted tools, custom descriptions, and specific models - They're great for creating read-only agents, specialized review agents, or domain-specific tools ---agent for custom system prompts +--agent for custom system prompts --- @@ -211,7 +211,7 @@ Fun fact: Boris does most of his coding by speaking to Claude, rather than typin - Press the voice button on Desktop - Or enable dictation in your iOS settings -/voice for voice input +/voice for voice input ---