Topic
Working with Claude Code
An agent as a collaborator rather than an autocomplete — design systems, durable knowledge, automation ladders, subagent fleets on my own source, and now in CI.
17 posts
·
122 min total
·
updated 7 Sep 2026
I audited my prompts for a model that reads literally
Running Anthropic's prompt-audit over 2,700 lines of Claude Code steering before moving to Fable 5.1. The grep for pressure language hit once. The cruft was drift and changelog phrasing, and seven of the eight recommended prompt snippets were already in the harness.
7 Sep 2026
·
8 min read
The Claude Code security-guidance plugin, pushed to its limits
I had Anthropic's always-on security plugin installed for a month and assumed it was reviewing every turn. Its own log said otherwise. What each layer actually does, how far its configuration goes, and the one hook that says no.
6 Sep 2026
·
8 min read
OpenKB: knowledge that compiles
Most 'chat with your docs' tools retrieve fragments at query time. OpenKB compiles the synthesis once, at ingest - into a Markdown wiki you can read, diff, and ship as an installable Claude Code skill.
30 Aug 2026
·
5 min read
Explain like I'm five, on tap
I ran the /eli5 skill over a Jinja2 learning session and got back a self-contained, illustrated artifact. Here is what the skill is, why writing the five-year-old version sharpens your own understanding, and where it fits a learn-then-teach workflow.
23 Aug 2026
·
4 min read
Embeddings, 384 Dimensions, Three at a Time
I built a local instrument to look at embedding space, and most of what I assumed turned out to be wrong: nothing is orthogonal, no individual dimension means anything, and king minus man plus woman does not give you queen.
13 Aug 2026
·
10 min read
Claude code insights report
Claude Code's /insights command handed me a mirror: 82 sessions of my own habits, scored. Here is what it got right about how I work, and the one thing that quietly costs me the most.
11 Aug 2026
·
5 min read
I brokered my sign-in through Keycloak, and broke my own owner check
Putting a self-hosted identity server in front of LinkedIn deleted 240 lines of workaround and turned PKCE back on. It also handed out a privilege escalation — because the claim never changed, but the trust underneath it did.
8 Aug 2026
·
7 min read
Three agents, one repository: how Claude Code uses git worktree
I gave three agents a worktree each and watched what landed on disk — the pid inside the lock file, the worktree that erased itself completely, and the shared site-packages that no amount of git isolation was ever going to protect.
2 Aug 2026
·
6 min read
Seven ways to steer a coding agent — one of them is binding
I had written the same rule three times, which is a diagnostic, not a wording problem. Splitting my Claude Code config across the layer that fits each instruction: CLAUDE.md 250 to 163 lines, six path-scoped rules, and two hooks that cannot be talked out of it.
29 Jul 2026
·
13 min read
73 skills tried, three still on disk
Claude Code keeps a usage ledger nobody reads. After 511 sessions I opened mine: 73 skills invoked, 31 of them exactly once, three still on disk. The survivors all have one thing in common.
28 Jul 2026
·
6 min read
One mention, one merged PR: Claude Code as a GitHub App
I ran /install-github-app on my own repo and ten minutes later a README PR was merged. The timings are the least interesting part — the write path, the commit attribution and whose rules the CI agent followed are better.
27 Jul 2026
·
6 min read
82 agents, one bug: running Claude's security scanner on my own code
I pointed the new claude-security plugin at this very site. It spawned 82 agents, proposed 10 vulnerabilities, and then argued itself out of 9 of them. The one that survived was real — and it shipped to prod the same afternoon.
24 Jul 2026
·
6 min read
Shipping my own site at the speed of a prompt
How I turned my repo's operational knowledge into custom Claude Code skills — /dev, /code-review, /ship — so any change goes from idea to verified-in-production in a single session, with me still on the trigger.
8 Jul 2026
·
6 min read
Loop Engineering with Claude Code: Four Rungs and Three Bites
An evening climbing the loop ladder in Claude Code, from a one-shot fix to an unattended cloud routine. The lessons had nothing to do with the code and everything to do with how a loop stops: unenforceable budgets, self-writing reward hacks, and why a trapped loop cannot free itself.
1 Jul 2026
·
7 min read
OKF: How to Wire Durable Knowledge Into an AI-Assisted Project
Open Knowledge Format (OKF) is a dead-simple convention for storing durable, executable knowledge alongside your code — no database, no network, just markdown files your AI agent can read and act on.
28 Jun 2026
·
6 min read
I Turned My Website Into a Design System for Claude
I love how my site looks, so I taught Claude to build with it — extracting a live React app into a real design system on claude.ai/design, verified component by component.
19 Jun 2026
·
7 min read