About
This skill provides a structured methodology for managing complex global state by decomposing monolithic Zustand stores into feature-specific slices. It guides developers through defining type-safe slice interfaces, composing them into a unified root store using the spread pattern, and managing cross-slice logic via runtime access. It is an essential tool for enterprise React projects where maintainability, separation of concerns, and developer collaboration are priorities.