From jeremylongshore-claude-code-plugins-plus-skills
Generates Redux slice boilerplate including actions, reducers, and selectors following best practices. Useful for scaffolding new state modules quickly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:redux-slice-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for redux slice generator tasks within the Frontend Development domain.
This skill provides automated assistance for redux slice generator tasks within the Frontend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with redux slice generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Frontend Development skill category. Tags: react, vue, css, accessibility, web
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningOrganizes Redux state into self-contained slices using createSlice for co-located reducers, actions, and selectors. Useful for adding new state domains or refactoring legacy Redux code.
Manages application state using Redux, MobX, Zustand, and Context API. Use for centralizing state in complex apps with multiple components.
Generates React components with best practices and patterns. Includes configuration generation and validation for production-ready code.