beekeeper-suit

Routes development requests to specialist agents and enforces security and quality gates before commits.

84|37|Updated May 23, 2026
One-click install
npx skills add https://github.com/legioncodeinc/vibe-coding-tools --skill beekeeper-suit-legioncodeinc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: beekeeper-suit
Source: https://github.com/legioncodeinc/vibe-coding-tools/tree/main/src/skills/beekeeper-suit
Command: npx skills add https://github.com/legioncodeinc/vibe-coding-tools --skill beekeeper-suit-legioncodeinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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."

Frequently Asked Questions about beekeeper-suit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a coding task to the right specialist agent?▼

Match the request against the roster's trigger keywords and domain column, then dispatch the chosen Bee with an arming line telling it to read its paired Stinger skill first. A dispatch without the arming line is treated as failed and must be re-dispatched.

What is the Ship Gate and when does it run?▼

The Ship Gate is a fixed three-step close-out for every development dispatch: security audit first, then quality verification against the source plan, then a repo-health check run by the orchestrator itself. It runs before any commit or push, and quality never runs before security.

Which AI coding tools does this routing skill work with?▼

It operates across Claude Code, Cursor, ChatGPT Codex, and Claude Cowork. The roster and routing guides live in the canonical skill directory and are mirrored into each harness's generated output directories.

What happens if a request matches no specialist agent?▼

Each routing guide includes explicit do-not-route conditions naming the correct owner or stating the domain is unowned. Unowned domains are flagged plainly rather than routed to a nonexistent agent.

How do I add a new specialist agent to the roster?▼

Use the queen-bee-stinger forge to create the Bee and its paired Stinger, then follow the beekeeper-registration guide to add the roster row, routing guide, cross-links, harness outputs, and validation. Generated mirror directories must not be hand-edited.