Agent Plugins Marketplace
All plugins

agent-orchestration

v2.0.2

Orchestrate sub-agents across harnesses: decompose work into phases, dispatch each phase with a specialist or generic prompt, adjudicate returned STATUS reports, and run fan-out, maker/checker, tournament, and loop-until-stop shapes with explicit caps. Use when delegating any implementation, investigation, fix, or review.

CodexClaude Code2 Skills

By Jamie Nelson66 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agent-orchestration for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add agent-orchestration@jamie-bitflight-skills

Paste and run these commands in a terminal with Codex. They add and refresh the jamie-bitflight-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “agent-orchestration-2” remain stable.

  • Codex: agent-orchestration-2@agent-plugin-marketplaceagent-orchestration@jamie-bitflight-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Jamie-BitFlight/claude_skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-orchestration/.

Plugin files

plugins/agent-orchestration/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/delegate/SKILL.md
└── skills/parallel-work/SKILL.md

Included Skills2

delegateskills/delegate/SKILL.md

Decompose substantive work into phases, dispatch each phase to a sub-agent, and adjudicate what comes back. Use whenever a request asks for implementation, investigation, a fix, a review, or any change to files — including small ones — and whenever you are about to read source or run a diagnostic yourself instead of handing it off. Also use when a report from a sub-agent needs judging, when a phase needs re-dispatching, or when a user names one instance of a pattern. Does not apply when your own prompt begins "Your ROLE_TYPE is sub-agent." — then follow references/sub-agent-contract.md instead.

parallel-workskills/parallel-work/SKILL.md

Shapes for running many sub-agents at once — fan-out with a barrier, maker/checker, generate-and-filter, tournaments for ranking, hypothesis fan-out for root cause, and loops that stop on a condition with a cap. Use when a phase has several independent targets, when a task is too large or too repetitive for one window, when the same edit applies across many files, when ranking or judging a large set, when several hypotheses compete, or when work must repeat until a signal says stop. Does not apply when units depend on each other's results or the cause is still unknown — investigate first, then parallelize.

Plugin manifests2

plugins/agent-orchestration/.codex-plugin/plugin.json
{
  "name": "agent-orchestration",
  "version": "2.0.2",
  "description": "Orchestrate sub-agents across harnesses: decompose work into phases, dispatch each phase with a specialist or generic prompt, adjudicate returned STATUS reports, and run fan-out, maker/checker, tournament, and loop-until-stop shapes with explicit caps. Use when delegating any implementation, investigation, fix, or review.",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Agent Orchestration",
    "shortDescription": "Orchestrate sub-agents across harnesses: decompose work into phases, dispatch each phase with a specialist or generic prompt, adjudicate returned STATUS reports, and run fan-out, maker/checker, tournament, and loop-until-stop shapes...",
    "longDescription": "Orchestrate sub-agents across harnesses: decompose work into phases, dispatch each phase with a specialist or generic prompt, adjudicate returned STATUS reports, and run fan-out, maker/checker, tournament, and loop-until-stop shapes with explicit caps. Use when delegating any implementation, investigation, fix, or review.",
    "developerName": "Jamie Nelson",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "defaultPrompt": [
      "Orchestrate sub-agents across harnesses: decompose work into phases, dispatch each phase with a specialist or generic prompt, adjudicate returned STATUS reports, and run fan-out, maker/checker, tournament, and loop-until-stop shapes with explicit caps. Use when delegating any implementation, investigation, fix, or review."
    ]
  }
}
plugins/agent-orchestration/.claude-plugin/plugin.json
{
  "name": "agent-orchestration",
  "description": "Orchestrate sub-agents across harnesses: decompose work into phases, dispatch each phase with a specialist or generic prompt, adjudicate returned STATUS reports, and run fan-out, maker/checker, tournament, and loop-until-stop shapes with explicit caps. Use when delegating any implementation, investigation, fix, or review.",
  "version": "2.0.2",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-orchestration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-orchestration-2)