Notes on building software.

A personal blog of technical articles about software development.

Ten Slash Commands You'll Use Every Day

September 9, 2026· 2 min read·claude-codeslash-commandsproductivitycli

A short, practical shortlist of the slash commands worth building into your daily muscle memory.

What Are Subagents and When to Use Them

September 9, 2026· 2 min read·claude-codesubagentsagentsproductivity

Subagents run in their own context window, so you can hand off focused work without cluttering your main session.

Choosing a Model for Each Subagent

September 8, 2026· 2 min read·claude-codesubagentsagentsproductivity

Set a model alias per subagent so cheap jobs run on a fast model and hard jobs get a stronger one.

Running Subagents in Parallel

September 8, 2026· 2 min read·claude-codesubagentsagentsproductivity

Because each subagent has its own context window, you can send several to investigate different areas at once.

Keeping Your Main Context Clean with Subagents

September 8, 2026· 2 min read·claude-codesubagentsproductivitycontext

Offload noisy investigation to subagents so your main session keeps only the decisions, not the file dumps.

Always Give Claude a Way to Check Its Work

September 6, 2026· 2 min read·claude-codetipsproductivitytesting

Hand Claude a test, lint, or build command it can run itself, and it will catch and fix its own mistakes before you ever see them.