fusion
v0.0.59Multi-model orchestration: tier agents, routing rules, blind panel, ultra fleet, model config, and drift doctor.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fusion@agent-plugin-marketplacePaste 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-fusionClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/fusion/.
Plugin files
├── .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
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.
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.
Convenes a blind Codex and Grok panel on one neutral brief and adjudicates the verdicts.
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.
Runs a three probe live smoke wave after a plugin update and reports gate chain health before real work rides it.
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.
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
{
"$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"
]
}For maintainers
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)