Agent Plugins Marketplace
All plugins

fusion

v0.0.59

Multi-model orchestration: tier agents, routing rules, blind panel, ultra fleet, model config, and drift doctor.

Claude Code7 Skills

By Harry YepLicense: MIT3 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 20, 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 fusion 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 fusion@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/okisdev/claude-code-fusion

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

Plugin files

plugins/fusion/
├── .claude-plugin/plugin.json
├── skills/config/SKILL.md
├── skills/doctor/SKILL.md
├── skills/panel/SKILL.md
├── skills/setup/SKILL.md
├── skills/smoke/SKILL.md
├── skills/stats/SKILL.md
└── skills/ultra/SKILL.md

Included Skills7

configskills/config/SKILL.md

Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex orchestration surfaces. Use when changing model defaults, capability scores, lane SKUs, or execution posture after the model lineup changes.

doctorskills/doctor/SKILL.md

Audits the orchestration setup without changes for model drift, stale pins, and environment overrides. Use when routing behaves oddly, after a CLI upgrade, or when model drift is suspected.

panelskills/panel/SKILL.md

Convenes a blind Codex and Grok panel on one neutral brief and adjudicates the verdicts.

setupskills/setup/SKILL.md

Installs or updates the orchestration rules in ~/.claude and checks the optional permission allow. Use on first install or after a plugin update changes the rules template.

smokeskills/smoke/SKILL.md

Runs a three probe live smoke wave after a plugin update and reports gate chain health before real work rides it.

statsskills/stats/SKILL.md

Aggregates delegation statistics and records semantic acceptance. Use after collecting and verifying a delegated result to record it as accepted or rejected, or when asked how the lanes are performing.

ultraskills/ultra/SKILL.md

Fans the work out as a fleet of parallel Grok and Codex agents billed to their own subscriptions, then synthesizes one result. The peer engine equivalent of ultracode, adding intensity without spending Claude quota on the fleet. Use it for genuinely broad goals, not only explicit asks for intensity.

Plugin manifests1

plugins/fusion/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "fusion",
  "displayName": "Fusion Orchestrator",
  "version": "0.0.59",
  "description": "Multi-model orchestration: tier agents, routing rules, blind panel, ultra fleet, model config, and drift doctor.",
  "author": {
    "name": "Harry Yep"
  },
  "homepage": "https://github.com/okisdev/claude-code-fusion",
  "repository": "https://github.com/okisdev/claude-code-fusion",
  "license": "MIT",
  "keywords": [
    "orchestration",
    "routing",
    "multi-model",
    "subagents"
  ]
}

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

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