Dev bay.
Building and reviewing code with Claude.
The Dev plugin
2 curated skills ready to drop into Claude Code. Add the marketplace once, then install the plugin. Skills land as slash commands and stay between sessions.
In /plugin → Marketplaces → planes-hangar → enable auto-update. Then run /hangar-general:whats-new to see what landed.
Debug trace
Systematic debugging, state the error, form hypotheses in order of likelihood, and test each one before jumping to a fix.
Reviewing a PR with Claude (the Planes way)
A two-pass PR review with Claude that catches the boring stuff and asks the questions a senior engineer at Planes would actually ask. - Any PR larger than ~150…
More Dev skills
Not in the plugin. Browse and take what's useful.
Commit message writer
Write a clear conventional commit message from a diff or plain description of what changed.
Documentation writer
Turn a function, module, or system into clear documentation written for the person who hasn't read the code.
Anthropic's prompt-caching pattern for long-running agents
A drop-in pattern for using Anthropic's prompt caching so long-running agents tool loops, doc QA, code review bots stop re-paying for the same context every tu…