skills/jazz-schema-migrations/SKILL.md
Design Jazz schemas and migrations for additive forward-compatible evolution across mixed client versions
npx skillsauth add alcyone-labs/agent-skills jazz-schema-migrationsInstall 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 skill when changing Jazz data model, ownership boundaries, or migration policy.
co.map, co.list, co.record, co.feed, account/profile/rootWhen migration logic depends on nested references, use ensureLoaded({ resolve: ... }) before checking nested keys to avoid false missing assumptions from shallow state.
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.