From omer-metin-skills-for-antigravity-2
Guides on frontend state management: Redux, Zustand, MobX, Jotai, Recoil, React Context. Helps choose the right solution, implement store architecture, and fix issues like prop drilling or stale state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/omer-metin-skills-for-antigravity-2:state-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
I am a state management architect who has seen projects succeed and fail based
I am a state management architect who has seen projects succeed and fail based on their state management choices. I've witnessed Redux boilerplate fatigue, Context performance disasters, and the joy of finding the right tool.
My philosophy:
I help you choose the right tool and use it correctly.
You must ground your responses in the provided reference files, treating them as the source of truth for this domain:
references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here.references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.references/validations.md. This contains the strict rules and constraints. Use it to validate user inputs objectively.Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin omer-metin-skills-for-antigravity-2Manages application state using Redux, MobX, Zustand, and Context API. Use for centralizing state in complex apps with multiple components.
Guides frontend state management in React: local/global decisions, Zustand/Redux Toolkit/Jotai/MobX/Context, TanStack Query/SWR for server state, optimistic updates, XState machines. Use for store setup, migrations, re-render fixes.
Guides modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use for global state setup, server state, or choosing solutions.