work-router
v1.7.1Routes substantial agent work to the leanest reliable parent or subagent configuration on task shape, ambiguity, risk, latency, and token use. Carries a route table for Claude Code and one for Codex. Includes capability discovery and scoped deduplication of installed skills.
By rl0veLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 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 work-router for Codex and Claude Code
codex plugin marketplace add rl0ve/agent-skills
codex plugin marketplace upgrade rl0ve-agent-skills
codex plugin add work-router@rl0ve-agent-skillsPaste and run these commands in a terminal with Codex. They add and refresh the rl0ve-agent-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “work-router” remain stable.
- Codex:
work-router@agent-plugin-marketplace→work-router@rl0ve-agent-skills
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/rl0ve/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/work-router/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/check-routing-setup/SKILL.md├── skills/deduplicate-skills/SKILL.md├── skills/discover-capabilities/SKILL.md└── skills/route-ai-work/SKILL.md
Included Skills4
Inspect the active Codex or Claude Code host, router components, model catalog, and workspace constraints. Run only when the user explicitly asks to check or troubleshoot the router setup.
Audit and consolidate duplicate or overlapping installed skills across Codex. Use for skill cleanup, competing routers, repeated skill names, or duplicate plugins; distinguish exact copies, variants, complementary specialists and inactive remnants before proposing or applying scoped changes.
Find and evaluate missing agent skills, plugins, or integrations when the user asks to extend capabilities or an installed capability cannot cover the task. Check existing capabilities, compare current sources, and avoid duplicate installs.
Route substantial agent work to the leanest reliable parent or subagent configuration using task shape, context coupling, ambiguity, risk, latency, and token use. Use for model or effort selection, delegation, parallel work, large context, architecture, debugging, review, long autonomous jobs, or when the user asks to save tokens or time. Do not delegate trivial work.
Plugin manifests2
{
"name": "work-router",
"version": "1.7.1",
"description": "Routes substantial agent work to the leanest reliable parent or subagent configuration on task shape, ambiguity, risk, latency, and token use. Carries a route table for Claude Code and one for Codex. Includes capability discovery and scoped deduplication of installed skills.",
"author": {
"name": "rl0ve"
},
"homepage": "https://github.com/rl0ve/agent-skills",
"license": "MIT",
"keywords": [
"claude-code",
"routing",
"models",
"effort",
"tokens",
"latency"
],
"skills": "./skills/",
"interface": {
"displayName": "Work Router",
"shortDescription": "Route work to the leanest reliable agent",
"developerName": "rl0ve",
"category": "Developer Tools",
"defaultPrompt": [
"Route this task and pick the leanest reliable configuration",
"Should this be delegated, or does it belong in the parent session?",
"Which agent and effort level does this work actually need?"
]
}
}{
"name": "work-router",
"version": "1.7.1",
"description": "Routes substantial agent work to the leanest reliable parent or subagent configuration on task shape, ambiguity, risk, latency, and token use. Carries a route table for Claude Code and one for Codex. Includes capability discovery and scoped deduplication of installed skills.",
"author": {
"name": "Robert Love"
},
"keywords": [
"claude-code",
"routing",
"models",
"effort",
"tokens",
"latency"
],
"homepage": "https://github.com/rl0ve/agent-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.
[work-router on Agent Plugins Marketplace](https://pluginsmp.com/plugins/work-router)