jazz-ui-development
Installation
SKILL.md
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.