// React + Redux + TypeScript .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-react-redux-typescriptProvides solid Redux Toolkit and TypeScript conventions but lacks actionable trigger conditions
// React + Redux + TypeScript .cursorrules
// Prefer functional components with hooks
const preferFunctionalComponents = true;
// Use TypeScript for type safety
const useTypeScript = true;
// Redux best practices
const reduxBestPractices = [ "Use Redux Toolkit for efficient Redux development", "Implement slice pattern for organizing Redux code", "Utilize createAsyncThunk for handling async actions", "Use selectors for accessing state in components", ];
// Folder structure
const folderStructure = src/ components/ features/ store/ slices/ hooks.ts store.ts types/ utils/;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-react-redux-typescriptReact Redux TypeScript is a free, open-source AI agent skill. // React + Redux + TypeScript .cursorrules
Install React Redux TypeScript with a single command:
npx mdskills install PatrickJS/cursor-react-redux-typescriptThis downloads the skill files into your project and your AI agent picks them up automatically.
React Redux TypeScript works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.