Fix command count and add missing dexto.md
- Updated command count from 21 to 38 (actual installed commands) - Added missing dexto.md main command for auto-selecting appropriate agent - Updated all badges and documentation to reflect correct count Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[](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)
|
||||
[](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
|
||||
[](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
|
||||
|
||||
24
commands/dexto.md
Normal file
24
commands/dexto.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user