The Missing Manual
for Claude CLI
Stop guessing what Claude sends. Start controlling it.
Automation, CI/CD, cost control, and security — every command tested with real payloads.
For developers already using Claude Code who want to go deeper.
You use Claude Code every day.
But do you know what it actually sends?
The interactive mode is intuitive. The programmatic CLI is a different beast — JSON envelopes, session management, tool restrictions, cost control, sandboxing. The official docs cover the basics. This site covers everything else.
Real Payloads
Every JSON envelope, every API response, every cost measurement comes from a real claude-opus-4-6 session.
Tested Commands
60 copy-paste recipes with the exact command, expected output, parsing code, and documented gotchas.
Every Cost Measured
Know the true minimum cost of a CLI call ($0.004), why budgets overshoot by 152x, and how to optimize spend.
Start from where you are
Four self-contained paths. Pick your level, skip what you know.
See it in action
Real CLI behaviors you can explore, not just read about.
The Security Escape
You blocked Write and Edit. Claude wrote a file anyway. See why — and how to actually prevent it.
The 152x Budget Overshoot
You set --max-budget-usd 0.001. Claude spent $0.152. It's by design — learn why.
Stream Protocol
Watch NDJSON events arrive one by one — system init, assistant messages, tool calls, and results.
Hook Builder
Generate hook configs visually — pick events, matchers, and handlers. Copy the JSON into your settings.
"PreToolUse": [{
"matcher": "Bash",
"hooks": [{ "type": "command" }]
}] }
Copy. Paste. Ship.
60 tested recipes with the exact command, JSON response, parsing code, and documented gotchas.
Tools you won't find anywhere else
Zero signup. Built for developers who use Claude Code daily.
CLAUDE.md Linter
Paste your CLAUDE.md — get instant feedback on size, security, formatting, and 20 common mistakes.
Command Explainer
Paste any claude command — get flag-by-flag explanations, conflict detection, and gotcha warnings.
10 Anti-Patterns
The 10 most common CLI mistakes with real data and proven fixes. Are you making these?
New recipes every week
CLI updates, cost-saving patterns, and gotchas — before they hit your production pipeline.