Setup UI Design Brain

Install or update the ui-design-brain Cursor skill by cloning from GitHub. Use when the user wants to add ui-design-brain, install UI design brain skill, or set up the component gallery skill for Cursor.

masermediagroup-stack Updated

File contents

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.

masermediagroup-stack/CursorSkills/tree/main/skills-bundle/skills/setup-ui-design-brain commit 650af43193

Frequently asked questions

npx skillmds@latest add masermediagroup-stack/setup-ui-design-brain