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.

If you are just getting started with this tooling, the Agentic coding guide is the shortest route through the posts that matter.

latest
securitytooling
7 minInfrastructure #6

Claude Code credential masking: keep secrets out of your sandbox

How to configure Claude Code sandbox credential masking so your agent shell holds a sentinel instead of your real token: env vars, JWT claims, AWS re-signing, and the three things this control does not buy you.

read →