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
npx -y skills add mahlongit/capability-dispatch-centerAssembled 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:
- Scan local capability roots first.
- Generate
capability-registry.local.json. - Open or serve the local page.
- 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
.agentsskills- 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/
- product-page.png346.8 KB
docs/
- INSTALL.md955 B
- INTEGRATIONS.md1.3 KB
- MAINTENANCE_WORKFLOW.md5.3 KB
- PROMPTS.md713 B
- USAGE.md4.5 KB
integrations/
- claude-code/README.md171 B
- codex/README.md184 B
- copilot/README.md211 B
- cursor/README.md185 B
- hermes/README.md177 B
- openclaw/README.md199 B
- qoder/README.md154 B
- README.md206 B
- trae/README.md163 B
scripts/
- audit_capabilities.pyruns10.6 KB
- build_design_md_gallery.pyruns4.0 KB
- doctor.shruns969 B
- install.shruns4.3 KB
- scan_capabilities.pyruns62.7 KB
- serve.pyruns4.1 KB
templates/
- capability-overrides.json6.9 KB
- capability-registry.public.json7.6 KB
- CATALOG.md1.7 KB
- .gitignore143 B
- index.html61.0 KB
- LICENSE1.1 KB
- package.json293 B
- README.md5.9 KB