From jeremylongshore-claude-code-plugins-plus-skills
Creates zustand store definitions and operations with best practices. Activates on 'zustand store creator' mentions to provide step-by-step guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:zustand-store-creatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for zustand store creator tasks within the Frontend Development domain.
This skill provides automated assistance for zustand store creator tasks within the Frontend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with zustand store creator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Frontend Development skill category. Tags: react, vue, css, accessibility, web
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigCreates and manages Zustand stores for React state management, covering creation, selectors, actions, updates, and performance best practices like shallow equality.
Creates Zustand stores with TypeScript types and middleware following established patterns like subscribeWithSelector, separate state/actions, and individual selectors.
Implements Zustand v5 global state management for React. Handles store creation, middleware composition, persist, and selectors. Use for client-side state.