Tooling | Blog

~/blog/tag/tooling

Tooling

Tools, workflows and configuration that accelerate the development process.

What I write about here

Tools sit between what you mean and what gets done. That sentence sounds obvious until you watch a team adopt a tool that does the opposite, and ship worse code with more confidence.

The posts under this tag are mostly about tooling for working with AI. CLAUDE.md files. Hooks. Skills, plugins, the surrounding scaffolding that turns an agent from a clever autocomplete into something with rules and memory. Half of them are guides to specific patterns that have held up. The other half are critical assessments of tools that look impressive in a demo and fall apart when you put real work through them.

The test I keep applying is simple. Does this tool make my intent more explicit, or does it make the output feel more confident? Those are very different things. A tool that forces you to specify what you want is useful. A tool that paraphrases your vague prompt into fluent code is a liability, no matter how good the demo looked.

Read these posts expecting opinions on specific instruments. I name names. Some tools earn their stars. Some do not.

// Best entry points

latest
toolingAI
6 minClaude Pro #11

Skill, subagent, hook, or slash command? Pick the right one

Claude Code now gives you seven ways to steer it, and most people reach for the wrong one. The same task built four ways, and a decision tree you can actually follow.

read →