Skip to content

ui-ux-pro-max

A comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Provides priority-based recommendations for building accessible, performant, and visually polished interfaces.

This Skill is vendored from ui-ux-pro-max-skill (MIT license).

  • User asks to design UI components or pages
  • User needs color palette or typography recommendations
  • User asks for UX review of existing code
  • Phase 2 (Product Design) is active and the product is GUI-based (Web / Mobile / Desktop)
  • product-designer Skill automatically invokes this for visual design decisions

plan · build · create · design · implement · review · fix · improve · optimize · enhance · refactor · check

Website · Landing page · Dashboard · Admin panel · E-commerce · SaaS · Portfolio · Blog · Mobile app

Button · Modal · Navbar · Sidebar · Card · Table · Form · Chart

React · Next.js · Vue · Nuxt · Svelte · SvelteKit · SwiftUI · React Native · Flutter · Tailwind CSS · shadcn/ui · HTML/CSS · Astro

PriorityCategoryImpact
1AccessibilityCRITICAL
2Touch & InteractionCRITICAL
3PerformanceHIGH
4Layout & ResponsiveHIGH
5Typography & ColorMEDIUM
6AnimationMEDIUM
7Style SelectionMEDIUM
8Charts & DataLOW
  • Minimum 4.5:1 color contrast ratio for normal text
  • Visible focus rings on all interactive elements
  • Descriptive alt text for meaningful images
  • aria-label for icon-only buttons
  • Tab order matches visual order
  • Form labels with for attribute
  • Minimum 44×44px touch targets
  • Use click/tap for primary interactions (not hover-only)
  • Disable buttons during async operations
  • Clear error messages near the problem source
  • cursor: pointer on clickable elements
  • Use WebP, srcset, and lazy loading for images
  • Check prefers-reduced-motion before animating
  • Reserve space for async content to prevent layout shift
  • viewport meta: width=device-width, initial-scale=1
  • Mobile-first breakpoints
  • Flexible grids with min() / clamp()

Includes: Glassmorphism · Claymorphism · Minimalism · Brutalism · Neumorphism · Bento Grid · Dark Mode · Skeuomorphism · Flat Design · Material Design · and 57 more.

Each style entry includes: description, CSS properties, best-for project types, and example code.

Organized by mood: Professional · Creative · Playful · Serious · Warm · Cool · Neutral · Bold.

Each palette includes: primary, secondary, accent, background, and text colors with hex values and WCAG contrast validation.

Curated heading + body combinations with Google Fonts links, fallback stacks, and recommended use cases.

Bar · Line · Pie · Donut · Area · Scatter · Radar · Treemap · Heatmap · Sankey · and 15 more.

Each chart type includes: when to use, data requirements, accessibility notes, and library recommendations per stack.

During Phase 2 (Product Design), when the product-designer Skill encounters a GUI-based product:

  1. product-designer automatically references ui-ux-pro-max for visual decisions
  2. Style, palette, and typography choices are recorded in the feature spec
  3. These choices carry forward into Phase 3 code generation as design constraints