- Fixed missing command names in README (Prometheus 6 commands, Dexto 12 commands) - Fixed hooks section with all 14 hook names listed - Added bw-article-designer skill (article styling with black/white theme) - Added ralph-system-prompts skill collection (101 system prompts from system_prompts_leaks) - Updated skill count from 291 to 359 - Updated badges and documentation Co-Authored-By: Claude <noreply@anthropic.com>
326 lines
9.8 KiB
Markdown
326 lines
9.8 KiB
Markdown
# 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.
|
|
|
|
[](https://claude.com/claude-code)
|
|
[](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
|
|
[](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
|
|
[](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
|
|
[](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
|
|
[](LICENSE)
|
|
|
|
## ⚡ Quick Installation
|
|
|
|
### Linux / macOS (Bash)
|
|
```bash
|
|
git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade.git
|
|
cd SuperCharged-Claude-Code-Upgrade
|
|
./supercharge.sh
|
|
```
|
|
|
|
### Windows (WSL Recommended)
|
|
```bash
|
|
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
|
|
- 🤖 **4 Agent Frameworks** - Clawd, Ralph, Prometheus, Dexto - fully integrated
|
|
- 🔥 **21 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
|
|
- 🚀 **Autonomous Execution** - Clawd gateway for hands-off task completion
|
|
|
|
**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
|
|
|
|
#### 🤖 **Clawd**
|
|
Autonomous task execution gateway:
|
|
|
|
- **1 Command:** `/clawd`
|
|
- **Capability:** Multi-agent task delegation with persistent sessions
|
|
- **Gateway:** Running on port 8766 with health monitoring
|
|
|
|
#### 🔄 **Ralph**
|
|
"Tackle Until Solved" autonomous iteration:
|
|
|
|
- **1 Command:** `/ralph`
|
|
- **Capability:** Architecture design, multi-step implementations
|
|
- **Integration:** Access to all 21 commands via intelligent routing
|
|
|
|
### 🎯 Intelligent Auto-Routing System
|
|
|
|
**NEW:** Automatic agent selection based on task patterns:
|
|
|
|
| Task Pattern | Routes To | Example |
|
|
|-------------|-----------|---------|
|
|
| "autonomous", "automatically" | `/clawd` | "Handle this autonomously" |
|
|
| "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 (4)
|
|
|
|
| Framework | Type | Status |
|
|
|-----------|------|--------|
|
|
| **Clawd** | Autonomous Execution | ✅ Integrated |
|
|
| **Ralph** | Iterative Architecture | ✅ Integrated |
|
|
| **Prometheus** | Code Analysis | ✅ Integrated |
|
|
| **Dexto** | Multi-Agent Harness | ✅ Integrated |
|
|
|
|
### 🎯 Slash Commands (21)
|
|
|
|
#### Clawd (1)
|
|
```
|
|
/clawd "Autonomous task execution"
|
|
```
|
|
|
|
#### 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 (14)
|
|
|
|
- `intelligent-router.sh` - Pattern-based agent routing
|
|
- `clawd-auto-trigger.sh` - Clawd automation
|
|
- `clawd-session-start.sh` - Session initialization
|
|
- `clawd-task-complete.sh` - Task completion handling
|
|
- `clawd-wrapper.sh` - Clawd command wrapper
|
|
- `prometheus-wrapper.sh` - Prometheus integration
|
|
- `unified-integration.sh` - Unified agent system v1
|
|
- `unified-integration-v2.sh` - Unified agent system v2
|
|
- `ralph-auto-trigger.sh` - Ralph autonomous trigger
|
|
- `session-start-superpowers.sh` - Superpowers activation
|
|
- `consult-qwen.sh` - Qwen AI consultation
|
|
- `demo-qwen-consult.sh` - Qwen demo mode
|
|
- `qwen-consult.sh` - Qwen consultation service
|
|
- `codebase-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
|
|
|
|
### Autonomous Task Execution
|
|
```bash
|
|
/clawd "Deploy the application and run all tests"
|
|
```
|
|
|
|
### Architecture Design
|
|
```bash
|
|
/ralph "Design a scalable e-commerce backend with microservices"
|
|
```
|
|
|
|
### Bug Analysis
|
|
```bash
|
|
/prometheus-bug "Login fails after password reset"
|
|
```
|
|
|
|
### Feature Implementation
|
|
```bash
|
|
/prometheus-feature "Add two-factor authentication"
|
|
```
|
|
|
|
### GitHub Operations
|
|
```bash
|
|
/dexto-github "Analyze issues in repository"
|
|
```
|
|
|
|
### PDF Analysis
|
|
```bash
|
|
/dexto-pdf "Summarize research paper"
|
|
```
|
|
|
|
### Image Generation
|
|
```bash
|
|
/dexto-nano-banana "Generate image of cyberpunk city"
|
|
```
|
|
|
|
---
|
|
|
|
## 🛠️ Configuration
|
|
|
|
### Auto-Routing Confidence Threshold
|
|
|
|
Edit `~/.claude/hooks/intelligent-router.sh`:
|
|
```bash
|
|
if [ "$SCORE" -ge 70 ]; then # Adjust threshold (0-100)
|
|
```
|
|
|
|
### Enable/Disable MCP Servers
|
|
|
|
Edit `~/.claude/mcp-servers/registry.json`:
|
|
```json
|
|
{
|
|
"servers": {
|
|
"github": { "enabled": true },
|
|
"brave-search": { "enabled": false }
|
|
}
|
|
}
|
|
```
|
|
|
|
---
|
|
|
|
## 📁 Project Structure
|
|
|
|
```
|
|
SuperCharged-Claude-Code-Upgrade/
|
|
├── commands/ # 21 slash commands
|
|
├── hooks/ # 14 event hooks
|
|
├── skills/ # 291 custom skills
|
|
├── mcp-servers/ # MCP server registry
|
|
├── prometheus/ # Prometheus integration
|
|
├── dexto/ # Dexto integration
|
|
├── clawd/ # Clawd gateway
|
|
├── 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:
|
|
```bash
|
|
~/.claude/health-check.sh
|
|
```
|
|
|
|
Expected output:
|
|
```
|
|
✓ All 359 skills loaded
|
|
✓ All 21 commands available
|
|
✓ All 10 MCP servers registered
|
|
✓ Clawd gateway running (PID: xxxx)
|
|
✓ Intelligent router active
|
|
```
|
|
|
|
---
|
|
|
|
## 📚 Documentation
|
|
|
|
- [Auto-Trigger System](AUTO-TRIGGER-SUMMARY.md)
|
|
- [Complete Integration Summary](FINAL-INTEGRATION-SUMMARY.md)
|
|
- [Prometheus Documentation](prometheus/README.md)
|
|
- [Dexto Documentation](dexto/README.md)
|
|
- [ClaudeCLI-Web](ClaudeCLI-Web/README.md)
|
|
|
|
---
|
|
|
|
## 🤝 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:
|
|
- ✅ Autonomous execution (Clawd)
|
|
- ✅ 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
|