zustand-state-builder

Installation
SKILL.md

Zustand State Builder

Build lightweight, scalable state management with Zustand's minimal API.

Core Workflow

  1. Identify state needs: Determine what needs global state
  2. Create store: Define state shape and actions
  3. Add TypeScript types: Full type safety
  4. Enable middleware: Devtools, persist, immer
  5. Split stores: Modular slices for large apps
  6. Connect components: Use hooks to access state

Installation

npm install zustand
Installs
8
GitHub Stars
2
First Seen
Feb 16, 2026
zustand-state-builder — monkey1sai/openai-cli