ipai-ui-ux-pro-max

Design intelligence for UI/UX generation and critique; use for layouts, typography, color palettes, tokens, and UX best practices. 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.

16 stars

Best use case

ipai-ui-ux-pro-max is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Design intelligence for UI/UX generation and critique; use for layouts, typography, color palettes, tokens, and UX best practices. 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.

Teams using ipai-ui-ux-pro-max should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/ipai-ui-ux-pro-max/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/ipai-ui-ux-pro-max/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/ipai-ui-ux-pro-max/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ipai-ui-ux-pro-max Compares

Feature / Agentipai-ui-ux-pro-maxStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Design intelligence for UI/UX generation and critique; use for layouts, typography, color palettes, tokens, and UX best practices. 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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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 Use This Skill

- Designing new UI (landing pages, dashboards, mobile screens)
- Reviewing UI for UX issues (information architecture, accessibility, copy, hierarchy)
- Choosing color palettes and typography for a project
- Producing token-aligned UI specs (spacing, type scale, color roles)
- Building production-quality components

## How to Use (Prompt Patterns)

### 1. Design Mode
- **Input:** product goal + audience + platform + constraints
- **Output:** layout plan + components + tokens + interaction notes

### 2. Critique Mode
- **Input:** screenshot / HTML / Figma node list + context
- **Output:** prioritized issues + fixes + token-safe suggestions

### 3. Implementation Mode
- **Input:** stack (Next.js/React/Tailwind/OWL/etc.) + design direction
- **Output:** component blueprint + styling guidance

## Design System Generation (REQUIRED first step)

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

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

Persist for cross-session use:
```bash
python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name"
```

### Domain Searches (supplement as needed)

```bash
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
```

| Domain | Use For | Example |
|--------|---------|---------|
| `product` | Product type recommendations | SaaS, e-commerce, portfolio |
| `style` | UI styles, effects | glassmorphism, minimalism |
| `typography` | Font pairings | elegant, playful, modern |
| `color` | Color palettes | saas, healthcare, fintech |
| `landing` | Page structure, CTAs | hero, pricing, social-proof |
| `chart` | Chart types | trend, comparison, funnel |
| `ux` | Best practices | animation, accessibility |
| `react` | React/Next.js perf | waterfall, bundle, suspense |
| `web` | Web interface | aria, focus, keyboard |

### Stack Guidelines

```bash
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind
```

Available: `html-tailwind` (default), `react`, `nextjs`, `vue`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`, `jetpack-compose`

## References (Progressive Disclosure)

See `references/` for detailed catalogs and rulebooks:

- `references/01-styles.md` — visual styles catalog + selection heuristic
- `references/02-color-palettes.md` — palette system, token roles, contrast rules
- `references/03-typography.md` — font pairings, type scale, line-height guidance
- `references/04-layout-spacing.md` — grids, spacing scale, responsive rules
- `references/05-components-patterns.md` — component heuristics + interaction patterns
- `references/06-charts-dataviz.md` — chart selection guide + dashboard rules
- `references/07-ux-guidelines.md` — UX best practices + anti-patterns
- `references/08-accessibility.md` — a11y checklist + WCAG compliance

## Output Contract

- Prefer **tokens/roles** over hard-coded hex colors
- Provide **priority-ranked** recommendations (P0/P1/P2)
- Use SVG icons (Heroicons, Lucide) — never emojis
- Avoid novelty; optimize for clarity and conversion
- Test responsive at 375px, 768px, 1024px, 1440px

Related Skills

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

koan-entity-first

16
from diegosouzapw/awesome-omni-skill

Entity<T> patterns, GUID v7 auto-generation, static methods vs manual repositories

known-motif-enrichment

16
from diegosouzapw/awesome-omni-skill

This skill should be used when users need to perform known motif enrichment analysis on ChIP-seq, ATAC-seq, or other genomic peak files using HOMER (Hypergeometric Optimization of Motif EnRichment). It identifies enrichment of known transcription factor binding motifs from established databases in genomic regions.

knowledge-synthesis

16
from diegosouzapw/awesome-omni-skill

知识合成 — 将多来源信息融合为结构化知识,生成摘要、报告和知识图谱

klutch

16
from diegosouzapw/awesome-omni-skill

Klutch Agentic Credit Card OpenClaw Skill. Manage virtual cards, transactions, and automated spending patterns.

klipper

16
from diegosouzapw/awesome-omni-skill

Monitor and control Klipper/Moonraker 3D printers with safety confirmations.

kirby-performance-and-media

16
from diegosouzapw/awesome-omni-skill

Improve Kirby performance and media delivery (cache tuning, CDN, responsive images, lazy loading). Use when optimizing page speed, caching, or image handling.

Khorium Developer Rulebook

16
from diegosouzapw/awesome-omni-skill

Senior Engineer protocols for test-first development, pragmatic verification, and robust coding standards

keynote-slides

16
from diegosouzapw/awesome-omni-skill

Build Keynote-style single-file HTML slide decks with brand-ready templates, minimal navigation, and Gemini nano banana media generation. Includes Narrative Engine integration for framework-driven deck creation with 17 proven storytelling structures and 5-agent review panel. Use when creating or editing slide decks, transforming content into presentations, or generating slide visuals.

kata-help

16
from diegosouzapw/awesome-omni-skill

Show available Kata skills, displaying the usage guide, explaining skill reference, or when the user asks for help with Kata. Triggers include "help", "show skills", "list skills", "what skills", "kata skills", and "usage guide".

kano-commit-convention-skill

16
from diegosouzapw/awesome-omni-skill

Commit/change description convention (KCC) with Subsystem + Type + Ticket formatting, lint rules, and VCS-agnostic guidance.

kaizen

16
from diegosouzapw/awesome-omni-skill

Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.