Tag: Claude Code
All the articles with the tag "Claude Code".
-
caveman: cutting Claude's output tokens by 75%
The caveman skill strips filler from Claude responses while preserving technical accuracy — reducing output tokens by ~75% and keeping long sessions inside context limits.
-
diagnose: enforcing the debug loop Claude skips
The diagnose skill enforces a structured debug loop — reproduce, minimise, hypothesise, instrument, fix, regression test — preventing Claude from jumping straight to a proposed solution.
-
grill-me: stress-testing a plan before touching the codebase
The grill-me skill interrogates a proposed plan against the existing domain model before any code is written — surfacing assumptions, naming drift, and design conflicts early.
-
improve-codebase-architecture: review that knows your domain
The improve-codebase-architecture skill runs structured architecture review informed by domain language and ADRs — not generic refactor suggestions.