What problem does it solve? Teams working in the Themis package need consistent, framework-independent rules for Redux state, actions, reducers, sagas, and testing, but the guidance is spread across many leaf documents. This Skill acts as a router that directs you to the correct core leaf skill for each Redux or redux-saga task, preventing misuse of Redux Toolkit APIs and duplicated state ownership. ## Core Features & Use Cases - Core skill routing: Maps each task (state integrity, actions, reducers, sagas, channels, serialization, testing, debugging, verification) to the correct leaf SKILL.md file. - Custom Redux enforcement: Explicitly blocks Redux Toolkit APIs like createSlice and configureStore in favor of Themis custom utilities. - Preflight compliance workflow: Requires reading linked leaves, citing skills in handoffs, and producing verifier-ready evidence such as owner searches and focused tests. - Use Case: When adding a new Redux slice with a saga, use this Skill to load the state-integrity, file-structure, actions, reducers, sagas, and testing leaves so the implementation follows canonical ownership and naming rules. ## Quick Start Ask the AI to route your Themis Redux task, for example: load the core skill and the matching leaf skills before adding a new reducer and saga for workspace-scoped state.