When to use this skill Use this skill whenever the user wants to: - Manage global application state with Redux or Redux Toolkit - Create slices with and configure the store with - Handle asynchronous logic with or RTK Query - Use and hooks in React components - Implement middleware, selectors, and normalized state patterns - Migrate from classic Redux to Redux Toolkit How to use this skill Workflow 1. Identify the state domain the user needs to manage 2. Create a slice using Redux Toolkit's 3. Configure the store and provide it to the React app 4. Connect components using and 1. Create a Slic…