diff --git a/README.md b/README.md index 965ad595..02cde709 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,12 @@ wsl bash -c "git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code 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 -- 🔥 **38 Slash Commands** - Instant access to all agents and tools +- 🤖 **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 -- 🚀 **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. @@ -62,19 +61,12 @@ Agent harness with orchestration and session management: - **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 38 commands via intelligent routing +- **Integration:** Access to all 37 commands via intelligent routing ### 🎯 Intelligent Auto-Routing System @@ -82,7 +74,6 @@ Autonomous task execution gateway: | 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" | @@ -95,21 +86,15 @@ Autonomous task execution gateway: ## 📊 Complete Feature List -### 🔧 Agent Frameworks (4) +### 🔧 Agent Frameworks (3) | 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" -``` +### 🎯 Slash Commands (20) #### Ralph (1) ``` @@ -157,13 +142,9 @@ Autonomous task execution gateway: - **postgres** - PostgreSQL (requires connection) - **puppeteer** - Browser automation -### 🪝 Hooks (14) +### 🪝 Hooks (9) - `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 @@ -192,11 +173,6 @@ Autonomous task execution gateway: ## 🚀 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" @@ -256,13 +232,12 @@ Edit `~/.claude/mcp-servers/registry.json`: ``` SuperCharged-Claude-Code-Upgrade/ -├── commands/ # 21 slash commands -├── hooks/ # 14 event hooks +├── commands/ # 20 slash commands +├── hooks/ # 9 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 @@ -282,9 +257,8 @@ Run health check to verify all systems: Expected output: ``` ✓ All 359 skills loaded -✓ All 38 commands available +✓ All 37 commands available ✓ All 10 MCP servers registered -✓ Clawd gateway running (PID: xxxx) ✓ Intelligent router active ``` @@ -315,7 +289,6 @@ 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)