Tag: claude-code
All the articles with the tag "claude-code".
-
I switched from beads to plaintext tasks that live in the diff, managed by a skill
I wrote opentasks-skill to teach my coding agents to manage tasks without external dependencies, with a git-tracked audit system.
-
My agent policy kit
I was maintaining the same operating rules in a different config for every coding agent I run. So I built one shared policy and skill set that installs across all of them.
-
Overeager agents and a guardrail that admits it isn't one...
Claude Code's permission denial hands the agent a workaround, then asks it to infer and respect the user intent
-
TIL: ANTHROPIC_API_KEY silently overrides your Claude Code subscription
If the env var is set, Claude Code uses it — even when you're logged in.
-
How I set out to build a coding agent orchestrator and ended up writing a config auditor instead
Building (almost) in public, coding agents, security, and breaking from platform lock-in