zustand-store-scaffold
Installation
SKILL.md
Zustand Store Scaffold
Generate type-safe class-based Zustand stores with flattenActions for prototype-safe slice composition.
Quick Start
Web Pattern (Component-level Store)
python3 ~/.claude/skills/zustand-store-scaffold/scripts/scaffold_zustand_store.py \
--pattern web \
--name ToolList \
--path web/src/pages/_components/ToolList/store