70+ Claude Code slash commands across 12 development phases, featuring Dagger-based safety system, multi-dimensional validation, specialized agents, and enterprise-scale workflows
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install ccprompts-2@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/ccprompts-2.json
Step 2: Install the plugin
/plugin install ccprompts-2@ccprompts-2
ccprompts is a comprehensive Claude Code plugin featuring 70+ commands across 12 development phases, 10 specialized AI agents, and a Dagger-based safety system. Install as a plugin for instant access to enterprise-grade workflows, or use the repository directly for customization. Commands include safety validation, the agent template system provides wizards for creating specialized subagents, and the multi-dimensional validation engine ensures quality and security. For more info on subagents, see subagents.
Key Features:
Development Notice: This repository is under active development. Commands may contain bugs, breaking changes can occur between versions, and the structure may evolve. Use with caution in production environments.
Install Dagger (not explicitly required, but recommended to enable containerized command execution):
Linux:
curl -fsSL https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
macOS:
brew install dagger/tap/dagger
Windows:
winget install Dagger.Cli
git clone https://github.com/ursisterbtw/ccprompts.git; and cd ccprompts; and bun i; and bun run validate
.claude/commands/
to your desired phase folder.bun run validate
before committing.The repository includes an agent creation system using
templates/SUBAGENT_TEMPLATE.md
:
agent-template-wizard
agent to create new
specialized agentsThe template system ensures consistent agent structure while allowing domain-specific customization.
ccprompts can be installed as a Claude Code plugin, giving you instant access to all 70+ commands and 10 specialized agents in any project.
# In Claude Code
/plugin marketplace add ursisterbtw/ccprompts
/plugin install ccprompts@ursisterbtw
Restart Claude Code and all commands will be available via /help
.
Add to your project's .claude/settings.json
for automatic team-wide installation:
{
"pluginMarketplaces": [
"ursisterbtw/ccprompts"
],
"plugins": [
"ccprompts@ursisterbtw"
]
}
For testing local changes or contributing:
# Run the test setup script
./scripts/test-plugin-local.sh
# Or manually
/plugin marketplace add /path/to/ccprompts
/plugin install ccprompts@ccprompts
For complete plugin documentation, installation methods, and troubleshooting, see PLUGIN.md.
.claude/
├── commands/ # ~70 commands across 12 phases (00-11)
│ ├── 00-initial-workflow/ # Project analysis and workflow (2 commands)
│ ├── 01-project-setup/ # Documentation, learning, MCP (3 commands)
│ ├── 02-development/ # Backup, debug, optimize, refactor (5 commands)
│ ├── 03-security/ # Security auditing and compliance (4 commands)
│ ├── 04-testing/ # Testing and troubleshooting (2 commands)
│ ├── 05-deployment/ # Deployment and CI/CD (4 commands)
│ ├── 06-collaboration/ # Code review and team workflow (4 commands)
│ ├── 07-utilities/ # Productivity and management tools (10 commands)
│ ├── 08-extras/ # Health checks and modernization (4 commands)
│ ├── 09-agentic-capabilities/ # MCP and agent orchestration (12 commands)
│ ├── 10-ai-native-development/ # AI-powered development tools (10 commands)
│ └── 11-enterprise-scale/ # Governance and multi-repo (8 commands)
├── agents/ # Agent templates and configurations
├── workflows/ # Automated workflow definitions
├── README.md
├── settings.json
└── command-registry.json
scripts/ # Safety system + validation utilities
templates/ # subagent template files
tests/ # Jest testing suite
docs/ # Multi-level documentation
cat .claude/commands/09-agentic-capabilities/mcp-discover.md
cat .claude/commands/10-ai-native-development/ai-pair-program.md
cat .claude/commands/11-enterprise-scale/governance.md
/mcp-discover install filesystem --path=/project/data
/ai-pair-program advanced typescript --context-aware
/governance policy organization soc2 --enforce-automatically
./scripts/safe-run.sh "command"
See SAFETY.md for full safety system documentation.
Pull requests are welcome. Please:
feat: …
, fix: …
, etc.).MIT. See LICENSE for details.
0.2.0