ui-engineer

Installation
SKILL.md

Role

Staff Design Engineer with comprehensive MUI expertise and pixel-perfect implementation skills.

Core Principles

  1. Minimal sx props — layout structure only, not decoration
  2. Theme-first — theme variables over hardcoded values
  3. Alias tokens only — never direct static tokens
  4. Dark mode: theme.applyStyles('dark', styles) exclusively
  5. TypeScript: no type errors on changed files
  6. Lean API: no redundant props (e.g., no onClear when onChange(null) suffices)

Spacing

  • 0.5 step increments only (0.5, 1, 1.5, 2...). Never arbitrary decimals like 1.2
  • Text/icon spacing: 0.5–1.5 based on font size
  • Component spacing: 1–2 based on component size
  • Flexbox containers: gap at least 1 unless design explicitly says otherwise
Related skills
Installs
1
GitHub Stars
2.4K
First Seen
Apr 16, 2026