diff --git a/README.md b/README.md index de6ca71a..965ad595 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Claude Code](https://img.shields.io/badge/Claude-Code-Supercharged-blue)](https://claude.com/claude-code) [![Version](https://img.shields.io/badge/Version-3.0.0-green)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade) [![Skills](https://img.shields.io/badge/Skills-359-brightgreen)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade) -[![Commands](https://img.shields.io/badge/Commands-21-orange)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade) +[![Commands](https://img.shields.io/badge/Commands-38-orange)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade) [![MCP](https://img.shields.io/badge/MCP_Servers-10-purple)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade) [![License](https://img.shields.io/badge/License-MIT-blue)](LICENSE) @@ -33,7 +33,7 @@ This comprehensive customization package transforms your Claude Code installatio - ✨ **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 +- 🔥 **38 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 @@ -74,7 +74,7 @@ Autonomous task execution gateway: - **1 Command:** `/ralph` - **Capability:** Architecture design, multi-step implementations -- **Integration:** Access to all 21 commands via intelligent routing +- **Integration:** Access to all 38 commands via intelligent routing ### 🎯 Intelligent Auto-Routing System @@ -282,7 +282,7 @@ Run health check to verify all systems: Expected output: ``` ✓ All 359 skills loaded -✓ All 21 commands available +✓ All 38 commands available ✓ All 10 MCP servers registered ✓ Clawd gateway running (PID: xxxx) ✓ Intelligent router active diff --git a/commands/dexto.md b/commands/dexto.md new file mode 100644 index 00000000..35fef86b --- /dev/null +++ b/commands/dexto.md @@ -0,0 +1,24 @@ +--- +description: "Dexto Multi-Agent Framework - Auto-select appropriate agent" +--- + +Use Dexto Multi-Agent Framework to automatically select and delegate to the appropriate specialized agent. + +**Task:** +{{USER_MESSAGE}} + +**Instructions:** +1. Use ~/.claude/hooks/unified-integration-v2.sh with dexto mode +2. Automatically route to appropriate agent based on task type: + - Development tasks → dexto-code + - Database operations → dexto-database + - GitHub operations → dexto-github + - PDF analysis → dexto-pdf + - Image editing → dexto-image-edit + - Image generation → dexto-nano-banana + - Video generation → dexto-sora + - Music creation → dexto-music + - Podcast generation → dexto-podcast + - Product research → dexto-research + - Support triage → dexto-triage + - Codebase exploration → dexto-explore