2025-12-02 19:55:29 +08:00
# UI UX Pro Max
2025-11-30 19:46:26 +08:00
2025-11-30 21:20:22 +08:00
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms and frameworks.
2025-11-30 19:46:26 +08:00
2025-12-02 20:08:02 +08:00
< p align = "center" >
< img src = "screenshots/website.png" alt = "UI UX Pro Max" width = "800" >
< / p >
2025-11-30 19:46:26 +08:00
## Overview
2025-12-02 19:55:29 +08:00
UI UX Pro Max is a searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices. It works as a skill/workflow for AI coding assistants (Claude Code, Cursor, Windsurf, etc.).
2025-11-30 19:46:26 +08:00
## Features
2025-12-02 19:55:29 +08:00
- **57 UI Styles** - Glassmorphism, Claymorphism, Minimalism, Brutalism, Neumorphism, Bento Grid, Dark Mode, and more
- **95 Color Palettes** - Industry-specific palettes for SaaS, E-commerce, Healthcare, Fintech, Beauty, etc.
- **56 Font Pairings** - Curated typography combinations with Google Fonts imports
- **24 Chart Types** - Recommendations for dashboards and analytics
2025-11-30 19:46:26 +08:00
- **8 Tech Stacks** - React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, HTML+Tailwind
2025-12-02 19:55:29 +08:00
- **98 UX Guidelines** - Best practices, anti-patterns, and accessibility rules
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
## Installation
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
### Using CLI (Recommended)
```bash
# Install CLI globally
npm install -g uipro-cli
# Go to your project
cd /path/to/your/project
# Install for your AI assistant
uipro init --ai claude # Claude Code
uipro init --ai cursor # Cursor
uipro init --ai windsurf # Windsurf
uipro init --ai antigravity # Antigravity (.agent + .shared)
uipro init --ai all # All assistants
2025-11-30 19:46:26 +08:00
```
2025-12-02 19:55:29 +08:00
### Other CLI Commands
```bash
uipro versions # List available versions
uipro update # Update to latest version
uipro init --version v1.0.0 # Install specific version
2025-11-30 19:46:26 +08:00
```
2025-12-02 19:55:29 +08:00
### Manual Installation
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
Copy the appropriate folders to your project:
2025-11-30 19:46:26 +08:00
2025-12-02 20:08:02 +08:00
| AI Assistant | Folders to Copy |
| ------------ | ----------------------------------------------------------------- |
| Claude Code | `.claude/skills/ui-ux-pro-max/` |
| Cursor | `.cursor/commands/ui-ux-pro-max.md` + `.shared/ui-ux-pro-max/` |
| Windsurf | `.windsurf/workflows/ui-ux-pro-max.md` + `.shared/ui-ux-pro-max/` |
| Antigravity | `.agent/workflows/ui-ux-pro-max.md` + `.shared/ui-ux-pro-max/` |
2025-12-02 19:55:29 +08:00
## Prerequisites
Python 3.x is required for the search script.
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
```bash
# Check if Python is installed
python3 --version
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
# macOS
brew install python3
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
# Ubuntu/Debian
sudo apt update & & sudo apt install python3
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
# Windows
winget install Python.Python.3.12
```
2025-11-30 19:46:26 +08:00
## Usage
2025-12-02 20:31:31 +08:00
### Claude Code
The skill activates automatically when you request UI/UX work. Just chat naturally:
```
Build a landing page for my SaaS product
```
### Cursor / Windsurf / Antigravity
Use the slash command to invoke the skill:
```
/ui-ux-pro-max Build a landing page for my SaaS product
```
2025-12-02 19:55:29 +08:00
### Example Prompts
2025-11-30 19:46:26 +08:00
```
2025-12-02 19:55:29 +08:00
Build a landing page for my SaaS product
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
Create a dashboard for healthcare analytics
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
Design a portfolio website with dark mode
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
Make a mobile app UI for e-commerce
```
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
### How It Works
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
1. **You ask** - Request any UI/UX task (build, design, create, implement, review, fix, improve)
2. **Skill activates** - The AI automatically searches the design database for relevant styles, colors, typography, and guidelines
3. **Smart recommendations** - Based on your product type and requirements, it finds the best matching design system
4. **Code generation** - Implements the UI with proper colors, fonts, spacing, and best practices
2025-11-30 19:46:26 +08:00
2025-12-02 19:55:29 +08:00
### Supported Stacks
The skill provides stack-specific guidelines for:
- **HTML + Tailwind** (default)
- **React** / **Next.js**
- **Vue** / **Svelte**
- **SwiftUI** / **React Native** / **Flutter**
Just mention your preferred stack in the prompt, or let it default to HTML + Tailwind.
2025-11-30 19:46:26 +08:00
## License
2025-12-02 19:55:29 +08:00
This work is licensed under [CC BY-NC 4.0 ](https://creativecommons.org/licenses/by-nc/4.0/ ).
- **Free for personal use** - Use, modify, and share for non-commercial purposes
- **Attribution required** - Credit "UI UX Pro Max" when sharing
- **No commercial use** - Cannot be used for commercial purposes without permission