state-modeling
Installation
SKILL.md
Skill: frontend/state-modeling
Purpose
Make non-trivial UI state explicit and testable by defining:
- state shape
- transitions
- derived selectors
- async and error pathways
Use when UI behavior is more than “render props and call an API”.