agentsclimarketplace

Capability dispatch center

Skill mahlongit/capability-dispatch-center

Local capability router for Codex, Claude Code, Cursor, MCP servers, skills, agents, and rules.

Install
npx -y skills add mahlongit/capability-dispatch-center

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Local capability discovery and dispatch center. Use when the user wants to discover installed skills, plugins, MCP servers, or agents on their machine, open a local routing page, or generate a registry before choosing capabilities.

SKILL.md

1.7 KB, as published. Nobody here has run it

CD-Center

CD-Center is a local-first capability discovery skill.

Invocation Contract

When the user wants capability routing on their own machine:

  1. Scan local capability roots first.
  2. Generate capability-registry.local.json.
  3. Open or serve the local page.
  4. Route the user's task using discovered capabilities before falling back to generic reasoning.

Default Workflow

python3 scripts/scan_capabilities.py
python3 scripts/serve.py --open

Commands

# Scan local and project-level capability roots
python3 scripts/scan_capabilities.py

# Scan and write to a custom path
python3 scripts/scan_capabilities.py --output /tmp/cd-center-scan.json

# Start the local dispatch page and auto-scan first
python3 scripts/serve.py --open

# Validate local environment
bash scripts/doctor.sh

Supported Discovery Targets

  • Codex / CDX skills and plugins
  • .agents skills
  • Claude Code agents
  • Cursor and Trae rules
  • Gemini extensions
  • Hermes / WorkBuddy / CodeWhale skills
  • GitHub Copilot agents
  • Project-local agent/rule directories
  • JSON and TOML files containing MCP server configuration

Boundary

CD-Center discovers and organizes capabilities. It does not install third-party tools silently, exfiltrate machine state, or publish local inventory.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.