All posts

Claude Code 12 posts

Every post filed under Claude Code, newest first.

Claude Code sessions can message each other now. I stopped copy-pasting between terminals.
4 min read

Claude Code sessions can message each other…

Cross-session messaging in Claude Code v2.1.224 lets independent terminals share plain-text notes locally. Here is how ListAgents and SendMessage work, what stays off the wire, and when I still use agent teams instead.

Turn a photo of your handwriting into a real font with a Claude Code skill
4 min read

Turn a photo of your handwriting into…

The open-source draw-your-font project packages handwriting capture into TTF, WOFF, and WOFF2 files. Install it as a Claude Code skill, upload a photo, and ship a custom font in one session.

Claude Code's security plugin scans your diff before you merge
4 min read

Claude Code's security plugin scans your diff…

Anthropic shipped the Claude Security plugin for Claude Code in beta: multi-agent scans in your terminal, verified findings, and patches you apply yourself. It stacks with the security-guidance hook that flags eval and innerHTML as you type.

pxpipe cut my Claude Code context bill by imaging bulky prompts. Here is the tradeoff.
4 min read

pxpipe cut my Claude Code context bill…

pxpipe is a local proxy that renders dense system prompts and old history as PNGs before they hit Claude Code. Real workloads report 59 to 70 percent lower bills, with a lossy catch you need to understand.

AgentDeck turns Stream Deck+ into a physical Claude Code control panel
3 min read

AgentDeck turns Stream Deck+ into a physical…

AgentDeck hooks Claude Code's event stream into Elgato Stream Deck+ buttons and dials. See session status, approve permissions, and monitor token spend without tab-switching. Open source with a Marketplace plugin for macOS and Windows 11.

Claude Design finally imports your real design system (and checks its own work)
5 min read

Claude Design finally imports your real design…

Anthropic rebuilt Claude Design so prototypes start from your GitHub components, auto-correct against your tokens, and hand off to Claude Code without a screenshot rebuild. Here's what that means if you ship UI for clients.