skills/jazz-all-skills/SKILL.md
Route Jazz requests to the right focused skill using topology-first triage and failure-domain mapping across runtime, loading, schema, and multi-surface worker architecture
npx skillsauth add alcyone-labs/agent-skills jazz-all-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this as the entry router when a Jazz request arrives but the primary failure domain is unclear.
jazz-sync-architecture as the cross-domain escalation path.Always identify execution topology before touching schema or loading strategy:
Topology misclassification is the fastest way to ship the wrong fix.
jazz-runtime-wasm-compat$isLoaded, loadingState, ensureLoaded, subscription race/teardown:
jazz-loading-subscriptionsjazz-schema-migrationsjazz-sync-architectureStay in jazz-all-skills only to triage and hand off.
Escalate to focused skill as soon as you can state:
Escalate to jazz-sync-architecture when:
jazz-loading-subscriptions) or a broader worker/query/branch topology problem (jazz-sync-architecture).jazz-runtime-wasm-compat) before schema investigation.jazz-schema-migrations).jazz-sync-architecture and split into domain streams.development
Builds precise production-ready custom Agent Skills following AgentSkills.io guidelines. Use when user requests to create, refine or package Skills
development
Best practices for using simple-logger in TypeScript applications
tools
Implement Sauve-specific Jazz extension behavior on top of worker-authority architecture and typed popup-worker protocol
tools
Test Chrome extensions (Manifest V3) headlessly with Playwright — load unpacked extensions, extract the extension ID, test popups/content scripts/background, run reliably in CI, and use the correct headless mode that actually supports extensions.