Agent Plugins Marketplace
All plugins

multi-model-orchestrator

v0.7.21

Route software tasks across current Claude, GPT-5.6/GPT-6, and Grok 4.5 models with task-sized reasoning and independent review

CodexClaude Code5 Skills

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 13, 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 multi-model-orchestrator for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add multi-model-orchestrator@paat-plugins

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

Compatibility: the page URL and API slug “multi-model-orchestrator” remain stable.

  • Codex: multi-model-orchestrator@agent-plugin-marketplacemulti-model-orchestrator@paat-plugins

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/paat/claude-plugins

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

Plugin files

plugins/multi-model-orchestrator/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/meta-orchestration/SKILL.md
├── skills/multi-model-orchestration/SKILL.md
├── skills/multi-model-orchestrator-meta-orchestrate-workflow/SKILL.md
├── skills/multi-model-orchestrator-orchestrate-workflow/SKILL.md
└── skills/route-model-task/SKILL.md

Included Skills5

meta-orchestrationskills/meta-orchestration/SKILL.md

Use when running the show over a queue of work — an epic, an issue list, a discovery goal, or a workitem scan — through multi-model worker and reviewer legs with adversarial gates, crash-safe handoffs, and tribunal close-out. Entrypoint: /multi-model-orchestrator:meta-orchestrate.

multi-model-orchestrationskills/multi-model-orchestration/SKILL.md

Use when a user asks to implement through Claude Code, Codex, or Grok Build workers with task-appropriate model and reasoning selection plus independent review.

multi-model-orchestrator-meta-orchestrate-workflowskills/multi-model-orchestrator-meta-orchestrate-workflow/SKILL.md

Run /multi-model-orchestrator:meta-orchestrate workflow from multi-model-orchestrator.

multi-model-orchestrator-orchestrate-workflowskills/multi-model-orchestrator-orchestrate-workflow/SKILL.md

Run /multi-model-orchestrator:orchestrate workflow from multi-model-orchestrator.

route-model-taskskills/route-model-task/SKILL.md

Choose a Claude Code, Codex, or Grok Build model and reasoning effort for implementation, planning, investigation, review, or verification. Use when an orchestrator must assign tasks, when the user asks which coding model or effort to use, or when provider restrictions, latency, cost, risk, or independent-review needs affect routing.

Plugin manifests2

plugins/multi-model-orchestrator/.codex-plugin/plugin.json
{
  "name": "multi-model-orchestrator",
  "version": "0.7.21",
  "description": "Route software tasks across current Claude, GPT-5.6/GPT-6, and Grok 4.5 models with task-sized reasoning and independent review",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Multi Model Orchestrator",
    "shortDescription": "Route software tasks across current Claude, GPT-5.6/GPT-6, and Grok 4.5 models with task-sized reasoning and independent review",
    "longDescription": "Route software tasks across current Claude, GPT-5.6/GPT-6, and Grok 4.5 models with task-sized reasoning and independent review",
    "developerName": "Andre Paat",
    "category": "Development",
    "capabilities": [
      "Skills",
      "Scripts"
    ],
    "defaultPrompt": "Use the multi-model-orchestrator plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "orchestration",
    "codex",
    "claude",
    "opus",
    "grok",
    "gpt-5.6",
    "gpt-6",
    "subagents",
    "code-review",
    "epic"
  ],
  "skills": "./skills/"
}
plugins/multi-model-orchestrator/.claude-plugin/plugin.json
{
  "name": "multi-model-orchestrator",
  "version": "0.7.21",
  "description": "Route software tasks across current Claude, GPT-5.6/GPT-6, and Grok 4.5 models with task-sized reasoning and independent review",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "orchestration",
    "codex",
    "claude",
    "opus",
    "grok",
    "gpt-5.6",
    "gpt-6",
    "subagents",
    "code-review",
    "epic"
  ]
}

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

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