- Updated agent framework count from 4 to 3 - Updated command count from 38 to 37 and 21 to 20 - Updated hooks count from 14 to 9 - Removed Clawd section from Major Framework Integrations - Removed Clawd row from auto-routing table - Removed Clawd section from Slash Commands - Removed Clawd hooks from Hooks section - Removed Autonomous Task Execution example - Removed clawd/ from project structure - Updated health check expected output - Removed Autonomous execution from final summary Co-Authored-By: Claude <noreply@anthropic.com>
8.9 KiB
SuperCharged Claude Code - Ultimate Upgrade Package
🚀 Transform your Claude Code into an autonomous AI development powerhouse with 359 custom skills, 4 integrated agent frameworks, intelligent auto-routing, and multi-platform orchestration.
⚡ Quick Installation
Linux / macOS (Bash)
git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git
cd SuperCharged-Claude-Code-Upgrade
./supercharge.sh
Windows (WSL Recommended)
wsl bash -c "git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git && cd SuperCharged-Claude-Code-Upgrade && ./supercharge.sh"
⚡ Why SuperCharge Claude Code?
Claude Code is powerful. SuperCharge makes it unstoppable.
This comprehensive customization package transforms your Claude Code installation with:
- ✨ 359 Custom Skills - Cognitive enhancement, development workflows, UI/UX intelligence
- 🤖 3 Agent Frameworks - Ralph, Prometheus, Dexto - fully integrated
- 🔥 37 Slash Commands - Instant access to all agents and tools
- 🌐 MCP Servers - 10 servers for file operations, Git, GitHub, databases, search
- 🎯 Intelligent Auto-Routing - Pattern-based agent selection with 70% confidence threshold
- 💻 Web Interface - ClaudeCLI-Web dashboard with real-time session management
- 🪝 Smart Hooks - Session automation and multi-AI consultation
Perfect for: Developers, AI enthusiasts, teams building with AI assistants, and anyone wanting to maximize their Claude Code productivity.
🆕 What's New in v3.0.0
Major Framework Integrations
🔧 Prometheus (EuniAI)
Multi-agent code analysis system with knowledge graph reasoning:
- 6 Commands:
/prometheus-bug,/prometheus-feature,/prometheus-context,/prometheus-edit,/prometheus-test,/prometheus-classify - 4 Tools: AST-based code parsing, graph traversal, container execution, web search
- Capabilities: Bug fixing, feature planning, code context, regression testing
🎭 Dexto (Truffle AI)
Agent harness with orchestration and session management:
- 12 Commands:
/dexto-code,/dexto-database,/dexto-github,/dexto-pdf,/dexto-image-edit,/dexto-nano-banana,/dexto-sora,/dexto-music,/dexto-podcast,/dexto-research,/dexto-triage,/dexto-explore - 5 Tools: Filesystem, Playwright, Process, TODO, Plan
- Capabilities: Development, media creation, databases, GitHub, research
🔄 Ralph
"Tackle Until Solved" autonomous iteration:
- 1 Command:
/ralph - Capability: Architecture design, multi-step implementations
- Integration: Access to all 37 commands via intelligent routing
🎯 Intelligent Auto-Routing System
NEW: Automatic agent selection based on task patterns:
| Task Pattern | Routes To | Example |
|---|---|---|
| "architecture", "design system" | /ralph |
"Design microservices architecture" |
| "bug", "fix", "reproduce" | /prometheus-bug |
"Fix authentication bug" |
| "feature", "implement" | /prometheus-feature |
"Add two-factor auth" |
| "github", "pr", "issue" | /dexto-github |
"Analyze pull request" |
| "pdf", "document" | /dexto-pdf |
"Summarize document" |
| "generate image" | /dexto-nano-banana |
"Generate image" |
| "database", "sql" | /dexto-database |
"Optimize query" |
📊 Complete Feature List
🔧 Agent Frameworks (3)
| Framework | Type | Status |
|---|---|---|
| Ralph | Iterative Architecture | ✅ Integrated |
| Prometheus | Code Analysis | ✅ Integrated |
| Dexto | Multi-Agent Harness | ✅ Integrated |
🎯 Slash Commands (20)
Ralph (1)
/ralph "Complex architecture or multi-step task"
Prometheus (6)
/prometheus-bug "Bug analysis and fix"
/prometheus-feature "Feature planning"
/prometheus-context "Code context retrieval"
/prometheus-edit "Code editing"
/prometheus-test "Test execution"
/prometheus-classify "Issue classification"
/prometheus "Auto-select appropriate tool"
Dexto (12)
/dexto-code "Development tasks"
/dexto-database "Database operations"
/dexto-github "GitHub operations"
/dexto-pdf "PDF analysis"
/dexto-image-edit "Image editing"
/dexto-nano-banana "AI image generation"
/dexto-sora "Video generation"
/dexto-music "Music creation"
/dexto-podcast "Podcast generation"
/dexto-research "Product research"
/dexto-triage "Support ticket triage"
/dexto-explore "Codebase exploration"
/dexto "Auto-select appropriate agent"
🔌 MCP Servers (10)
- arc - Subagent file operations
- claude-mem - Persistent memory
- filesystem - Local filesystem operations
- git - Git operations
- fetch - HTTP requests
- sqlite - Database operations
- github - GitHub API (requires auth)
- brave-search - Web search (requires auth)
- postgres - PostgreSQL (requires connection)
- puppeteer - Browser automation
🪝 Hooks (9)
intelligent-router.sh- Pattern-based agent routingprometheus-wrapper.sh- Prometheus integrationunified-integration.sh- Unified agent system v1unified-integration-v2.sh- Unified agent system v2ralph-auto-trigger.sh- Ralph autonomous triggersession-start-superpowers.sh- Superpowers activationconsult-qwen.sh- Qwen AI consultationdemo-qwen-consult.sh- Qwen demo modeqwen-consult.sh- Qwen consultation servicecodebase-indexer-hook.sh- Codebase indexing
📚 Skills (359)
- Cognitive enhancement
- Development workflows
- UI/UX design intelligence
- Desktop development
- Code review
- Testing strategies
- Documentation
- Git workflows
- Architecture patterns
- NEW: Ralph System Prompts (101 skills from system_prompts_leaks)
- NEW: Article Designer (black/white theme styling)
🚀 Usage Examples
Architecture Design
/ralph "Design a scalable e-commerce backend with microservices"
Bug Analysis
/prometheus-bug "Login fails after password reset"
Feature Implementation
/prometheus-feature "Add two-factor authentication"
GitHub Operations
/dexto-github "Analyze issues in repository"
PDF Analysis
/dexto-pdf "Summarize research paper"
Image Generation
/dexto-nano-banana "Generate image of cyberpunk city"
🛠️ Configuration
Auto-Routing Confidence Threshold
Edit ~/.claude/hooks/intelligent-router.sh:
if [ "$SCORE" -ge 70 ]; then # Adjust threshold (0-100)
Enable/Disable MCP Servers
Edit ~/.claude/mcp-servers/registry.json:
{
"servers": {
"github": { "enabled": true },
"brave-search": { "enabled": false }
}
}
📁 Project Structure
SuperCharged-Claude-Code-Upgrade/
├── commands/ # 20 slash commands
├── hooks/ # 9 event hooks
├── skills/ # 291 custom skills
├── mcp-servers/ # MCP server registry
├── prometheus/ # Prometheus integration
├── dexto/ # Dexto integration
├── ralph-integration/ # Ralph integration
├── plugins/ # Plugin marketplace
├── ClaudeCLI-Web/ # Web interface
├── health-check.sh # System validation
└── supercharge.sh # Installer
🩺 Health Check
Run health check to verify all systems:
~/.claude/health-check.sh
Expected output:
✓ All 359 skills loaded
✓ All 37 commands available
✓ All 10 MCP servers registered
✓ Intelligent router active
📚 Documentation
- Auto-Trigger System
- Complete Integration Summary
- Prometheus Documentation
- Dexto Documentation
- ClaudeCLI-Web
🤝 Contributing
Contributions welcome! Please read CONTRIBUTING.md for details.
📄 License
MIT License - see LICENSE file for details.
🎉 Your Claude Code CLI is now a comprehensive multi-agent AI platform!
Total capabilities:
- ✅ Architecture design (Ralph)
- ✅ Code analysis (Prometheus)
- ✅ Multi-agent framework (Dexto)
- ✅ 359 specialized skills (including 101 system prompts)
- ✅ 10 MCP servers
- ✅ Intelligent auto-routing
- ✅ Production-grade monitoring