Yannickloth Claude Router System
yannickloth-claude-router-system is a Claude Code plugin for the Build phase that provides an IVP-architecture router for intelligent agent delegation and cost-aware request routing.
Install a central Claude Code router that delegates requests to specialized agents under IVP rules and trims token spend.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install yannickloth-claude-router-system@yannickloth/claude-router-systemBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:yannickloth/claude-router-system") and the paste-ready config with skillselion.get_install_config("plugin:yannickloth/claude-router-system").
What it does
yannickloth-claude-router-system is a Claude Code plugin that implements a reusable routing layer with IVP-style architecture: a central coordinator assesses incoming work, delegates to specialized agents, and aims to optimize cost across your subscription and model mix. Solo builders who run Claude Code as their primary IDE often hit the same wall—every task feels like it should go to the strongest model, context balloons, and simple edits pay premium prices. This plugin treats routing as first-class agent tooling you set up once and reuse across Idea research, Validate spikes, Build implementation, Ship checks, and ongoing Operate maintenance. Complexity assessment and intelligent delegation are the core promises: general requests get triaged, specialized paths handle narrow jobs, and the system stays IVP-compliant as described in the upstream project. It is infrastructure, not a feature skill—install when you want a deliberate orchestration pattern instead of ad-hoc subagent prompts in every session.
Highlights
- Reusable Claude Code router with IVP (intelligent delegation) architecture
- Routes general requests through specialized agents based on complexity assessment
- Cost and subscription-aware optimization for agent delegation
- Central entry point so one system coordinates multiple downstream agents
- Single-plugin bundle focused on routing and architecture (plugin count 1)
Why builders use it
Without a router, every Claude Code task hits one default agent path and wastes money and context on work that specialized delegates could handle cheaper.
You get a central routing system that assesses complexity, delegates to specialized agents, and keeps Claude Code usage closer to your cost and architecture rules.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is yannickloth-claude-router-system for?
It is for Claude Code operators who want IVP-style central routing, specialized agent delegation, and cost optimization across many types of requests.
When should I use yannickloth-claude-router-system?
Use it when you are setting up or scaling agent-tooling and need consistent routing from idea research through ship and operate workflows.
How do I add yannickloth-claude-router-system to my agent?
Install the plugin in Claude Code, configure the router and delegate agents per the IVP architecture docs in the repository, then route sessions through the central entry point.
Comments
Share how you use yannickloth-claude-router-system, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.