The flagship feature of v2.0 is the Design System Generator - an AI-powered reasoning engine that analyzes your project requirements and generates a complete, tailored design system in seconds.
The skill activates automatically when you request UI/UX work. Just chat naturally:
Build a landing page for my SaaS product
Trae: Switch to SOLO mode first. The skill will activate for UI/UX requests.
Workflow Mode (Slash Command)
Supported: Kiro, GitHub Copilot, Roo Code
Use the slash command to invoke the skill:
/ui-ux-pro-max Build a landing page for my SaaS product
Example Prompts
Build a landing page for my SaaS product
Create a dashboard for healthcare analytics
Design a portfolio website with dark mode
Make a mobile app UI for e-commerce
Build a fintech banking app with dark theme
How It Works
You ask - Request any UI/UX task (build, design, create, implement, review, fix, improve)
Design System Generated - The AI automatically generates a complete design system using the reasoning engine
Smart recommendations - Based on your product type and requirements, it finds the best matching styles, colors, and typography
Code generation - Implements the UI with proper colors, fonts, spacing, and best practices
Pre-delivery checks - Validates against common UI/UX anti-patterns
Supported Stacks
The skill provides stack-specific guidelines for:
Category
Stacks
Web (HTML)
HTML + Tailwind (default)
React Ecosystem
React, Next.js, shadcn/ui
Vue Ecosystem
Vue, Nuxt.js, Nuxt UI
Other Web
Svelte, Astro
iOS
SwiftUI
Android
Jetpack Compose
Cross-Platform
React Native, Flutter
Just mention your preferred stack in the prompt, or let it default to HTML + Tailwind.
Design System Command (Advanced)
For direct access to the design system generator:
Note: If you installed via Continue, replace .claude/skills/ with .continue/skills/ in the commands below. For Droid (Factory), use .factory/skills/.
Persist Design System (Master + Overrides Pattern)
Save your design system to files for hierarchical retrieval across sessions:
# Generate and persist to design-system/MASTER.md
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "SaaS dashboard" --design-system --persist -p "MyApp"
# Also create a page-specific override file
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "SaaS dashboard" --design-system --persist -p "MyApp" --page "dashboard"
This creates a design-system/ folder structure:
design-system/
├── MASTER.md # Global Source of Truth (colors, typography, spacing, components)
└── pages/
└── dashboard.md # Page-specific overrides (only deviations from Master)
How hierarchical retrieval works:
When building a specific page (e.g., “Checkout”), first check design-system/pages/checkout.md
If the page file exists, its rules override the Master file
If not, use design-system/MASTER.md exclusively
Context-aware retrieval prompt:
I am building the [Page Name] page. Please read design-system/MASTER.md.
Also check if design-system/pages/[page-name].md exists.
If the page file exists, prioritize its rules.
If not, use the Master rules exclusively.
Now, generate the code...
Architecture & Contributing
For Users
The codebase has been restructured to use a template-based generation system. All platform-specific files (.cursor/, .windsurf/, .kiro/, .factory/, etc.) are now generated dynamically by the CLI.
UI UX Pro Max
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms and frameworks.
If you find this useful, consider supporting the project:
Other projects
NextLevelBuilder.io | GoClaw.sh | ClaudeKit.cc | TOSE.sh
What’s New in v2.0
Intelligent Design System Generation
The flagship feature of v2.0 is the Design System Generator - an AI-powered reasoning engine that analyzes your project requirements and generates a complete, tailored design system in seconds.
How Design System Generation Works
100 Industry-Specific Reasoning Rules
The reasoning engine includes specialized rules for:
Each rule includes:
Features
Available Styles (67)
General Styles (49)
Landing Page Styles (8)
BI/Analytics Dashboard Styles (10)
Installation
Using Claude Marketplace (Claude Code)
Install directly in Claude Code with two commands:
Using CLI (Recommended)
Other CLI Commands
Prerequisites
Python 3.x is required for the search script.
Usage
Skill Mode (Auto-activate)
Supported: Claude Code, Cursor, Windsurf, Antigravity, Codex CLI, Continue, Gemini CLI, OpenCode, Qoder, CodeBuddy, Droid (Factory)
The skill activates automatically when you request UI/UX work. Just chat naturally:
Workflow Mode (Slash Command)
Supported: Kiro, GitHub Copilot, Roo Code
Use the slash command to invoke the skill:
Example Prompts
How It Works
Supported Stacks
The skill provides stack-specific guidelines for:
Just mention your preferred stack in the prompt, or let it default to HTML + Tailwind.
Design System Command (Advanced)
For direct access to the design system generator:
Persist Design System (Master + Overrides Pattern)
Save your design system to files for hierarchical retrieval across sessions:
This creates a
design-system/folder structure:How hierarchical retrieval works:
design-system/pages/checkout.mddesign-system/MASTER.mdexclusivelyContext-aware retrieval prompt:
Architecture & Contributing
For Users
The codebase has been restructured to use a template-based generation system. All platform-specific files (
.cursor/,.windsurf/,.kiro/,.factory/, etc.) are now generated dynamically by the CLI.Always use the CLI to install:
This ensures you get the latest templates and correct file structure for your AI assistant.
For Contributors
If you want to contribute to this project:
See CLAUDE.md for detailed development guidelines.
Star History
License
This project is licensed under the MIT License.