agentsclimarketplace

Capability dispatch center

Skill mahlongit/capability-dispatch-center

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.From its SKILL.md

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.

2 things 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.
  • runs commandsInstructs the agent to run 4 commands, including `python3 scripts/scan_capabilities.py` and 3 more.

SKILL.md

1.7 KB, 292 tokens by cl100k_base, 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.

What ships with it: 30 files

533.3 KB alongside SKILL.md, 6 of them executable

assets/

scripts/

Keep looking

Skills are one crate of 325,949. 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.