model-routing
v1.1.0+codex.709d632c0665Install and maintain a "model routing" section in a project's CLAUDE.md that teaches Claude Code which model to use for which work, including delegating to GPT models via the Codex CLI. Use when adding model-picking guidance to CLAUDE.md, setting up Codex/GPT as a delegation target or fallback, or routing subagent and workflow tasks across models by cost, intelligence, and taste.
By Alberto LealLicense: MIT22 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add model-routing@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/dashed/claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/model-routing/.
Plugin files
├── .codex-plugin/plugin.json└── skills/model-routing/SKILL.md
Included Skills1
Install and maintain a "model routing" section in a project's CLAUDE.md that teaches Claude Code which model to use for which work — including delegating to GPT models via the Codex CLI. Use when the user wants to add model-picking guidance to CLAUDE.md, set up Codex/GPT as a delegation target or fallback, route subagent and workflow tasks across models by cost/intelligence/taste, or says "add model routing", "use codex as fallback", or "set up multi-model workflows".
Plugin manifests1
{
"name": "model-routing",
"version": "1.1.0+codex.709d632c0665",
"description": "Install and maintain a \"model routing\" section in a project's CLAUDE.md that teaches Claude Code which model to use for which work, including delegating to GPT models via the Codex CLI. Use when adding model-picking guidance to CLAUDE.md, setting up Codex/GPT as a delegation target or fallback, or routing subagent and workflow tasks across models by cost, intelligence, and taste.",
"author": {
"name": "Alberto Leal"
},
"license": "MIT",
"keywords": [
"model-routing",
"codex",
"multi-model",
"subagents",
"workflows",
"orchestration",
"claude-md"
],
"interface": {
"displayName": "Model Routing",
"shortDescription": "Install and maintain a \"model routing\" section in a project's CLAUDE.md that teaches Claude Code which model to use for which work, including delegating to GPT models via the...",
"longDescription": "Install and maintain a \"model routing\" section in a project's CLAUDE.md that teaches Claude Code which model to use for which work, including delegating to GPT models via the Codex CLI. Use when adding model-picking guidance to CLAUDE.md, setting up Codex/GPT as a delegation target or fallback, or routing subagent and workflow tasks across models by cost, intelligence, and taste.",
"developerName": "Alberto Leal",
"category": "Productivity",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Use $model-routing for this task."
]
},
"repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/model-routing",
"skills": "./skills/"
}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.
[model-routing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/model-routing)