Agent Plugins Marketplace
← All plugins

jev-dispatch

v0.3.0

Route agent tasks to the right harness, model, and effort level using a TypeSafe Jev judgment battery and a pure-code dispatch policy (MCP server + skill).

Claude CodeAgent Plugins1 Skill1 MCP serverstdio

By AgentRelay Maintainers0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 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 jev-dispatch 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 jev-dispatch@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/trisjr/agent-relay

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

Plugin files

plugins/jev-dispatch/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/dispatch-routing/SKILL.md
└── .mcp.json

Included Skills1

dispatch-routingskills/dispatch-routing/SKILL.md

Route a task to the right agent harness, model, and effort level by scoring it with a TypeSafe Jev judgment battery and applying a pure-code policy. Use when coordinating or dispatching agent workers (e.g. Orca orchestration) and choosing which harness/model/effort a task should get.

MCP servers1

jev-dispatchstdio
command
uv
args
run --script ${CLAUDE_PLUGIN_ROOT}/mcp/server.py
env.TYPESAFE_API_KEY
${user_config.typesafe_api_key}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests2

plugins/jev-dispatch/.claude-plugin/plugin.json
{
  "name": "jev-dispatch",
  "version": "0.3.0",
  "description": "Route agent tasks to the right harness, model, and effort level using a TypeSafe Jev judgment battery and a pure-code dispatch policy (MCP server + skill).",
  "author": {
    "name": "AgentRelay Maintainers"
  },
  "userConfig": {
    "typesafe_api_key": {
      "type": "string",
      "title": "TypeSafe API Key",
      "description": "API key for the TypeSafe Jev model used by the jev-dispatch MCP server.",
      "sensitive": true,
      "required": true
    }
  }
}
plugins/jev-dispatch/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "jev-dispatch",
  "version": "0.3.0",
  "description": "Route agent tasks to the right harness, model, and effort level using a TypeSafe Jev judgment battery and a pure-code dispatch policy (MCP server + skill).",
  "author": {
    "name": "AgentRelay Maintainers"
  }
}

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

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