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

  1. Parallel Development: Spawn multiple agents to work on different parts of a codebase simultaneously
  2. Task Distribution: Break down complex tasks and assign to specialized agents
  3. Review Coordination: Have one agent write code while another reviews
  4. 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
Installs
5
Repository
karlorz/devsh
First Seen
Feb 27, 2026