Setup
The tools I use to run my business and write code.
Workflow
- Claude Code — AI agent that runs in the terminal. Does most of my work.
- Ghostty — Terminal app.
- Herdr — Terminal multiplexer that shows which agents are working, idle, or blocked.
- Simplify output style — My Claude Code output style. Short answers that lead with the next action. Drop it in ~/.claude/output-styles/.
- Markdown files — Docs, plans, and instructions live as markdown in git so Claude can read them.
- Wispr Flow — Voice dictation into any app.
- Raycast — Launcher and shortcuts.
Business
- Google Workspace — Email on my own domain (me@mydomain.com, not @gmail.com), plus Docs, Sheets, and Calendar.
- gog — CLI for Gmail, Calendar, Drive, Docs, and Sheets, so Claude can work with them.
- Linear — Projects and tasks.
- Bear — Note taking.
- Granola — Meeting recordings, notes, and transcripts.
- 1Password — Passwords and secrets.
- Slack — Client communication.
- CleanShot X — Screenshots and quick screen recordings.
- Tella — Recorded video walkthroughs.
Dev
- Matt Pocock's skills — Claude Code skills for planning, TDD, debugging, and architecture.
- Cloudflare — Deploying sites and apps. This site runs on it.
- Zed — Code editor.
- Bun — TypeScript runtime for scripts and apps.
- mise — Installs and pins CLI tool versions.
- GitHub CLI — GitHub from the terminal.
- Varlock — Environment variables and secrets, backed by 1Password.
- agent-browser — Lets Claude drive a browser.