// React + MobX .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-react-mobxBasic React+MobX guidelines but lacks concrete instructions and trigger conditions
// React + MobX .cursorrules
// Prefer functional components with hooks
const preferFunctionalComponents = true;
// MobX best practices
const mobxBestPractices = [ "Use MobX-react-lite for optimal performance with functional components", "Implement stores for managing application state", "Utilize computed values for derived state", "Use actions for modifying observable state", "Implement proper error handling in asynchronous actions", ];
// Folder structure
const folderStructure = src/ components/ stores/ hooks/ pages/ utils/;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-react-mobxReact MobX is a free, open-source AI agent skill. // React + MobX .cursorrules
Install React MobX with a single command:
npx mdskills install PatrickJS/cursor-react-mobxThis downloads the skill files into your project and your AI agent picks them up automatically.
React MobX works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.