UI/UX Pro Max - Design Intelligence
Searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.
Prerequisites
This skill uses uv for dependency management.
- Initialize
uv project (if not already done):
uv init .
- Add dependencies (No external packages required for this skill):
# uv add [package]
- Run the skill using
uv run:
uv run [script_path] ...
How to Use This Skill
When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:
Step 1: Analyze User Requirements
Extract key information from user request:
- Product type: SaaS, e-commerce, portfolio, dashboard, landing page, etc.
- Style keywords: minimal, playful, professional, elegant, dark mode, etc.
- Industry: healthcare, fintech, gaming, education, etc.
- Stack: React, Vue, Next.js, or default to
html-tailwind
Step 2: Search Relevant Domains
Use search.py multiple times to gather comprehensive information. Search until you have enough context.
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
Recommended search order:
- Product - Get style recommendations for product type
- Style - Get detailed style guide (colors, effects, frameworks)
- Typography - Get font pairings with Google Fonts imports
- Color - Get color palette (Primary, Secondary, CTA, Background, Text, Border)
- Landing - Get page structure (if landing page)
- Chart - Get chart recommendations (if dashboard/analytics)
- UX - Get best practices and anti-patterns
- Stack - Get stack-specific guidelines (default: html-tailwind)
Step 3: Stack Guidelines (Default: html-tailwind)
If user doesn't specify a stack, default to html-tailwind.
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind
Available stacks: html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter
Search Reference
Available Domains
| Domain |
Use For |
Example Keywords |
product |
Product type recommendations |
SaaS, e-commerce, portfolio, healthcare, beauty, service |
style |
UI styles, colors, effects |
glassmorphism, minimalism, dark mode, brutalism |
typography |
Font pairings, Google Fonts |
elegant, playful, professional, modern |
color |
Color palettes by product type |
saas, ecommerce, healthcare, beauty, fintech, service |
landing |
Page structure, CTA strategies |
hero, hero-centric, testimonial, pricing, social-proof |
chart |
Chart types, library recommendations |
trend, comparison, timeline, funnel, pie |
ux |
Best practices, anti-patterns |
animation, accessibility, z-index, loading |
prompt |
AI prompts, CSS keywords |
(style name) |
Available Stacks
| Stack |
Focus |
html-tailwind |
Tailwind utilities, responsive, a11y (DEFAULT) |
react |
State, hooks, performance, patterns |
nextjs |
SSR, routing, images, API routes |
vue |
Composition API, Pinia, Vue Router |
svelte |
Runes, stores, SvelteKit |
swiftui |
Views, State, Navigation, Animation |
react-native |
Components, Navigation, Lists |
flutter |
Widgets, State, Layout, Theming |
Example Workflow
User request: "Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp"
AI should:
# 1. Search product type
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --domain product
# 2. Search style (based on industry: beauty, elegant)
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "elegant minimal soft" --domain style
# 3. Search typography
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "elegant luxury" --domain typography
# 4. Search color palette
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness" --domain color
# 5. Search landing page structure
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "hero-centric social-proof" --domain landing
# 6. Search UX guidelines
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "animation" --domain ux
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "accessibility" --domain ux
# 7. Search stack guidelines (default: html-tailwind)
uv run .agent/skills/ui-ux-pro-max/scripts/search.py "layout responsive" --stack html-tailwind
Then: Synthesize all search results and implement the design.
Tips for Better Results
- Be specific with keywords - "healthcare SaaS dashboard" > "app"
- Search multiple times - Different keywords reveal different insights
- Combine domains - Style + Typography + Color = Complete design system
- Always check UX - Search "animation", "z-index", "accessibility" for common issues
- Use stack flag - Get implementation-specific best practices
- Iterate - If first search doesn't match, try different keywords
Common Rules for Professional UI
These are frequently overlooked issues that make UI look unprofessional:
Icons & Visual Elements
| Rule |
Do |
Don't |
| No emoji icons |
Use SVG icons (Heroicons, Lucide, Simple Icons) |
Use emojis like 🎨 🚀 ⚙️ as UI icons |
| Stable hover states |
Use color/opacity transitions on hover |
Use scale transforms that shift layout |
| Correct brand logos |
Research official SVG from Simple Icons |
Guess or use incorrect logo paths |
| Consistent icon sizing |
Use fixed viewBox (24x24) with w-6 h-6 |
Mix different icon sizes randomly |
Interaction & Cursor
| Rule |
Do |
Don't |
| Cursor pointer |
Add cursor-pointer to all clickable/hoverable cards |
Leave default cursor on interactive elements |
| Hover feedback |
Provide visual feedback (color, shadow, border) |
No indication element is interactive |
| Smooth transitions |
Use transition-colors duration-200 |
Instant state changes or too slow (>500ms) |
Light/Dark Mode Contrast
| Rule |
Do |
Don't |
| Glass card light mode |
Use bg-white/80 or higher opacity |
Use bg-white/10 (too transparent) |
| Text contrast light |
Use #0F172A (slate-900) for text |
Use #94A3B8 (slate-400) for body text |
| Muted text light |
Use #475569 (slate-600) minimum |
Use gray-400 or lighter |
| Border visibility |
Use border-gray-200 in light mode |
Use border-white/10 (invisible) |
Layout & Spacing
| Rule |
Do |
Don't |
| Floating navbar |
Add top-4 left-4 right-4 spacing |
Stick navbar to top-0 left-0 right-0 |
| Content padding |
Account for fixed navbar height |
Let content hide behind fixed elements |
| Consistent max-width |
Use same max-w-6xl or max-w-7xl |
Mix different container widths |
Pre-Delivery Checklist
Before delivering UI code, verify these items:
Visual Quality
Interaction
Light/Dark Mode
Layout
Accessibility
1---2name: ui-ux-pro-max3description: UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.4---56# UI/UX Pro Max - Design Intelligence78Searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.910## Prerequisites1112This skill uses `uv` for dependency management.13141. Initialize `uv` project (if not already done):15```bash16uv init .17```18192. Add dependencies (No external packages required for this skill):20```bash21# uv add [package]22```23243. Run the skill using `uv run`:25```bash26uv run [script_path] ...27```2829---3031## How to Use This Skill3233When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:3435### Step 1: Analyze User Requirements3637Extract key information from user request:38- **Product type**: SaaS, e-commerce, portfolio, dashboard, landing page, etc.39- **Style keywords**: minimal, playful, professional, elegant, dark mode, etc.40- **Industry**: healthcare, fintech, gaming, education, etc.41- **Stack**: React, Vue, Next.js, or default to `html-tailwind`4243### Step 2: Search Relevant Domains4445Use `search.py` multiple times to gather comprehensive information. Search until you have enough context.4647```bash48uv run .agent/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]49```5051**Recommended search order:**52531. **Product** - Get style recommendations for product type542. **Style** - Get detailed style guide (colors, effects, frameworks)553. **Typography** - Get font pairings with Google Fonts imports564. **Color** - Get color palette (Primary, Secondary, CTA, Background, Text, Border)575. **Landing** - Get page structure (if landing page)586. **Chart** - Get chart recommendations (if dashboard/analytics)597. **UX** - Get best practices and anti-patterns608. **Stack** - Get stack-specific guidelines (default: html-tailwind)6162### Step 3: Stack Guidelines (Default: html-tailwind)6364If user doesn't specify a stack, **default to `html-tailwind`**.6566```bash67uv run .agent/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind68```6970Available stacks: `html-tailwind`, `react`, `nextjs`, `vue`, `svelte`, `swiftui`, `react-native`, `flutter`7172---7374## Search Reference7576### Available Domains7778| Domain | Use For | Example Keywords |79|--------|---------|------------------|80| `product` | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |81| `style` | UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |82| `typography` | Font pairings, Google Fonts | elegant, playful, professional, modern |83| `color` | Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech, service |84| `landing` | Page structure, CTA strategies | hero, hero-centric, testimonial, pricing, social-proof |85| `chart` | Chart types, library recommendations | trend, comparison, timeline, funnel, pie |86| `ux` | Best practices, anti-patterns | animation, accessibility, z-index, loading |87| `prompt` | AI prompts, CSS keywords | (style name) |8889### Available Stacks9091| Stack | Focus |92|-------|-------|93| `html-tailwind` | Tailwind utilities, responsive, a11y (DEFAULT) |94| `react` | State, hooks, performance, patterns |95| `nextjs` | SSR, routing, images, API routes |96| `vue` | Composition API, Pinia, Vue Router |97| `svelte` | Runes, stores, SvelteKit |98| `swiftui` | Views, State, Navigation, Animation |99| `react-native` | Components, Navigation, Lists |100| `flutter` | Widgets, State, Layout, Theming |101102---103104## Example Workflow105106**User request:** "Làm landing page cho dịch vụ chăm sóc da chuyên nghiệp"107108**AI should:**109110```bash111# 1. Search product type112uv run .agent/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --domain product113114# 2. Search style (based on industry: beauty, elegant)115uv run .agent/skills/ui-ux-pro-max/scripts/search.py "elegant minimal soft" --domain style116117# 3. Search typography118uv run .agent/skills/ui-ux-pro-max/scripts/search.py "elegant luxury" --domain typography119120# 4. Search color palette121uv run .agent/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness" --domain color122123# 5. Search landing page structure124uv run .agent/skills/ui-ux-pro-max/scripts/search.py "hero-centric social-proof" --domain landing125126# 6. Search UX guidelines127uv run .agent/skills/ui-ux-pro-max/scripts/search.py "animation" --domain ux128uv run .agent/skills/ui-ux-pro-max/scripts/search.py "accessibility" --domain ux129130# 7. Search stack guidelines (default: html-tailwind)131uv run .agent/skills/ui-ux-pro-max/scripts/search.py "layout responsive" --stack html-tailwind132```133134**Then:** Synthesize all search results and implement the design.135136---137138## Tips for Better Results1391401. **Be specific with keywords** - "healthcare SaaS dashboard" > "app"1412. **Search multiple times** - Different keywords reveal different insights1423. **Combine domains** - Style + Typography + Color = Complete design system1434. **Always check UX** - Search "animation", "z-index", "accessibility" for common issues1445. **Use stack flag** - Get implementation-specific best practices1456. **Iterate** - If first search doesn't match, try different keywords146147---148149## Common Rules for Professional UI150151These are frequently overlooked issues that make UI look unprofessional:152153### Icons & Visual Elements154155| Rule | Do | Don't |156|------|----|----- |157| **No emoji icons** | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use emojis like 🎨 🚀 ⚙️ as UI icons |158| **Stable hover states** | Use color/opacity transitions on hover | Use scale transforms that shift layout |159| **Correct brand logos** | Research official SVG from Simple Icons | Guess or use incorrect logo paths |160| **Consistent icon sizing** | Use fixed viewBox (24x24) with w-6 h-6 | Mix different icon sizes randomly |161162### Interaction & Cursor163164| Rule | Do | Don't |165|------|----|----- |166| **Cursor pointer** | Add `cursor-pointer` to all clickable/hoverable cards | Leave default cursor on interactive elements |167| **Hover feedback** | Provide visual feedback (color, shadow, border) | No indication element is interactive |168| **Smooth transitions** | Use `transition-colors duration-200` | Instant state changes or too slow (>500ms) |169170### Light/Dark Mode Contrast171172| Rule | Do | Don't |173|------|----|----- |174| **Glass card light mode** | Use `bg-white/80` or higher opacity | Use `bg-white/10` (too transparent) |175| **Text contrast light** | Use `#0F172A` (slate-900) for text | Use `#94A3B8` (slate-400) for body text |176| **Muted text light** | Use `#475569` (slate-600) minimum | Use gray-400 or lighter |177| **Border visibility** | Use `border-gray-200` in light mode | Use `border-white/10` (invisible) |178179### Layout & Spacing180181| Rule | Do | Don't |182|------|----|----- |183| **Floating navbar** | Add `top-4 left-4 right-4` spacing | Stick navbar to `top-0 left-0 right-0` |184| **Content padding** | Account for fixed navbar height | Let content hide behind fixed elements |185| **Consistent max-width** | Use same `max-w-6xl` or `max-w-7xl` | Mix different container widths |186187---188189## Pre-Delivery Checklist190191Before delivering UI code, verify these items:192193### Visual Quality194- [ ] No emojis used as icons (use SVG instead)195- [ ] All icons from consistent icon set (Heroicons/Lucide)196- [ ] Brand logos are correct (verified from Simple Icons)197- [ ] Hover states don't cause layout shift198- [ ] Use theme colors directly (bg-primary) not var() wrapper199200### Interaction201- [ ] All clickable elements have `cursor-pointer`202- [ ] Hover states provide clear visual feedback203- [ ] Transitions are smooth (150-300ms)204- [ ] Focus states visible for keyboard navigation205206### Light/Dark Mode207- [ ] Light mode text has sufficient contrast (4.5:1 minimum)208- [ ] Glass/transparent elements visible in light mode209- [ ] Borders visible in both modes210- [ ] Test both modes before delivery211212### Layout213- [ ] Floating elements have proper spacing from edges214- [ ] No content hidden behind fixed navbars215- [ ] Responsive at 320px, 768px, 1024px, 1440px216- [ ] No horizontal scroll on mobile217218### Accessibility219- [ ] All images have alt text220- [ ] Form inputs have labels221- [ ] Color is not the only indicator222- [ ] `prefers-reduced-motion` respected