minion-orchestrator

Community

Orchestrate durable shell jobs and subagents

Authorweiping
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill solves the problem of reliably running and controlling background work—both deterministic shell commands and LLM subagent tasks—with durable progress tracking and restart safety.

Core Features & Use Cases

  • Unified job queue routing: Routes requests to deterministic shell jobs or LLM subagent jobs depending on whether the task needs a reasoning loop or reproducible command execution.
  • Durable, observable execution: Uses a Postgres-native Minions queue so jobs survive gateway restarts and expose structured progress, token accounting, and session transcripts.
  • Steerable job lifecycle: Supports pausing, resuming, cancelling, replaying, and steering running agents via inbox messages, including parent-child DAGs with failure policies.

Example use case: When you need to fan out parallel research and then consolidate results, submit an LLM subagent fan-out manifest so children run concurrently and an aggregator runs after completion, while you monitor and steer progress as it happens.

Quick Start

Submit an LLM subagent job for research and synthesis by asking your agent to run: "Research Acme Corp revenue and produce a cited summary, then tell me what key details are missing."

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: minion-orchestrator
Download link: https://github.com/weiping/gbrain-cn/archive/main.zip#minion-orchestrator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.