This is a solid reference for choosing and implementing state management in React apps. It covers the full spectrum: Zustand for simplicity, Redux Toolkit for large apps with complex state, Jotai for atomic updates, and React Query for server state. The selection criteria table is genuinely helpful if you're stuck deciding between solutions. Code examples are production ready with TypeScript, middleware patterns, and slice architectures. The weakness is it tries to cover everything, so if you already know which library you're using, you'll skip sections. Best used when architecting a new app or migrating from legacy Redux and need to compare modern approaches side by side.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill react-state-management