xstate
Installation
SKILL.md
When to Use
- Complex state flows with multiple transitions
- States that depend on async operations
- Need to visualize state logic
- Actor-based communication patterns
- Replacing complex boolean flags and conditionals
Installation
bun add xstate @xstate/react
Critical Patterns
Related skills