sb-hub
Installation
SKILL.md
sb-hub — onboarding check · orchestrator · navigator
The hub. You don't author here — you inspect state and route. Three read-only modes; pick by
intent. Read CONTEXT.md once for shared vocabulary, the storage map, and the resume protocol.
Load by mode (don't pull both refs up front):
references/runbook.md— the navigator engine (state detection → one next step). Load it for Mode 0 / Mode 2 (diagnose / "what's next").references/end-to-end-flow.md(~220 lines) — the full pipeline worked example for "messy app → design system". Load it only for Mode 1 (orchestrate a full audit). Do NOT load it for a Mode-0 onboarding check or a Mode-2 next-step lookup —runbook.mdis all those need.
Canonical context (one source). The bundle has exactly one CONTEXT.md (shared vocab · STORAGE
MAP · resume). It's never hand-duplicated: in the bundle/plugin install every skill reads this one file
(CONTEXT.md / ${CLAUDE_PLUGIN_ROOT}/CONTEXT.md); a standalone npx skills add <skill> ships a
byte-identical copy the build vendors, refreshed on update. sb-hub is the orchestrator — if skills
are installed separately, route through sb-hub so the pipeline + shared vocabulary stay authoritative.