Agent Plugins Marketplace
All plugins

agent-router

v0.7.2

Choose subagent models with /agent-models and click the prompt panel to inspect activity, token usage, and routing. Requires Claude Code Mod function hooks enabled.

Claude Code

By Agent Router maintainersLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 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 agent-router 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 agent-router@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/alexandernicholson/agent-router

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

Plugin files

agent-router/
└── .claude-plugin/plugin.json

Plugin manifests1

agent-router/.claude-plugin/plugin.json
{
  "name": "agent-router",
  "version": "0.7.2",
  "license": "MIT",
  "description": "Choose subagent models with /agent-models and click the prompt panel to inspect activity, token usage, and routing. Requires Claude Code Mod function hooks enabled.",
  "author": {
    "name": "Agent Router maintainers"
  },
  "userConfig": {
    "scout_model": {
      "type": "string",
      "title": "Scout model",
      "description": "Choose the scout's model with /agent-models, or enter an exact model ID.",
      "required": false
    },
    "reviewer_model": {
      "type": "string",
      "title": "Reviewer model",
      "description": "Choose the reviewer's model with /agent-models, or enter an exact model ID.",
      "required": false
    },
    "security_reviewer_model": {
      "type": "string",
      "title": "Security reviewer model",
      "description": "Choose the security reviewer's model with /agent-models, or enter an exact model ID.",
      "required": false
    },
    "task_model": {
      "type": "string",
      "title": "Task model",
      "description": "Choose the task and native Plan model with /agent-models, or enter an exact model ID.",
      "required": false
    },
    "sonic_model": {
      "type": "string",
      "title": "Sonic model",
      "description": "Choose the sonic model with /agent-models, or enter an exact model ID.",
      "required": false
    }
  }
}

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

[agent-router on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-router)