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:
uroma
2026-01-28 08:40:49 +00:00
Unverified
parent f8e39059d0
commit 307439841a
2 changed files with 28 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
[![Claude Code](https://img.shields.io/badge/Claude-Code-Supercharged-blue)](https://claude.com/claude-code) [![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) [![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) [![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) [![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) [![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 -**359 Custom Skills** - Cognitive enhancement, development workflows, UI/UX intelligence
- 🤖 **4 Agent Frameworks** - Clawd, Ralph, Prometheus, Dexto - fully integrated - 🤖 **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 - 🌐 **MCP Servers** - 10 servers for file operations, Git, GitHub, databases, search
- 🎯 **Intelligent Auto-Routing** - Pattern-based agent selection with 70% confidence threshold - 🎯 **Intelligent Auto-Routing** - Pattern-based agent selection with 70% confidence threshold
- 💻 **Web Interface** - ClaudeCLI-Web dashboard with real-time session management - 💻 **Web Interface** - ClaudeCLI-Web dashboard with real-time session management
@@ -74,7 +74,7 @@ Autonomous task execution gateway:
- **1 Command:** `/ralph` - **1 Command:** `/ralph`
- **Capability:** Architecture design, multi-step implementations - **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 ### 🎯 Intelligent Auto-Routing System
@@ -282,7 +282,7 @@ Run health check to verify all systems:
Expected output: Expected output:
``` ```
✓ All 359 skills loaded ✓ All 359 skills loaded
✓ All 21 commands available ✓ All 38 commands available
✓ All 10 MCP servers registered ✓ All 10 MCP servers registered
✓ Clawd gateway running (PID: xxxx) ✓ Clawd gateway running (PID: xxxx)
✓ Intelligent router active ✓ Intelligent router active

24
commands/dexto.md Normal file
View 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