Tag: developer-tools
All the articles with the tag "developer-tools".
-
Running AI Coding Agents on Hetzner
My starting point for a disposable Hetzner agent box: cloud-init hardening, Tailscale access, optional Cloudflare Tunnel, resource planning, and automation scripts.
-
What's New in Claude Code Skills 2.0
Claude Code now treats custom commands and skills as parts of the same system. I look at what changed, what works in practice, and where quality or security can fail.
-
Everything You Missed in Claude Code While You Weren't Looking
Claude Code changed quickly between Opus 4.5 and 4.6. This is my dated map of the rules, hooks, MCP changes, remote control, plugins, and commands that mattered in practice.
-
Building Agent Memory That Survives Between Sessions
Teresa Torres's three-layer context system and Patrick Zandl's claudecode-kb show how to preserve useful context between sessions without loading everything every time.
-
The One File That Makes or Breaks Your AI Workflow
Research suggests auto-generated context files can hurt agent performance. A short, human-curated CLAUDE.md works better when it contains only what the repository cannot explain.