Hope this was useful! I wanted to keep going but had to stop myself. Will post more soon. What are your favorite underrated Claude Code features?
@bcherny
-

Claude Code Custom Agents with System Prompts and Tools
By
–
14/ Use –agent to give Claude Code a custom system prompt & tools Custom agents are a powerful primitive that often gets overlooked. To use it, just define a new agent in .claude/agents, then run claude –agent=
-

Speed up Claude SDK startup 10x with bare mode flag
By
–
12/ Use –bare to speed up SDK startup by up to 10x By default, when you run claude -p (or the TypeScript or Python SDKs) we search for local CLAUDE.md's, settings, and MCPs. But for non-interactive usage, most of the time you want to explicitly specify what to load via
-
Using –add-dir to Expand Claude Access Across Repositories
By
–
13/ Use –add-dir to give Claude access to more folders When working across multiple repositories, I usually start Claude in one repo and use –add-dir (or /add-dir) to let Claude see the other repo. This not only tells Claude about the repo, but also gives it permissions to
-
Claude /batch: Massive Parallel Code Migration with Worktree Agents
By
–
11/ Use /batch to fan out massive changesets /batch interviews you, then has Claude fan out the work to as many worktree agents as it takes (dozens, hundreds, even thousands) to get it done. Use it for large code migrations and others kinds of parallelizable work.
-
Git Worktrees for Parallel Claude Code Development
By
–
10/ Use git worktrees Claude Code ships with deep support for git worktrees. Worktrees are essential for doing lots of parallel work in the same repository. I have dozens of Claudes running at all times, and this is how I do it. Use claude -w to start a new session in a
-

Using /btw Command for Side Queries with AI Agents
By
–
9/ Use /btw for side queries I use this all the time to answer quick questions while the agent works
-
Claude Desktop automates web server testing and deployment
By
–
7/ Use the Claude Desktop app to have Claude automatically start and test web servers Along the same vein, the Desktop app bundles in the ability for Claude to automatically run your web server and even test it in a built-in browser. You can set up something similar in CLI or
-
Use Chrome Extension for Frontend Work with Claude Code
By
–
6/ Use the Chrome extension for frontend work The most important tip for using Claude Code is: give Claude a way to verify its output. Once you do that, Claude will iterate until the result is great. Think of it like any other engineer: if you ask someone to build a website but
-
Dispatch: Secure Remote Control for Claude Desktop App
By
–
5/ Cowork Dispatch I use Dispatch every day to catch up on Slack and emails, manage files, and do things on my laptop when I'm not at a computer. When I'm not coding, I'm dispatching. Dispatch is a secure remote control for the Claude Desktop app. It can use your MCPs, browser,