概要
The manage-client-state skill provides a standardized workflow for handling frontend state in React and Next.js applications without the boilerplate of Context providers. It utilizes useSWRImmutable for global UI states like sidebars and themes, and nuqs for robust URL-based state management. This approach ensures that UI states are type-safe, performant, and easily persistent via localStorage or shareable URLs, making it ideal for complex dashboards and data-heavy applications.