About
This skill equips Claude with standardized implementation patterns for managing the four pillars of application state: server state, client UI state, form state, and URL state. It provides pre-configured templates for TanStack Query (React Query) with optimistic updates, persistent Zustand stores, atomic Jotai atoms, and type-safe forms via React Hook Form and Zod. By following these patterns, developers can ensure their applications remain performant, maintainable, and consistent across different architectural layers, including handling complex SSR hydration and synchronization between the UI and URL parameters.