Beekeeper-Suit

SkillCloud & infra

Routes a request to the right Bee in The Hive for this repo (SvelteKit, Payload, Neon, WorkOS, Stripe, Vercel), arms it with its paired Stinger, and enforces the Ship Gate before anything ships.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Beekeeper-Suit skill

What this skill tells your AI

The instructions your AI receives, as published by legioncodeinc/vibe-coding-tools in src/skills/beekeeper-suit/SKILL.md and read by ahel’s review.

Beekeeper-suit is the routing skill for The Hive, the agentic development system distributed by Vibe Coding Tools. The Hive works across Claude Code, Cursor, ChatGPT Codex, and Claude Cowork. It is built from Bees (subagents, one per domain) and Stingers (the paired skill each Bee reads before it touches anything). Beekeeper-suit does not do the work itself. Given a request, it names the Bee that owns it, makes sure that Bee arms itself with its Stinger, and enforces the Ship Gate before anything gets committed or pushed.

The application stack this colony serves is SvelteKit with Svelte 5, Payload CMS, Vercel, Neon Postgres with Drizzle, WorkOS auth, Stripe with custom Elements, Doppler for secrets, PostHog for analytics, Sentry for error tracking, Tailscale for private networking, and GoHighLevel for CRM integration. Most of the roster below speaks that stack directly. The rest handles the process around it: documentation, git hygiene, project management, CI, and other platforms a client project might touch (Discord, Slack, Telegram, mobile app stores).

A small number of Bees still carry description or body text from a prior product this repo does not run anymore. They stay in the roster, because an unregistered Bee is a Bee the orchestrator can't find, but they are marked below and logged in full in PAIRING-AUDIT.md.


The pairing law

Every Bee pairs with exactly one Stinger: <base>-worker-bee to <base>-stinger. No exceptions inside the roster below; every row checks out.

Three skills sit above the pairing law because they are orchestrator level, not Bees, and carry no paired Bee of their own:

  • beekeeper-suit (this file, the router)
  • queen-bee-stinger (the forge that creates and validates new Bees and Stingers)
  • get-started-stinger (repository initialization and hardening)

Roster

87 Bees registered, sorted into domain groups. The Domain column is a one-line summary of the Bee's own frontmatter description. Trigger keywords are pulled from that same description, not invented.

Stack and frameworks

