Awesome-omni-skill 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.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/ipai-ui-ux-pro-max" ~/.claude/skills/diegosouzapw-awesome-omni-skill-ipai-ui-ux-pro-max && rm -rf "$T"
manifest: skills/development/ipai-ui-ux-pro-max/SKILL.md
source content

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:

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

Persist for cross-session use:

python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name"

Domain Searches (supplement as needed)

python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
DomainUse ForExample
product
Product type recommendationsSaaS, e-commerce, portfolio
style
UI styles, effectsglassmorphism, minimalism
typography
Font pairingselegant, playful, modern
color
Color palettessaas, healthcare, fintech
landing
Page structure, CTAshero, pricing, social-proof
chart
Chart typestrend, comparison, funnel
ux
Best practicesanimation, accessibility
react
React/Next.js perfwaterfall, bundle, suspense
web
Web interfacearia, focus, keyboard

Stack Guidelines

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