What problem does it solve? In a large multi-agent coding system, picking the wrong specialist or skipping security and quality checks leads to wrong turns and unreviewed commits. This Skill maintains a verified roster of 87 specialist agents, matches each incoming request to the right one, and enforces a fixed Ship Gate before anything is committed. ## Core Features & Use Cases - Request routing: Matches a task to the correct specialist Bee using trigger keywords and explicit do-not-route boundaries, then arms that Bee with its paired Stinger skill before work begins. - Ship Gate enforcement: Runs security audit first, then quality verification against the source plan, then a repo-health check, in that fixed order, before any commit or push. - Roster integrity: Tracks pairing between 114 Bees and their Stingers, with a pairing audit documenting orphans, legacy entries, and registration backlog. - Use Case: A user asks to "wire up Stripe webhooks in SvelteKit." The router dispatches payments-worker-bee armed with payments-stinger, then runs security-stinger, quality-stinger, and the repo-health check before the change is committed. ## Quick Start Ask the router to handle a task such as "route this request to set up WorkOS AuthKit in my SvelteKit app and run the full ship gate before committing."