What problem does it solve? Delegating work to external AI providers like Codex, Gemini, Grok, Moonshot, or Zhipu requires a controlled, provider-neutral dispatch mechanism. This Skill submits bounded routing requests to the agent-collab coordinator so a calling agent can plan or execute collaboration tasks without knowing provider commands, model names, or transport details. ## Core Features & Use Cases - Provider-neutral routing: Submit one bounded JSON work unit per deliverable to coordinator.py using logical actions such as review.repository, codegen.repository, or context.documents.reason. - Targeted and independent review: Honor operator-named providers via explicit_target, or bind a caller-verified distinct reviewer for authorized independent review and governance tasks. - Planning vs live dispatch: Set dispatch_requested=false for provider-free planning of route eligibility, or true for a live request consuming at most one provider attempt per work unit. - Use Case: An operator says "ask Codex to review this repository." The caller resolves the plugin root, builds a routing request with the review.repository action, quality profile, effort class, and explicit_target, then sends it to the coordinator and interprets the returned content records. ## Quick Start Ask the agent to route a repository review to Codex by building one bounded JSON routing request and sending it to the plugin's coordinator.py over stdin.