feat: Complete sync of all Claude Code CLI upgrades
- Add all 21 commands (clawd, ralph, prometheus*, dexto*) - Add all hooks (intelligent-router, clawd-*, prometheus-wrapper, unified-integration-v2) - Add skills (ralph, prometheus master) - Add MCP servers (registry.json, manager.sh) - Add plugins directory with marketplaces - Add health-check.sh and aliases.sh scripts - Complete repository synchronization with local ~/.claude/ Total changes: 100+ new files added All integrations now fully backed up in repository 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
21
commands/ralph.md
Executable file
21
commands/ralph.md
Executable file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
description: "RalphLoop 'Tackle Until Solved' - Enhanced autonomous orchestrator with access to Clawd, Prometheus, Dexto. Routes to best agent automatically or orchestrates multi-agent workflows."
|
||||
---
|
||||
|
||||
Invoke Enhanced Ralph with full agent orchestration capabilities.
|
||||
|
||||
Ralph now has access to ALL integrated agents:
|
||||
- **Clawd** - Autonomous task execution
|
||||
- **Prometheus** - Code analysis, bug fixing, features
|
||||
- **Dexto** - 12 specialized agents (code, github, pdf, images, video, music, etc.)
|
||||
|
||||
Ralph will:
|
||||
1. Analyze task requirements
|
||||
2. Select best agent automatically (confidence threshold: 70%)
|
||||
3. Orchestrate multi-agent workflows for complex tasks
|
||||
4. Execute with continuous improvement loops
|
||||
|
||||
User's task:
|
||||
{{USER_MESSAGE}}
|
||||
|
||||
Execute this task using the best available agent(s).
|
||||
Reference in New Issue
Block a user