Back to home
Implementation guides
Cookbook
Step-by-step recipes for systems I build — schema, infrastructure, code, and wiring — so someone else can reproduce the pattern without cloning a repository.
08A Composable Desktop: One Keypress, TiledAgentic coding apps bundle a mediocre file explorer or a second-class terminal. I skip both: one GNOME keybinding tiles a best-in-class terminal and file manager 75/25 on the monitor my cursor is on. Wayland blocks self-placement, so a launcher captures intent and a devilspie2 daemon does the layout.07Dev Secrets with the Proton Pass CLIRebuilt my workstation on Debian and lost the macOS Keychain. The Proton Pass CLI injects secrets from an already-synced vault into your dev process. No .env on disk, and agent tokens are scoped and short-lived.06Agent Kanban for Claude CodeA folder-based kanban board that runs inside Claude Code. Tasks as markdown files, gates at every transition, and parallel multi-agent execution.05Cross-App Auth on Cloudflare with Better AuthOne login across multiple Cloudflare apps. A shared worker handles identity, sessions, and invites. Each app resolves its own user profile by auth_user_id.04Dev Secrets with envchainStore secrets in the macOS Keychain and inject them directly into your dev process. No .env file, no plain text on disk, nothing to run before npm run dev.03AI-Operated Prospecting on Cloudflare D1A prospecting pipeline backed by D1 that discovers B2B leads from county parcel data and Google Places, enriches them, and lets an AI agent qualify them.02Proton Mail Inbox Triage with Claude CodeA Claude Code skill that connects to Proton Mail Bridge via IMAP, scans sender frequency, and batch-trashes thousands of emails with a CSV audit trail.01AI-Operated Bookkeeping on CloudflareDouble-entry ledger on a Worker + D1 + R2, with an AI agent that reads receipts, enters transactions, and queries the books through a locked-down API.
