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.
git clone https://github.com/diegosouzapw/awesome-omni-skill
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"
skills/development/ipai-ui-ux-pro-max/SKILL.mdUI/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>]
| Domain | Use For | Example |
|---|---|---|
| Product type recommendations | SaaS, e-commerce, portfolio |
| UI styles, effects | glassmorphism, minimalism |
| Font pairings | elegant, playful, modern |
| Color palettes | saas, healthcare, fintech |
| Page structure, CTAs | hero, pricing, social-proof |
| Chart types | trend, comparison, funnel |
| Best practices | animation, accessibility |
| React/Next.js perf | waterfall, bundle, suspense |
| Web interface | aria, 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:
— visual styles catalog + selection heuristicreferences/01-styles.md
— palette system, token roles, contrast rulesreferences/02-color-palettes.md
— font pairings, type scale, line-height guidancereferences/03-typography.md
— grids, spacing scale, responsive rulesreferences/04-layout-spacing.md
— component heuristics + interaction patternsreferences/05-components-patterns.md
— chart selection guide + dashboard rulesreferences/06-charts-dataviz.md
— UX best practices + anti-patternsreferences/07-ux-guidelines.md
— a11y checklist + WCAG compliancereferences/08-accessibility.md
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