Agent Plugins Marketplace
All plugins

skill-routing-kit

v0.1.0+codex.20260604032338

Local-first skill and plugin routing guard, registry, and diagnostics for Codex.

Codex1 Skill

By ZhonghaoLicense: MIT169 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Jun 18, 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 skill-routing-kit for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add skill-routing-kit@agent-plugin-marketplace

Paste 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/juew/Skill-Routing-Kit

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

Plugin files

skill-routing-kit/
├── .codex-plugin/plugin.json
└── skills/skill-router/SKILL.md

Included Skills1

skill-routerskills/skill-router/SKILL.md

Use when the user explicitly asks to diagnose or improve Codex skill/plugin routing, determine which skill or plugin should handle a request, refresh or check a skill registry, investigate why a skill/plugin did not trigger, or review skill descriptions for trigger quality. Do not use for ordinary task execution when a concrete domain skill clearly applies, unless routing is ambiguous or the user asks for routing.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "skill-routing-kit",
  "version": "0.1.0+codex.20260604032338",
  "description": "Local-first skill and plugin routing guard, registry, and diagnostics for Codex.",
  "author": {
    "name": "Zhonghao"
  },
  "repository": "https://github.com/juew/Skill-Routing-Kit",
  "license": "MIT",
  "keywords": [
    "codex",
    "codex-plugin",
    "skill-routing",
    "ai-agents",
    "local-first",
    "developer-tools"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Skill Routing Kit",
    "shortDescription": "Local-first skill routing guard and diagnostics.",
    "longDescription": "Improve Codex skill and plugin hit rate with an always-on AGENTS routing guard, a local capability registry, and explicit diagnostic scripts.",
    "defaultPrompt": "Use Skill Routing Kit to diagnose which Codex skill or plugin should handle a request, refresh the local capability registry, or improve skill routing hit rate.",
    "developerName": "Zhonghao",
    "category": "Productivity",
    "brandColor": "#22D3EE",
    "composerIcon": "./assets/composer-icon.png",
    "logo": "./assets/logo.png",
    "capabilities": [
      "Skill routing guard",
      "Local capability registry",
      "Routing diagnostics",
      "Registry maintenance"
    ]
  }
}

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

[skill-routing-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-routing-kit)