asset-stinger
Cursor-skill wrapper for the asset-worker-bee Bee's companion resource bundle. The full directory map, intent-routing tables, per-asset guide index, schema picker, examples catalog, templates list, and self-operation notes are in README.md: start there.
Agent entry point:
colony/.claude/agents/asset-worker-bee.mdPeer Bees:
library-worker-bee,quality-worker-bee,security-worker-bee,ux-ui-svelte-worker-bee. Scope boundaries are documented inguides/05-hand-offs.md.
This file exists so Cursor's skill router can discover the stinger by description and trigger correctly. The Bee reads README.md for navigation and the matching guides/*.md for procedural detail per invocation. The principles guide guides/00-principles.md holds the nine non-negotiables (additive-only schema, indexed-payload-only filters, every asset has a stable code-side anchor, etc.) and is required reading before any registry mutation.
The registry source-of-truth (the host repo's library/knowledge/private/asset-registry/ folder) is described in templates/registry-kb-README.md. The canonical Prisma + SQL schema lives in schema/ with bootstrap (greenfield DB) and overlay (existing DB) variants.