devsh-orchestrator
Installation
SKILL.md
devsh-orchestrator - Multi-Agent Orchestration Skill
Purpose: Enable head agents (like Claude Code CLI running locally) to orchestrate multiple sub-agents running in cloud sandboxes. Supports parallel task execution, dependency management, and inter-agent coordination.
Use Cases
- Parallel Development: Spawn multiple agents to work on different parts of a codebase simultaneously
- Task Distribution: Break down complex tasks and assign to specialized agents
- Review Coordination: Have one agent write code while another reviews
- Test Automation: Run tests in parallel across different environments
Quick Start
# Spawn a sub-agent to work on a specific task
devsh orchestrate spawn --agent claude/haiku-4.5 --repo owner/repo "Fix the auth bug in login.ts"
# Check status of spawned agents
devsh orchestrate list
Related skills