BeeDomainTrigger keywordsPaired Stinger
svelte-worker-beeSvelte 5 language and SvelteKit 2 runtime: runes, snippets, lifecycle, universal reactivity, Svelte 4-to-5 migration, load functions and form actions"runes", "migrate to Svelte 5", "$state vs $effect", "SvelteKit remote function", "snippet vs slot"svelte-stinger
shadcn-svelte-worker-beeshadcn-svelte component library: CLI, copy-in-repo model, registry system, theming, Superforms and Formsnap, accessibility via Bits UI"install shadcn-svelte", "add a shadcn-svelte component", "theme shadcn-svelte", "build a shadcn-svelte registry"shadcn-svelte-stinger
tailwind-worker-beeTailwind CSS v4: CSS-first config, @theme mechanics, Vite plugin, v3-to-v4 migration, dark mode variants, container queries"migrate to Tailwind v4", "set up @theme", "wire up the Tailwind Vite plugin", "sort my Tailwind classes"tailwind-stinger
tanstack-worker-beeTanStack inside SvelteKit: Query SSR/caching/mutations, runes-native Table, Form snippet validation, Virtual"add TanStack Query", "set up svelte-query", "build a data table", "virtualize this list"tanstack-stinger
preact-worker-beePreact 11: signals API, preact/compat migration from React, embed widgets, Astro islands, Fresh 2.x"Preact vs React", "migrate a React codebase to Preact", "embed a widget on third-party pages", "Astro island"preact-stinger
react-worker-beeReact 18/19 architecture: bulletproof-react patterns, Server Components, Suspense, Actions, Compiler, state layering"review React architecture", "state management decision", "Server Components boundary", "React 19 patterns"react-stinger
typescript-node-worker-beeTypeScript/Node code review and conventions: strict config, module resolution, test suites, boundary validation (body still cites a legacy package's specifics; see PAIRING-AUDIT.md)"review this TypeScript code", "audit this Node code", "write a Vitest suite", "tighten the tsconfig"typescript-node-stinger
python-worker-beePython architecture: Django + Django Ninja + FastAPI + Celery + Channels + pytest + uv, ORM discipline, migrations, typed adoption"review this Django code", "audit ORM patterns", "migrate DRF to Django Ninja", "set up Celery"python-stinger
rust-worker-beeRust implementation and code review for production Cargo workspaces, Tokio/Axum/Tower services, SQLx/SQLite state, Clap/Ratatui clients, Rust tests, and local packaging evidence"implement this in Rust", "review this Cargo workspace", "fix this Tokio or SQLx service", "audit this SQLx transaction", "build the approved Rust PRD slice"rust-stinger
tauri-worker-beeTauri 2 application boundary: update reviews, v1 migration, typed IPC, capabilities, plugins, sidecars, updater behavior, and desktop/mobile AI integration"build a Tauri 2 desktop app", "what changed in Tauri 2", "migrate Tauri v1 to v2", "bundle a local model sidecar"tauri-stinger
electron-app-worker-beeElectron desktop applications: main, preload, renderer, IPC, sandbox, permissions, packaging, and native verification"build an Electron app", "Electron preload", "Electron IPC", "package Electron"electron-app-stinger
ux-ui-svelte-worker-beeEnforces this repo's SvelteKit UI standard: shadcn-svelte on Bits UI plus Melt UI, Tailwind v4 token bridge, white-label brand contract. Impeccable remains the primary router for UI/design implementation"add a Button", "copy in this shadcn-svelte component", "convert this bespoke style to Tailwind", "does the white-label still work"ux-ui-svelte-stinger
dark-mode-theming-worker-beeDark-mode theming: CSS variable token architecture, theme-provider wiring, FOWT prevention, SSR hydration safety, Tailwind v4 dark variant"set up dark mode", "dark mode on SSR", "multi-brand theming", "FOWT fix"dark-mode-theming-stinger
modal-toast-dialog-worker-beeAccessible overlay primitives: dialog, alert dialog, drawer, toast, command menu; focus trap, escape, scroll lock, aria contract"choosing between overlay primitives", "debugging focus trap regressions", "building a command palette"modal-toast-dialog-stinger
icon-system-worker-beeIcon library selection and delivery: tree-shake vs sprite, dynamic-import-by-name, custom SVG components, icon accessibility contract"choosing an icon library", "bundle-size regressions from icon imports", "icon accessibility"icon-system-stinger
typography-font-worker-beeTypography system: variable fonts, font source selection, the FOIT/FOUT/FOFT story, fluid type scales, type-token architecture"set up fonts", "audit our typography", "fix FOIT/FOUT", "build a type scale"typography-font-stinger
font-loading-worker-beeFont loading pipeline: font-display strategy, preload/crossorigin correctness, variable-font subsetting, CLS-from-font-swap elimination"audit font loading", "fix FOIT", "CLS from font swap", "subset variable font"font-loading-stinger
markdown-mdx-content-pipeline-worker-beeMarkdown/MDX pipeline: compiler selection, remark/rehype chains, syntax highlighting, AST manipulation, XSS sanitization"set up MDX", "configure Shiki", "write a remark plugin", "sanitize user markdown"markdown-mdx-content-pipeline-stinger
csv-xlsx-import-export-worker-beeSpreadsheet upload and export feature: CSV/XLSX parsing, large-file streaming, column-mapping wizard, row validation, CSV injection prevention"build a CSV import", "add XLSX upload", "column-mapping wizard", "CSV injection safe"csv-xlsx-import-export-stinger
design-system-worker-beeBootstraps a complete design system from scratch: tokens, utility layer, per-component and per-screen specs, static HTML examples. Impeccable owns frontend UI/UX/design implementation and uses DESIGN.md drift rules plus its detector gate to make enforcement mechanical"build a design system for X", "bootstrap UI for product Y", "create tokens and utilities for this product"design-system-stinger
impeccable-worker-beeFrontend-design operating system for all UI/UX/design implementation, redesign, refinement, new surfaces, components, and design-system capture. Runs Start -> Iterate -> Polish -> Maintain, the context contract, and the deterministic detector gate"polish the pricing page", "build a dashboard", "redo this hero", "make this not look like AI slop", "design a settings screen", "audit this UI"impeccable-stinger
http-rest-fundamentals-worker-beeHTTP/REST protocol correctness: method safety and idempotency, status-code honesty, headers, conditional and range requests"is this status code correct", "why is CORS failing", "explain preflight", "PUT vs PATCH"http-rest-fundamentals-stinger
image-optimization-worker-beeImage delivery: AVIF/WebP format selection, responsive srcset/sizes, blur placeholders, remote image config, CLI tooling"optimize my images", "convert to AVIF", "fix layout shift from images", "audit our images"image-optimization-stinger

Browser and desktop engineering

BeeDomainTrigger keywordsPaired Stinger
browser-automation-worker-beePlaywright and Puppeteer automation: browser tests, scripts, traces, screenshots, browser installs, and CI reliability"write a Playwright test", "Puppeteer script", "browser automation", "Playwright browser install"browser-automation-stinger
chrome-chromium-worker-beeChrome DevTools Protocol and Chromium engineering: remote debugging, developer profiles, protocol inspection, source builds, and browser-engine diagnosis"Chrome DevTools Protocol", "remote debugging Chrome", "Chromium build", "debug Chromium"chrome-chromium-stinger

Data and persistence

BeeDomainTrigger keywordsPaired Stinger
db-worker-beePostgreSQL data architecture: schema design, indexing strategy, zero-downtime migrations, ORM choice, serverless DB platform selection"design this schema", "review this migration", "should this be jsonb or columns", "production query is slow"db-stinger
neon-drizzle-worker-beeNeon Postgres plus Drizzle ORM for this SvelteKit/Vercel stack: connection driver choice, schema/migration review, pgvector wiring, RLS-without-Supabase"set up Neon", "pick a connection driver for Vercel", "review this Drizzle schema/migration", "wire pgvector"neon-drizzle-stinger

Auth and security

BeeDomainTrigger keywordsPaired Stinger
auth-worker-beeEnd-to-end auth implementation: provider selection, OAuth flows, MFA/passkeys, RBAC, session storage, B2B SSO"set up auth", "pick an auth provider", "wire up Google sign-in", "RBAC for multi-tenant"auth-stinger
workos-worker-beeWorkOS specialist: AuthKit, sealed sessions, JWT/JWKS verification, User Management, RBAC, SSO, Directory Sync, MFA/passkeys, webhooks"set up WorkOS", "wire up AuthKit", "AuthKit in SvelteKit", "WorkOS SCIM"workos-stinger
security-worker-beeSecurity audit and remediation for this repo's stack: OWASP Top 10, SvelteKit attack surface, tenant isolation, webhook security, supply chain"security audit this branch", "scan for vulnerabilities", "check the webhook handler", "audit the tenant isolation"security-stinger
dependency-audit-worker-beeSupply-chain hygiene: scanner selection, CVE triage, SBOM generation, lockfile discipline, provenance verification"audit our dependencies", "set up Renovate", "generate an SBOM", "supply chain security"dependency-audit-stinger

Payments and integrations

BeeDomainTrigger keywordsPaired Stinger
payments-worker-beeStripe integration for SvelteKit on Vercel: custom checkout via Elements, Payment Intents, subscriptions, webhook verification"integrate Stripe", "build a custom checkout", "add the Payment Element", "webhook isn't firing"payments-stinger
gohighlevel-worker-beeGoHighLevel API integration: OAuth vs Private Integration Tokens, contacts/opportunities/pipelines, webhooks, workflows, Marketplace apps"integrate GoHighLevel", "wire up a GHL webhook", "push leads into GoHighLevel", "GoHighLevel OAuth"gohighlevel-stinger
elevenlabs-api-worker-beeElevenLabs API integration: speech, voices, streaming, usage metadata, and safe server boundaries"integrate ElevenLabs", "ElevenLabs text to speech", "ElevenLabs streaming", "ElevenLabs API key"elevenlabs-api-stinger
heygen-api-worker-beeHeyGen API integration: asynchronous video jobs, avatars, assets, webhooks, limits, and safe delivery"integrate HeyGen", "HeyGen API", "HeyGen video generation", "HeyGen webhook"heygen-api-stinger
highlevel-ai-studio-worker-beeHighLevel AI Studio and AI creation: Vibe sites, Content AI selection, Visual Edits, Code Editor, forms, calendars, publishing, domains, SEO, and troubleshooting"HighLevel AI Studio", "AI Content Studio", "AI website builder", "HighLevel vibe code", "AI Studio form"highlevel-ai-studio-stinger

Communication and bots

BeeDomainTrigger keywordsPaired Stinger
discord-bot-worker-beeDiscord bot development: slash commands, interactive components, voice playback, gateway architecture, rate limits, verification checklist"add a slash command", "set up voice", "my bot hits 100 servers", "wire up a modal"discord-bot-stinger
slack-app-worker-beeSlack app development on the Bolt SDK: slash commands, modals, Events API, multi-workspace OAuth, Marketplace submission"build a Slack app", "create a Slack modal", "set up Slack Events API"slack-app-stinger
telegram-bot-worker-beeTelegram bot development: Bot API, grammY/aiogram, webhook vs long-polling, Mini App initData validation, Stars payments"building a new Telegram bot", "debugging webhook delivery failures", "wiring a Mini App"telegram-bot-stinger
lifecycle-email-worker-beeEvidence-grounded lead follow-up emails: classification, sequences, cadence, suppression, QA, and handoff records"write a lead follow-up email", "build a nurture sequence", "what should this prospect receive next"lifecycle-email-stinger

AI and cognitive layer

BeeDomainTrigger keywordsPaired Stinger
mind-worker-beeCognitive-layer architecture for an AI feature: coach/agent routing, prompt cascade, RAG, three-tier memory, observability, evaluation"review this AI code", "audit RAG", "add a coach", "change the prompt cascade"mind-stinger
vector-store-worker-beeVector and embedding storage: schema/column design, index selection (HNSW vs IVFFlat), hybrid storage-layer search, migrations, dataset versioning. Neon plus pgvector plus Drizzle is the default for this stack; Deep Lake, Qdrant, and managed services are documented alternatives with a selection matrix"design this vector table", "which index should this use", "pgvector or Deep Lake or Qdrant", "wire pgvector into this Drizzle schema"vector-store-stinger
embeddings-runtime-worker-beeEmbedding model selection generally (OpenAI, Cohere, Voyage, open-weight local), dimension/cost tradeoffs, batching, caching, local vs hosted inference; keeps the local nomic-embed daemon as the self-hosted option"should I turn embeddings on", "swap the embedding model", "local vs hosted embeddings", "the embed daemon is stuck"embeddings-runtime-stinger
retrieval-worker-beeRetrieval for an app on Neon Postgres: full-text search, pgvector similarity, hybrid fusion (RRF), reranking, chunking strategy, retrieval quality evaluation; keeps Deep Lake BM25/vector hybrid recall as a documented implementation"tune recall", "why did this query miss", "semantic vs lexical here", "recall is noisy"retrieval-stinger

Infrastructure and delivery

BeeDomainTrigger keywordsPaired Stinger
vercel-worker-beeVercel deployment for SvelteKit plus Neon: adapter-vercel config, runtime choice, ISR/cache precedence, cron, image optimization, WAF"deploy to Vercel", "set up adapter-vercel", "why is my Vercel bill high", "roll back this deployment"vercel-stinger
devops-worker-beeContainer build and CI/CD pipeline: Dockerfile hygiene, Compose for dev, GitHub Actions architecture, image scanning, local-CI parity"review my Dockerfile", "design our CI pipeline", "audit our workflow security", "this build is slow"devops-stinger
doppler-worker-beeDoppler secrets management: project/config model, CLI, Vercel sync, service tokens, secret rotation, audit logs"set up Doppler", "sync secrets to Vercel", "rotate this secret", "scope a service token"doppler-stinger
tailscale-worker-beeTailscale networking: tailnets, MagicDNS, ACLs, SSH, subnet routers, reaching a private Neon database, Funnel/Serve, ephemeral CI nodes"set up Tailscale", "write an ACL policy", "connect to the private database from my laptop"tailscale-stinger
cron-scheduling-worker-beeScheduled-job design: cron expression authoring, platform limits, distributed-cron correctness, timezone/DST safety, retry patterns"write a cron expression", "set up Vercel Cron", "my cron job runs twice"cron-scheduling-stinger
git-worker-beeGit mastery: interactive rebase, conflict resolution, history rewriting, reset/reflog recovery, worktrees, hooks, LFS, sparse checkout"squash my commits", "I accidentally pushed a secret", "undo that rebase", "set up Git hooks"git-stinger
github-repo-health-worker-beeRepository hygiene audit: branching strategy, branch protection, PR culture, commit quality, CI density, CODEOWNERS, repo settings"audit this repo", "repo health check", "check branch protection", "CODEOWNERS audit"github-repo-health-stinger
ci-release-worker-beeCI pipeline, build, and package-release discipline: workflow architecture, version sync, quality gates, publish-time secret hygiene (body still describes a legacy build target; see PAIRING-AUDIT.md)"review our build", "design our CI", "audit our workflows", "cut a release"ci-release-stinger
changelog-release-notes-worker-beePublic changelogs and release notes: tool selection, impact-first copy, honest scope, multi-channel distribution"write my changelog entry", "set up a changelog tool", "we just shipped X"changelog-release-notes-stinger
app-store-submission-worker-beeApp store publication for iOS and Android: ASO, privacy compliance, rejection diagnosis, age ratings, IAP configuration"submit my app", "App Store rejection", "ASO strategy", "set up IAP"app-store-submission-stinger

Platform and harness

BeeDomainTrigger keywordsPaired Stinger
cursor-ide-worker-beeCursor IDE platform: project rules authoring, MCP server registration, SDK for programmatic agent automation, custom modes, Cloud Agents"review my rules", "migrate my .cursorrules", "add an MCP tool", "create a custom mode"cursor-ide-stinger
ai-coding-tools-worker-beeAI coding tool advisor: recommends and compares Cursor, Claude Code, Aider, Cline, Windsurf, Continue.dev, Replit Agent, Devin, Bolt"which AI coding tool should I use", "Cursor vs Claude Code vs Aider", "how do I reduce AI coding costs"ai-coding-tools-stinger
ai-tools-platform-worker-beeAI toolbox: gateways, cloud providers, frontier model selection, cheap-fallback routes, local LLMs, GPU cloud, MCP servers, IDE plugins"which AI provider should I use", "set up Portkey", "configure OpenRouter", "LLM spend is too high"ai-tools-platform-stinger
terminal-bash-worker-beeTerminal productivity: Bash/Zsh/Fish config, modern CLI tools, shell scripting, dotfile architecture, tmux/Zellij, task automation"improve my dotfiles", "review this shell script", "set up tmux", "just vs make"terminal-bash-stinger
harness-integration-worker-beePer-host adapter design for plugging a tool into multiple AI coding harnesses (body targets a different set of harnesses than this repo's four; see PAIRING-AUDIT.md)"wire a new harness", "add a hook event", "register the MCP server", "audit a harness adapter"harness-integration-stinger
mcp-protocol-worker-beeMCP server and tool-contract design: tool vs resource vs prompt, schema validation, transport choice, JSON-RPC error semantics (body still cites a legacy product's tool names; see PAIRING-AUDIT.md)"audit this MCP server", "is this tool schema right", "stdio or HTTP transport"mcp-protocol-stinger

Observability

BeeDomainTrigger keywordsPaired Stinger
posthog-worker-beePostHog: SvelteKit install, pageview tracking, event/property naming, feature flags, experiments, session replay, group analytics"set up PostHog", "add a feature flag", "instrument analytics events", "PostHog session replay"posthog-stinger
sentry-worker-beeSentry for SvelteKit on Vercel: client/server SDK setup, source map upload, release association, performance tracing, PII scrubbing"set up Sentry", "wire up error tracking", "upload source maps", "tune alert rules"sentry-stinger
lighthouse-pagespeed-worker-beeLighthouse and PageSpeed audits: local vs CI runs, all four audit categories, score/performance budgets, lab-vs-field data gap"set up Lighthouse CI", "add a performance budget to CI", "my Lighthouse score is 90 but CrUX says I'm failing"lighthouse-pagespeed-stinger
status-page-worker-beePublic status page: platform selection, component tree, incident communication templates, subscriber notifications, compliance"set up a status page", "write an incident communication template", "configure subscriber notifications"status-page-stinger

Website and growth

BeeDomainTrigger keywordsPaired Stinger
website-worker-beeBuilds production-grade SvelteKit plus Payload CMS websites end to end from a brief: architecture, SEO, auth, admin, lead capture, blog"build a website", "scaffold a SvelteKit site", "ship a website from scratch"website-stinger
seo-aeo-worker-beeSvelteKit plus Payload CMS plus Vercel SEO and Answer Engine Optimization: metadata, JSON-LD, Payload SEO fields, Core Web Vitals, llms.txt"audit SEO on this SvelteKit site", "optimize for AI Overviews", "fix Core Web Vitals"seo-aeo-stinger
product-tour-onboarding-ui-worker-beeIn-app product tour and onboarding UI: tool selection, tooltip/modal/hotspot/checklist components, segment-based triggers"set up a product tour", "build an onboarding checklist", "our tours keep breaking after deploys"product-tour-onboarding-ui-stinger
competitive-research-worker-beeCompetitor-landscape research: XLSX workbook and brand-matched PDF report, category taxonomy, feature-gap analysis, computed market-pattern insights, sales battlecards"build a competitor comparison spreadsheet", "research our competitors", "make a battlecard deck", "competitive landscape report"competitive-research-stinger

Documentation and knowledge

Shortened here. Read the whole file on GitHub.

Signals

GitHub stars
83
Forks
37
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
beekeeper-suit
Source
github.com/legioncodeinc/vibe-coding-tools