Standardizes UX states for data fetching flows (loading, error, empty, success) and complex multi-view UI patterns. Provides state machine approach recommendations, loading skeletons, error boundaries, and empty state components. Use when implementing "loading states", "error handling", "empty states", or "state machines".
3.7
Rating
0
Installs
Frontend Development
Category
The skill addresses a useful frontend concern (UX state management) with clear intent, but lacks concrete implementation details. The description adequately conveys what the skill does, but SKILL.md is too high-level—it lists what should be included (loading skeletons, error boundaries, etc.) without providing actual code, templates, or step-by-step guidance. Task knowledge is insufficient for a CLI agent to generate complete implementations without significant additional prompting. Structure is acceptable but thin. Novelty is moderate; while state management patterns are common, standardizing all UX flows could save tokens, though the current implementation doesn't demonstrate this savings. To improve: add code snippets, component templates, state machine examples, or reference implementation files.
Loading SKILL.md…

Skill Author