// React + Chakra UI .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-react-chakra-uiBasic Chakra UI guidelines but lacks actionable agent instructions and trigger conditions
// React + Chakra UI .cursorrules
// Prefer functional components with hooks
const preferFunctionalComponents = true;
// Chakra UI best practices
const chakraUIBestPractices = [ "Use ChakraProvider at the root of your app", "Utilize Chakra UI components for consistent design", "Implement custom theme for brand-specific styling", "Use responsive styles with the Chakra UI breakpoint system", "Leverage Chakra UI hooks for enhanced functionality", ];
// Folder structure
const folderStructure = src/ components/ pages/ theme/ index.js foundations/ components/ hooks/ utils/;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-react-chakra-uiReact Chakra UI is a free, open-source AI agent skill. // React + Chakra UI .cursorrules
Install React Chakra UI with a single command:
npx mdskills install PatrickJS/cursor-react-chakra-uiThis downloads the skill files into your project and your AI agent picks them up automatically.
React Chakra UI works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.