Covers the main state management libraries you'll actually use: Redux Toolkit, Zustand, MobX, and Context API with useReducer. Each reference guide shows complete implementations with TypeScript, async operations, and proper patterns. The skill pushes you toward Redux Toolkit for complex apps and Zustand for simpler cases, which is the right call. Includes slice patterns, middleware setup, and server state sync examples. Good for teams that need a consistent approach across projects or developers who want working examples instead of piecing together docs from four different libraries.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill frontend-state-management