Skip to content
Development
Skill

/ui-ux-pro-max

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check

From plugin
coco
264174 skills37 agents41 commands
Install
$ npx -y skills add coco-research/coco --skill ui-ux-pro-max --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ui-ux-pro-max

Context preview

The summary Claude sees to decide when to auto-load this skill.

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check

SKILL.md

ui-ux-pro-max.SKILL.md
name: ui-ux-pro-max
description: "UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). 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. Integrations: shadcn/ui MCP for component search and examples."
domain: design

UI/UX Pro Max - Design Intelligence

Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.

When to Apply

Reference these guidelines when:

  • Designing new UI components or pages
  • Choosing color palettes and typography
  • Reviewing code for UX issues
  • Building landing pages or dashboards
  • Implementing accessibility requirements

Rule Categories by Priority

| Priority | Category | Impact | Domain | |----------|----------|--------|--------| | 1 | Accessibility | CRITICAL | `ux` | | 2 | Touch & Interaction | CRITICAL | `ux` | | 3 | Performance | HIGH | `ux` | | 4 | Layout & Responsive | HIGH | `ux` | | 5 | Typography & Color | MEDIUM | `typography`, `color` | | 6 | Animation | MEDIUM | `ux` | | 7 | Style Selection | MEDIUM | `style`, `product` | | 8 | Charts & Data | LOW | `chart` |

Quick Reference

1. Accessibility (CRITICAL)

  • `color-contrast` - Minimum 4.5:1 ratio for normal text
  • `focus-states` - Visible focus rings on interactive elements
  • `alt-text` - Descriptive alt text for meaningful images
  • `aria-labels` - aria-label for icon-only buttons
  • `keyboard-nav` - Tab order matches visual order
  • `form-labels` - Use label with for attribute

2. Touch & Interaction (CRITICAL)

  • `touch-target-size` - Minimum 44x44px touch targets
  • `hover-vs-tap` - Use click/tap for primary interactions
  • `loading-buttons` - Disable button during async operations
  • `error-feedback` - Clear error messages near problem
  • `cursor-pointer` - Add cursor-pointer to clickable elements

3. Performance (HIGH)

  • `image-optimization` - Use WebP, srcset, lazy loading
  • `reduced-motion` - Check prefers-reduced-motion
  • `content-jumping` - Reserve space for async content

4. Layout & Responsive (HIGH)

  • `viewport-meta` - width=device-width initial-scale=1
  • `readable-font-size` - Minimum 16px body text on mobile
  • `horizontal-scroll` - Ensure content fits viewport width
  • `z-index-management` - Define z-index scale (10, 20, 30, 50)

5. Typography & Color (MEDIUM)

  • `line-height` - Use 1.5-1.75 for body text
  • `line-length` - Limit to 65-75 characters per line
  • `font-pairing` - Match heading/body font personalities

6. Animation (MEDIUM)

  • `duration-timing` - Use 150-300ms for micro-interactions
  • `transform-performance` - Use transform/opacity, not width/height
  • `loading-states` - Skeleton screens or spinners

7. Style Selection (MEDIUM)

  • `style-match` - Match style to product type
  • `consistency` - Use same style across all pages
  • `no-emoji-icons` - Use SVG icons, not emojis

8. Charts & Data (LOW)

  • `chart-type` - Match chart type to data type
  • `color-guidance` - Use accessible color palettes
  • `data-table` - Provide table alternative for accessibility

How to Use

Search specific domains using the CLI tool below.

---

Prerequisites

Check if Python is installed:

python3 --version || python --version

If Python is not installed, install it based on user's OS:

**macOS:**

brew install python3

**Ubuntu/Debian:**

sudo apt update && sudo apt install python3

**Windows:**

winget install Python.Python.3.12

---

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: Generate Design System (REQUIRED)

**Always start with `--design-system`** to get comprehensive recommendations with reasoning:

python3 skills/ui-ux-pro-max/scripts/search.py "<product_type> <industry> <keywords>" --design-system [-p "Project Name"]

This command: 1. Searches 5 domains in parallel (product, style, color, landing, typography) 2. Applies reasoning rules from `ui-reasoning.csv` to select best matches 3. Returns complete design system: pattern, style, colors, typography, effects 4. Includes anti-patterns to avoid

**Example:**

python3 skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --design-system -p "Serenity Spa"

Step 2b: Persist Design System (Master + Overrides Pattern)

To save the design system for **hierarchical retrieval across sessions**, add `--persist`:

python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name"

This creates:

  • `design-system/MASTER.md` — Global Source of Truth with all design rules
  • `design-system/pages/` — Folder for page-specific overrides

**With page-specific override:**

python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name" --page "dashboard"

This

Read more
Ships withcoco

Meet Coco. A superintelligent agent framework powered by an advisory board of 389 world-class minds. Scale your AI assistant into a complete engineering department with 142 skills, 277 commands, and persistent state. Universal compatibility. Local privacy. Free and open source.

Get the whole plugin

Other skills on coco.