Projects
Open-source things I've shipped. All MIT. Each one came from a real problem I hit building Forge or working with Claude Code daily.
-
framesmith Active
An open-source MCP server that gives AI coding agents a visual design canvas.
Scene graph → HTML/CSS → Puppeteer screenshots. Your agent composes UI, you review in a Figma-style browser viewer, you align on the picture before any framework code gets written. v1.3.0 on npm. Works with Claude Code, Codex, Cursor, Windsurf, and any MCP client.
-
claude-code-cookbook Active
Curated recipes for Claude Code: hooks, slash commands, subagents, settings.
Each recipe is a folder with a README and copy-pasteable config — built from real workflows I actually use.
-
claude-orchestration-pack Active
A multi-agent pack for Claude Code that runs without a supervisor sub-agent.
Architectural take: peer agents coordinating via shared artifacts, not a top-down orchestrator. Cheaper, more debuggable, harder to design.
-
coide Active
An Electron/React desktop GUI for Claude Code.
My first Claude Code project. Built to scratch an itch around session management and visibility.