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: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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

Get the plugin

git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/juew/Skill-Routing-Kit/.

Compatibility: the page URL and API slug “skill-routing-kit-2” remain stable.

  • Codex: Legacy selector skill-routing-kit-2@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

This plugin's manifest name conflicts with another source for the same runtime. The source remains indexed, but this directory does not generate mismatched -2/-3 install commands.

Plugin files

plugins/juew/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

plugins/juew/Skill-Routing-Kit/.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/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-2)