Agent Plugins Marketplace
← All plugins

orchestration

v4.0.0

Dual-host development orchestration for Claude Code and Codex: super-plan creates wave-ready tasks with machine-checkable contracts, multi-model executes isolated supervised waves through the host-native adapter, and ship carries approved plans through reviewed delivery while leaving merge authority with the user. Exact Claude, GPT-5.6, and GPT-6 Astra/Sol/Luna profiles provide evidence-scoped guidance with a conservative generic fallback.

CodexClaude Code3 Skills

By TemMax5 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 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 orchestration for Codex and Claude Code

Installs for the current user
codex plugin marketplace add TemMax/agent-skills
codex plugin marketplace upgrade temmax
codex plugin add orchestration@temmax

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

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

  • Codex: orchestration-3@agent-plugin-marketplace → orchestration@temmax

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/TemMax/agent-skills

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

Plugin files

plugins/orchestration/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/multi-model/SKILL.md
├── skills/ship/SKILL.md
└── skills/super-plan/SKILL.md

Included Skills3

multi-modelskills/multi-model/SKILL.md

Use when implementation work should be delegated, parallelized, or routed across Claude or Codex agents, especially when isolated worktrees and independent supervision are required. Do not use for single-agent work.

shipskills/ship/SKILL.md

Use when the user wants the complete delivery pipeline from planning through a reviewed pull request. Do not use for a single planning, implementation, or review stage, and never merge.

super-planskills/super-plan/SKILL.md

Use when a feature or change needs a wave-ready implementation plan for parallel or multi-agent execution. Do not use to implement the plan.

Plugin manifests2

plugins/orchestration/.codex-plugin/plugin.json
{
  "name": "orchestration",
  "version": "4.0.0",
  "description": "Dual-host development orchestration for Claude Code and Codex: super-plan creates wave-ready tasks with machine-checkable contracts, multi-model executes isolated supervised waves through the host-native adapter, and ship carries approved plans through reviewed delivery while leaving merge authority with the user. Exact Claude, GPT-5.6, and GPT-6 Astra/Sol/Luna profiles provide evidence-scoped guidance with a conservative generic fallback.",
  "author": {
    "name": "TemMax",
    "url": "https://github.com/TemMax"
  },
  "repository": "https://github.com/TemMax/agent-skills",
  "keywords": [
    "orchestration",
    "multi-agent",
    "subagents",
    "workflow",
    "delegation",
    "model-routing"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/orchestration/.claude-plugin/plugin.json
{
  "name": "orchestration",
  "displayName": "Orchestration Skills",
  "version": "4.0.0",
  "description": "Dual-host development orchestration for Claude Code and Codex: super-plan creates wave-ready tasks with machine-checkable contracts, multi-model executes isolated supervised waves through the host-native adapter, and ship carries approved plans through reviewed delivery while leaving merge authority with the user. Exact Claude, GPT-5.6, and GPT-6 Astra/Sol/Luna profiles provide evidence-scoped guidance with a conservative generic fallback.",
  "author": {
    "name": "TemMax",
    "url": "https://github.com/TemMax"
  },
  "repository": "https://github.com/TemMax/agent-skills",
  "keywords": [
    "orchestration",
    "multi-agent",
    "subagents",
    "workflow",
    "delegation",
    "model-routing"
  ]
}

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

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