Agent Plugins Marketplace
All plugins

agent-orchestration

v0.6.0

A feature-shipping pipeline (planner, coder, tester, reviewer) driven by /ship: plan with a finalize gate, then ship one service or fan out across many in parallel (phase-batched), configurable via an optional agent-orchestration.config.json registry, coordinating through a shared ./pipeline bus with a live local dashboard.

Claude Code1 Skill

By Het PatelLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-orchestration-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/DevInventor/Agent-Orchestration

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

Plugin files

agent-orchestration/
├── .claude-plugin/plugin.json
└── skills/pipeline-protocol/SKILL.md

Included Skills1

pipeline-protocolskills/pipeline-protocol/SKILL.md

The shared coordination contract for the Agent-Orchestration pipeline. Consult whenever an agent (planner, coder, tester, reviewer, or the orchestrator) needs to read from or write to the ./pipeline bus, emit a status/handoff event, update the phase or progress bar, or understand the file layout every agent shares. Use this before touching any file under ./pipeline.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-orchestration",
  "description": "A feature-shipping pipeline (planner, coder, tester, reviewer) driven by /ship: plan with a finalize gate, then ship one service or fan out across many in parallel (phase-batched), configurable via an optional agent-orchestration.config.json registry, coordinating through a shared ./pipeline bus with a live local dashboard.",
  "version": "0.6.0",
  "author": {
    "name": "Het Patel"
  },
  "homepage": "https://github.com/DevInventor/Agent-Orchestration",
  "repository": "https://github.com/DevInventor/Agent-Orchestration",
  "license": "MIT",
  "keywords": [
    "agents",
    "orchestration",
    "tdd",
    "code-review",
    "pipeline",
    "multi-service",
    "monorepo"
  ]
}

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-3)