UI/UX Pro Max v2.11.0 — A tool that gives AI design smarts, automatically picking styles that fit your product
Ever found yourself stuck wondering:
Before: You'd scroll through Dribbble and Pinterest for hours, looking at dozens of designs, then guessing what fits.
Now with UI/UX Pro Max: You just tell AI "create a healthcare dashboard in React" — and it finds the right style, colors, fonts, layouts, and UX guidelines for that industry.
It's like having a senior design expert on call, one who knows 192 different product types and recommends exactly what fits each.
UI/UX Pro Max is a design knowledge system for AI assistants (like Codex). Instead of letting AI "make up" interfaces from whatever it learned online, this tool gives it:
UI/UX Pro Max isn't just one skill. It includes 7 skill definitions for different design needs:
| Skill | Purpose | When to use |
|---|---|---|
| ui-ux-pro-max | Core skill — main design intelligence | Designing web/mobile, choosing visual systems, improving UX |
| banner-design | Design social banners, ads, hero images | Need covers, headers, display ads, campaign assets |
| brand | Manage brand voice, visual identity, tone | Create/review style guides, brand guidelines |
| design-system | Three-layer tokens, CSS variables, component specs | Need to systematize UI, Tailwind themes |
| design | Router that orchestrates all design tasks | Design requests spanning multiple deliverables |
| slides | HTML presentations with design tokens and charts | Pitch decks, marketing presentations |
| ui-styling | Implement accessible UI with shadcn/ui, Radix, Tailwind | Create responsive layouts, forms, dialogs, dark mode |
Requires Node.js and Python 3.x. The search script uses pure Python — no packages to install, no network calls.
npm install -g ui-ux-pro-max-cli
# In your project directory uipro init --ai codex
In Codex, just say it naturally:
Build a responsive SaaS dashboard with accessible dark mode
The skill auto-activates when it detects UI/UX-related requests — no slash commands needed.
AI will generate a design system based on your product type, industry, and tone. Review it before writing code.
UI/UX Pro Max has 3 "dials" (1-10 scale) to fine-tune the interface to your taste:
| Dial | Meaning | Low (1-3) | High (8-10) |
|---|---|---|---|
| variance | Boldness | Safe, familiar | Unique, unconventional |
| motion | Animation level | Static, minimal | Rich animations, GSAP |
| density | Information density | Spacious, airy | Data-rich, compact |
Example: --variance 8 --motion 7 --density 8 creates a bold, animated, high-density interface — perfect for analytics dashboards.
Before delivering UI, the skill automatically checks 8 key criteria:
You can search design domains directly:
python3 .agents/skills/ui-ux-pro-max/scripts/search.py \ "SaaS dashboard" \ --design-system \ -p "MyApp"
Supported domains:
--domain style — UI styles--domain color — color palettes--domain typography — font pairings--domain ux — UX guidelines--domain chart — chart types--domain icons — icon suggestions--domain gsap — animation presets--stack react — guidance for React (and 21 other stacks)Before UI/UX Pro Max:
After UI/UX Pro Max:
uipro versions uipro update uipro update --global uipro uninstall uipro uninstall --global
UI/UX Pro Max turns UI design from "guesswork" into "evidence-based decisions". You don't need to be a professional designer — just describe your product and its audience, and AI finds the best visual system for it.
Especially useful when you:
ui-ux-pro-max-cli, command uipro. Older uipro-cli versions are stale.