Notes on building software.

A personal blog of technical articles about software development.

Organizing Project vs Personal Commands

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

Decide whether a custom command belongs to the whole team or just to you, and store it accordingly.

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.

Interactive vs Headless: claude vs claude -p

September 7, 2026· 2 min read·claude-codecliheadless

Learn when to use the interactive claude session and when to reach for the headless claude -p print-and-exit mode.

Piping Data into Claude Code

September 7, 2026· 2 min read·claude-codecliheadlessautomation

Feed files, command output, and logs straight into Claude Code by piping them into claude -p.

Continuing and Resuming Sessions from the CLI

September 7, 2026· 2 min read·claude-codeclisessions

Pick up where you left off with claude -c to continue the latest session or claude -r to resume a specific one.

Choosing Output Formats: text, json, stream-json

September 7, 2026· 2 min read·claude-codecliautomation

Control how claude -p prints results with --output-format text, json, or stream-json for scripts and pipelines.