Agent Plugins Marketplace
All plugins

orchestrator

v0.7.0

Coordinator session for parallel issue work: opens planning sessions, claims issues into Herdr worktree workspaces, merges finished PRs, shows the board, the frontier and the specs ready for acceptance, releases a milestone.

Claude Code9 Skills

By Calvin DittkristLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 21, 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 orchestrator 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 orchestrator@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/CalvinDittkrist/workflows

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

Plugin files

plugins/orchestrator/
├── .claude-plugin/plugin.json
├── skills/abandon/SKILL.md
├── skills/board/SKILL.md
├── skills/claim/SKILL.md
├── skills/gh-axi/SKILL.md
├── skills/herdr/SKILL.md
├── skills/merge/SKILL.md
├── skills/plan/SKILL.md
├── skills/release/SKILL.md
└── skills/yolo-claim/SKILL.md

Included Skills9

abandonskills/abandon/SKILL.md

Drop a claimed worktree without merging. Refuses to delete unpushed work unless --force.

boardskills/board/SKILL.md

Show all claimed worktrees with agent state, PR number, checks and review status, the frontier and the specs ready for acceptance.

claimskills/claim/SKILL.md

Claim a ready-for-agent GitHub issue. Creates a worktree and Herdr workspace and starts a worker session that implements it through review, PR and CI.

gh-axiskills/gh-axi/SKILL.md

Operate GitHub through gh-axi (issues, PRs, checks, runs, releases, labels, secrets) with token-efficient TOON output. Use for any GitHub task the workflow scripts do not already cover.

herdrskills/herdr/SKILL.md

Control Herdr panes, agents, workspaces and worktrees by hand. Load only when the scripted skills are not enough, for example to read a worker's screen or answer its question.

mergeskills/merge/SKILL.md

Squash-merge a ready PR and remove its worktree, Herdr workspace and branch. A promotion PR from dev gets a merge commit and keeps dev.

planskills/plan/SKILL.md

Open a planning session for an idea or an existing issue. Creates a worktree and Herdr workspace and starts a planner that turns it into agent-ready issues.

releaseskills/release/SKILL.md

Release a milestone vX.Y.Z. Promotes dev to main through a pull request when the default branch is dev, then tags main, publishes the GitHub release with generated notes and closes the milestone.

yolo-claimskills/yolo-claim/SKILL.md

Claim a ready-for-agent GitHub issue in yolo mode. The worker merges its own PR once CI and reviewers are green, then cleans up its worktree.

Plugin manifests1

plugins/orchestrator/.claude-plugin/plugin.json
{
  "name": "orchestrator",
  "version": "0.7.0",
  "description": "Coordinator session for parallel issue work: opens planning sessions, claims issues into Herdr worktree workspaces, merges finished PRs, shows the board, the frontier and the specs ready for acceptance, releases a milestone.",
  "author": {
    "name": "Calvin Dittkrist",
    "url": "https://github.com/CalvinDittkrist"
  },
  "repository": "https://github.com/CalvinDittkrist/workflows",
  "license": "MIT",
  "keywords": [
    "herdr",
    "worktree",
    "orchestration",
    "github"
  ]
}

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

[orchestrator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orchestrator)