Build type-safe global state in React applications with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR. Use when setting up React state, migrating from Redux/Context API, implementing localStorage persistence, or troubleshooting Next.js hydration errors, TypeScript inference issues, or infinite render loops. bears: number increase: (by: number) => void bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), count: 0, increment: () =
/plugin marketplace add jezweb/claude-skills/plugin install zustand-state-management@jezweb/claude-skillsImplementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review