jotai-patterns
Installation
SKILL.md
Jotai Patterns Skill
This skill covers Jotai atomic state management for React applications.
When to Use
Use this skill when:
- Need fine-grained reactivity
- Building complex state dependencies
- Want provider-less global state
- Prefer atomic/bottom-up state design
Core Principle
ATOMS ARE PRIMITIVES - Build complex state from simple atoms. Components subscribe only to atoms they use.