← Home

Claude Code

Claude Code is Anthropic's CLI for agentic coding. You give it a task, and it works through it autonomously — reading files, editing code, running tests, calling tools — until the job is done or it needs you.

I use it as my primary development environment. Most of my workflow runs through Claude Code: triaging bugs, writing features, syncing work items, managing this vault. I access it from my laptop, from VS Code, and from my iPhone via Paseo over SSH into my homelab.

The key to getting value out of it is Agent Skills — reusable instructions that teach the agent how to approach recurring tasks. Without them, you spend too much time re-explaining context. With them, you just say what you want.