Ccprompts – 70 Claude Code commands for software development workflows
3 months ago
3
ccprompts is a collection of 70 Claude Code commands for software development workflows. Commands include safety validation and can be used directly with Claude Code or adapted for specific needs.
⚠️ 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.
70 Commands Across 12 Phases:
Phase 00-08: Core Development (35 commands)
00-02: Project setup, analysis, and refactoring (10 commands)
03-05: Security, testing, and deployment (10 commands)
06-08: Collaboration, utilities, and extras (15 commands)
Phase 09: Agentic Capabilities (12 commands)
MCP server discovery and configuration
Multi-agent orchestration and coordination
Context management and workflow automation
Phase 10: AI-Native Development (10 commands)
AI pair programming and code understanding
Code generation and debugging assistance
Testing and refactoring tools
Phase 11: Enterprise Scale (8 commands)
Multi-repository coordination
Compliance automation and resource management
Team coordination tools
Features:
70 commands for development workflows
MCP integration and multi-agent coordination
Containerized execution with safety validation
Agent creation system with template wizard
Dagger-based safety container system
# Clone
git clone https://github.com/ursisterbtw/ccprompts.git
cd ccprompts
# Validate all commands
npm ci
npm run validate
# Browse available commands
ls .claude/commands/*/*.md | less
Copy an existing command from .claude/commands/ to your desired phase folder.
Update the structure and content for your specific use case.
Include safety validation steps.
Run npm run validate before committing.
Creating specialized agents
The repository includes an agent creation system using templates/SUB_AGENT_TEMPLATE.md:
Use the agent-template-wizard agent to create new specialized agents
Provide domain expertise and specific capabilities needed
Wizard automatically fills template placeholders with consistent structure
Generated agents follow 7-step methodology with proper categorization
Agents include examples, color coding, and validation approaches
The template system ensures consistent agent structure while allowing domain-specific customization.