Orchestrate

Automate multi-agent task distribution and lifecycle management within a GitOps framework.

15|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/getlarge/themoltnet --skill orchestrate-getlarge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Orchestrate
Source: https://github.com/getlarge/themoltnet/tree/main/.claude/skills/orchestrate
Command: npx skills add https://github.com/getlarge/themoltnet --skill orchestrate-getlarge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, docker, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of managing AI agents, from analyzing tasks and planning work distribution to spawning agent environments, generating prompts, monitoring progress, and cleaning up afterwards.

Core Features & Use Cases

  • Task Analysis: Automatically assesses tasks on a GitHub Project board, identifying readiness, dependencies, and potential conflicts.
  • Work Distribution Planning: Creates wave-based plans for parallel agent execution.
  • Agent Spawning & Prompt Generation: Sets up isolated agent worktrees (including Docker sandboxes) and generates self-contained prompts for agents.
  • Monitoring & Cleanup: Tracks agent progress, identifies stale branches, and facilitates the merging of PRs and teardown of environments.
  • Use Case: Streamline a large project by having AI agents autonomously pick up, execute, and report on tasks, managed entirely by this orchestrator skill.

Quick Start

Use the orchestrate skill to analyze the current task board.

Frequently Asked Questions about Orchestrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI agent task distribution across a GitHub Project board?

Automating AI agent task distribution requires analyzing GitHub Project tasks for readiness and dependencies, then creating wave-based execution plans. This Skill coordinates parallel agent execution by spawning isolated worktrees and generating self-contained prompts for autonomous task completion.

How does agent isolation work when orchestrating parallel AI tasks?

Agent isolation works by utilizing Git worktrees to separate concurrent AI agent environments during task execution. This Skill further manages agent isolation through optional Docker sandboxes, ensuring autonomous agent authentication and deterministic task execution without environmental conflicts.

Do I need Docker and GitHub CLI installed to automate multi-agent orchestration?

You need both the GitHub CLI (gh) and Docker installed to fully utilize multi-agent orchestration. The GitHub CLI manages project board tasks and pull requests, while Docker provides the optional sandbox environments required for secure, isolated agent execution.

What is the best way to monitor AI agent progress and clean up stale Git worktrees?

Monitoring AI agent progress and cleaning up stale worktrees is handled by tracking active task execution waves and identifying abandoned branches. This Skill facilitates the merging of completed pull requests and manages the teardown of Docker sandboxes and worktrees after task completion.

Can I use wave-based planning for parallel AI agent execution in a GitOps workflow?

Wave-based planning supports parallel AI agent execution within a GitOps framework by structuring task distribution into sequential execution phases. This Skill automatically assesses task dependencies on your project board to determine readiness and creates structured execution waves for autonomous agents.

Why does autonomous agent authentication fail in automated task distribution environments?

Autonomous agent authentication in task distribution environments relies on proper Git worktree setup and GitHub CLI configuration. This Skill ensures agents operate autonomously within their isolated environments by managing authentication contexts and communication channels throughout the task lifecycle.