/ ccprompts Claude Code command plugin 70
Claude Code operations kit

Ship from a slash command

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
View source
01 / command catalog

Find the next engineering move.

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.

ccprompts@ursisterbtw
0 commands shown up/down selects - enter copies - click source for GitHub
02 / lifecycle map

A command for every handoff.

The catalog is arranged as an engineering lifecycle. Click a phase to jump back to the command palette with that slice selected.

03 / operating system

Prompts with guardrails.

ccprompts behaves like a small engineering system: command files, agent templates, validation, and isolated execution instead of loose snippets.

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.

Dagger-isolated execution

Run risky automation in containers so host state stays out of reach.

scripts/safe-run.sh

Validation before drift

Structure, security, quality, and performance checks keep the catalog shippable.

bun run validate

Specialized subagents

Security, testing, refactoring, orchestration, and team workflows get focused agents.

10 agent roles

Team-scale install

Commit settings once so every contributor gets the same command surface.

.claude/settings.json
04 / quickstart

Install it where the work happens.

Add the marketplace, install the plugin, restart Claude Code, and the catalog appears under /help. Teams can pin the same setup in repo settings.

claude code

Give Claude Code a real command bench.

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
Star on GitHub
copied