claude-code-dev-stack
v3.7.15
Published
AI-powered development environment with 37 specialized agents, intelligent hooks, and unified tooling
Downloads
30
Maintainers
Readme
Claude Code Dev Stack V3.7.13
AI-powered development environment with 28 specialized agents, intelligent hooks, unified tooling, and real-time statusline.
🚀 Quick Install
From npm (Latest v3.7.13)
npm install -g claude-code-dev-stack@latestFrom GitHub (Development)
npm install -g github:KrypticGadget/Claude_Code_Dev_Stack#mainOne-line Installers
Linux/Mac:
curl -fsSL https://raw.githubusercontent.com/KrypticGadget/Claude_Code_Dev_Stack/feature/v3-dev/install.sh | bashWindows:
irm https://raw.githubusercontent.com/KrypticGadget/Claude_Code_Dev_Stack/feature/v3-dev/install.ps1 | iex✨ What Gets Installed
- ✅ 28 Specialized AI Agents - Architecture, development, DevOps, QA, and more
- ✅ 37 Intelligent Hooks - Automated workflows and orchestration
- ✅ 90+ Audio Files - Rich audio feedback system
- ✅ Real-time Statusline - Live context awareness (v3.7.13)
- ✅ Unified React PWA - Beautiful dashboard interface
- ✅ MCP Servers - code-sandbox, GitHub, Playwright integration
- ✅ Claude Code Integration - Seamless hooks and agent routing
🛠️ Commands
After installation, you'll have access to:
# Main setup command (includes statusline configuration)
ccds-setup
# List and manage agents
ccds-agents list
# List and manage hooks
ccds-hooks list
# Test statusline
python ~/.claude/hooks/test_statusline.py
# Start the PWA dashboard
cd ~/.claude/ui && npm run dev🎯 Quick Start
Install the stack:
npm install -g claude-code-dev-stack@latestRun setup (configures statusline and hooks):
ccds-setupTest the statusline:
python ~/.claude/hooks/test_statusline.pyView your setup:
ccds-agents list ccds-hooks listThe statusline will appear automatically when you launch Claude Code!
🏗️ Architecture
Claude Code Dev Stack V3/
├── 🤖 28 AI Agents # Specialized development agents
├── 🪝 37 Smart Hooks # Automated workflow triggers
├── 🔊 90+ Audio Files # Rich feedback system
├── 🎨 Unified PWA # React dashboard interface
├── 🔌 MCP Integration # External tool connections
└── ⚙️ Claude Code Config # Seamless integration📊 Features
- Real-time Statusline (v3.7.13) - Live display of model, git, phase, agents, tokens
- Agent Orchestration - Smart routing and task delegation
- Audio Feedback - Rich audio notifications for all actions
- Performance Monitoring - Real-time metrics and optimization
- Security Scanning - Automated security checks and validation
- Auto-Documentation - Intelligent documentation generation
- Quality Gates - Automated quality control and validation
🔧 Requirements
- Node.js 18+
- npm 8+
- Claude Code (for full integration)
📚 Documentation
🐛 Issues & Support
📄 License
MIT License - see LICENSE file for details.
Made with ❤️ by the Claude Code Community
