jazz-ui-development
Jazz UI Development
When to Use This Skill
- Building user interfaces that display or interact with Jazz data
- Setting up authentication providers and contexts
- Debugging reactivity, data loading, or sync issues in the UI
- Optimizing performance of data subscriptions
- Handling media (images, files) in the UI
Do NOT Use This Skill For
- Defining data schemas (use
jazz-schema-design) - Complex permission logic or sharing workflows (use
jazz-permissions-security) - Testing questions (use
jazz-testing)
Key Heuristic for Agents
Use this skill when the user asks about rendering data, handling user input, managing authentication state, or framework-specific integration (React, Svelte, etc.). If the issue is "data not appearing" but permissions are correct, look here for loading and subscription patterns.
More from garden-co/classic-jazz
spec
Implement features using Spec Driven Development (SDD) workflow. Creates design and task documents with approval gates.
1jazz-testing
Use this skill when you need to write, review, or debug automated tests for applications built on the Jazz framework. This skill provides the correct architectural patterns for simulating local-first synchronization and multi-user environments without resorting to invalid mocking strategies.
1benchmarking
Use this skill when writing or running performance benchmarks for Jazz packages. Covers cronometro setup, file conventions, gotchas with worker threads, and how to compare implementations.
1jazz-schema-design
Design and implement collaborative data schemas using the Jazz framework. Use this skill when building or working with Jazz apps to define data structures using CoValues. This skill focuses exclusively on schema definition and data modeling logic.
1jazz-permissions-security
Use this skill when designing data schemas, implementing sharing workflows, or auditing access control in Jazz applications. It covers the hierarchy of Groups, Accounts, and CoValues, ensuring data is private by default and shared securely through cascading permissions and invitations.
1