Setup UI Design Brain Skill
Install the ui-design-brain skill so Cursor has real UI component knowledge (60+ components, best practices, design-system conventions) for generating production-grade interfaces.
Install (first time)
Clone into your Cursor skills directory:
macOS / Linux (bash):
git clone https://github.com/carmahhawwari/ui-design-brain.git \
~/.cursor/skills/ui-design-brain
Windows (PowerShell):
git clone https://github.com/carmahhawwari/ui-design-brain.git `
$env:USERPROFILE\.cursor\skills\ui-design-brain
Windows (Command Prompt):
git clone https://github.com/carmahhawwari/ui-design-brain.git %USERPROFILE%\.cursor\skills\ui-design-brain
Update (if already installed)
cd ~/.cursor/skills/ui-design-brain # or %USERPROFILE%\.cursor\skills\ui-design-brain on Windows
git pull
Verify
After install, the skill is available when you build UI (pages, dashboards, forms, etc.). No extra configuration needed.