Blog
Notes on Claude Code, the Agent SDK, and shipping AI software.
- Apr 30, 2026 · 6 min read
From chat to skill: turn yesterday’s 28-minute debug into today’s /command
Every productive Claude Code session ends with dark knowledge that dies with the conversation. Cockpit’s Skills feature lets the agent crystallize a chat into a SKILL.md — saved to *your* knowledge base (not a Cockpit-owned folder), then registered as a slash command. Your notes stay where they live; Cockpit just holds the pointer.
Read more → - Apr 29, 2026 · 5 min read
Slash modes in Claude Code: /qa, /fx, /review, /commit
A subtle but huge productivity unlock: instead of writing the same "do X but don't change code" prompt every time, save it once as a slash command. Cockpit ships with four built-ins — here is what each does and when to reach for it.
Read more → - Apr 29, 2026 · 7 min read
Claude Code GUI: CLI vs Cockpit vs IDE plugins (2026 buyer’s guide)
Anthropic ships Claude Code as a CLI by default. If you want a GUI on top, you have four real options today: stick with the CLI, use an IDE plugin (Cursor, Continue), use Aider in a TUI, or run Cockpit. Here is when each one wins.
Read more → - Apr 29, 2026 · 6 min read
How to run 5 Claude Code sessions in parallel without losing your mind
Claude Code is incredible at one task at a time — but most engineers want to scope out three features while one is refactoring and another is writing tests. Here is how Cockpit lets you run multiple Claude Code Agent SDK sessions across projects at once, without context-switching pain.
Read more →