Plan, change, verify, and release without switching mental models.
Commands cover the routine loops Claude Code users repeat every day: understand a repo, isolate a risky change, generate tests, prepare a PR, and ship with a rollback path.
ccprompts turns Claude Code into a disciplined engineering console: 70+ production-ready commands, 10 specialized agents, and Dagger-isolated execution for the work between project scan and release.
plugin marketplace add ursisterbtw/ccprompts
Search the real catalog, filter by lifecycle phase, then copy a command into Claude Code. The interface is built for fast recall, not brochure browsing.
The catalog is arranged as an engineering lifecycle. Click a phase to jump back to the command palette with that slice selected.
ccprompts behaves like a small engineering system: command files, agent templates, validation, and isolated execution instead of loose snippets.
Commands cover the routine loops Claude Code users repeat every day: understand a repo, isolate a risky change, generate tests, prepare a PR, and ship with a rollback path.
Run risky automation in containers so host state stays out of reach.
scripts/safe-run.shStructure, security, quality, and performance checks keep the catalog shippable.
bun run validateSecurity, testing, refactoring, orchestration, and team workflows get focused agents.
10 agent rolesCommit settings once so every contributor gets the same command surface.
.claude/settings.jsonAdd the marketplace, install the plugin, restart Claude Code, and the catalog appears under /help. Teams can pin the same setup in repo settings.
Install the marketplace, pull in the plugin, and start with the first command that matches the work in front of you.
plugin install ccprompts@ursisterbtw