diff --git a/tips/assets/boris-12-feb-26/0.webp b/tips/assets/boris-26-2-12/0.webp similarity index 100% rename from tips/assets/boris-12-feb-26/0.webp rename to tips/assets/boris-26-2-12/0.webp diff --git a/tips/assets/boris-12-feb-26/1.webp b/tips/assets/boris-26-2-12/1.webp similarity index 100% rename from tips/assets/boris-12-feb-26/1.webp rename to tips/assets/boris-26-2-12/1.webp diff --git a/tips/assets/boris-12-feb-26/10.webp b/tips/assets/boris-26-2-12/10.webp similarity index 100% rename from tips/assets/boris-12-feb-26/10.webp rename to tips/assets/boris-26-2-12/10.webp diff --git a/tips/assets/boris-12-feb-26/11.webp b/tips/assets/boris-26-2-12/11.webp similarity index 100% rename from tips/assets/boris-12-feb-26/11.webp rename to tips/assets/boris-26-2-12/11.webp diff --git a/tips/assets/boris-12-feb-26/12.webp b/tips/assets/boris-26-2-12/12.webp similarity index 100% rename from tips/assets/boris-12-feb-26/12.webp rename to tips/assets/boris-26-2-12/12.webp diff --git a/tips/assets/boris-12-feb-26/2.webp b/tips/assets/boris-26-2-12/2.webp similarity index 100% rename from tips/assets/boris-12-feb-26/2.webp rename to tips/assets/boris-26-2-12/2.webp diff --git a/tips/assets/boris-12-feb-26/3.webp b/tips/assets/boris-26-2-12/3.webp similarity index 100% rename from tips/assets/boris-12-feb-26/3.webp rename to tips/assets/boris-26-2-12/3.webp diff --git a/tips/assets/boris-12-feb-26/4.webp b/tips/assets/boris-26-2-12/4.webp similarity index 100% rename from tips/assets/boris-12-feb-26/4.webp rename to tips/assets/boris-26-2-12/4.webp diff --git a/tips/assets/boris-12-feb-26/5.webp b/tips/assets/boris-26-2-12/5.webp similarity index 100% rename from tips/assets/boris-12-feb-26/5.webp rename to tips/assets/boris-26-2-12/5.webp diff --git a/tips/assets/boris-12-feb-26/6.webp b/tips/assets/boris-26-2-12/6.webp similarity index 100% rename from tips/assets/boris-12-feb-26/6.webp rename to tips/assets/boris-26-2-12/6.webp diff --git a/tips/assets/boris-12-feb-26/7.webp b/tips/assets/boris-26-2-12/7.webp similarity index 100% rename from tips/assets/boris-12-feb-26/7.webp rename to tips/assets/boris-26-2-12/7.webp diff --git a/tips/assets/boris-12-feb-26/8.webp b/tips/assets/boris-26-2-12/8.webp similarity index 100% rename from tips/assets/boris-12-feb-26/8.webp rename to tips/assets/boris-26-2-12/8.webp diff --git a/tips/assets/boris-12-feb-26/9.webp b/tips/assets/boris-26-2-12/9.webp similarity index 100% rename from tips/assets/boris-12-feb-26/9.webp rename to tips/assets/boris-26-2-12/9.webp diff --git a/tips/claude-boris-12-tips-12-feb-26.md b/tips/claude-boris-12-tips-12-feb-26.md index 563eb3f..4ac5486 100644 --- a/tips/claude-boris-12-tips-12-feb-26.md +++ b/tips/claude-boris-12-tips-12-feb-26.md @@ -15,7 +15,7 @@ A summary of customization tips shared by Boris Cherny ([@bcherny](https://x.com Boris Cherny highlighted that customizability is one of the things engineers love most about Claude Code — hooks, plugins, LSPs, MCPs, skills, effort, custom agents, status lines, output styles, and more. He shared 12 practical ways developers and teams are customizing their setups. -Boris Cherny intro tweet +Boris Cherny intro tweet --- @@ -28,7 +28,7 @@ Set up your terminal for the best Claude Code experience: - **Newlines**: If using Claude Code in an IDE terminal, Apple Terminal, Warp, or Alacritty, run `/terminal-setup` to enable shift+enter for newlines (so you don't need to type `\`) - **Vim mode**: Run `/vim` -Configure your terminal +Configure your terminal --- @@ -42,7 +42,7 @@ Run `/model` to pick your preferred effort level: Boris's preference: High for everything. -Adjust effort level +Adjust effort level --- @@ -54,7 +54,7 @@ Install from the official Anthropic plugin marketplace, or create your own marke Run `/plugin` to get started. -Install Plugins, MCPs, and Skills +Install Plugins, MCPs, and Skills --- @@ -66,7 +66,7 @@ You can also set the default agent for the main conversation using the `"agent"` Run `/agents` to get started. -Create custom agents +Create custom agents --- @@ -78,7 +78,7 @@ Out of the box, a small set of safe commands are pre-approved. To pre-approve mo Full wildcard syntax is supported — e.g., `Bash(bun run *)` or `Edit(/docs/**)`. -Pre-approve common permissions +Pre-approve common permissions --- @@ -88,7 +88,7 @@ Opt into Claude Code's open source sandbox runtime to improve safety while reduc Run `/sandbox` to enable it. Sandboxing runs on your machine and supports both file and network isolation. -Enable sandboxing +Enable sandboxing --- @@ -98,7 +98,7 @@ Custom status lines show up right below the composer, displaying model, director Every team member can have a different statusline. Use `/statusline` to have Claude generate one based on your `.bashrc`/`.zshrc`. -Add a status line +Add a status line --- @@ -106,7 +106,7 @@ Every team member can have a different statusline. Use `/statusline` to have Cla Every key binding in Claude Code is customizable. Run `/keybindings` to re-map any key. Settings live reload so you can see how it feels immediately. -Customize your keybindings +Customize your keybindings --- @@ -120,7 +120,7 @@ Hooks let you deterministically hook into Claude's lifecycle: Ask Claude to add a hook to get started. -Set up hooks +Set up hooks --- @@ -128,7 +128,7 @@ Ask Claude to add a hook to get started. Customize your spinner verbs to add or replace the default list with your own verbs. Check the `settings.json` into source control to share verbs with your team. -Customize your spinner verbs +Customize your spinner verbs --- @@ -140,7 +140,7 @@ Run `/config` and set an output style to have Claude respond using a different t - **Learning** — to have Claude coach you through making code changes - **Custom** — create custom output styles to adjust Claude's voice -Use output styles +Use output styles --- @@ -155,7 +155,7 @@ Claude Code works great out of the box, but when you do customize, check your `s With 37 settings and 84 environment variables (use the `"env"` field in your `settings.json` to avoid wrapper scripts), there's a good chance any behavior you want is configurable. -Customize all the things +Customize all the things ---