ui-ux-pro-max

Generates UI/UX design guidance using a BM25-searchable database of styles, palettes, fonts, and stack rules.

10|3|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Cynthia1070711/PHYCOOL_Tools --skill ui-ux-pro-max-cynthia1070711
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/Cynthia1070711/PHYCOOL_Tools/tree/main/config-templates/claude/skills/ui-ux-pro-max
Command: npx skills add https://github.com/Cynthia1070711/PHYCOOL_Tools --skill ui-ux-pro-max-cynthia1070711

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Designing professional, non-generic UI requires recalling hundreds of decisions—style direction, font pairing, color palettes, accessibility rules, and stack-specific patterns. This Skill provides a searchable design intelligence database plus deep references so every UI task starts from proven guidance instead of guesswork. ## Core Features & Use Cases - BM25 Design Search: Query 50 styles, 21 color palettes, 50 font pairings, 20 chart types, and 9 tech stacks (html-tailwind, React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, shadcn) via a Python search script. - 18 Deep References + Ready Assets: Covers typography, glassmorphism, animation, forms, dashboards, accessibility, dark mode, admin app shells, page templates, and 3-layer design tokens, plus 57 complete HTML style examples, 80+ OFL fonts, and component templates. - Quality Guardrails: Enforces a Measure-Before-Match workflow for visual alignment tasks and a 35-point pre-delivery checklist covering contrast, states, animation performance, and WCAG compliance. - Use Case: When asked to build a beauty spa landing page, search product, style, typography, color, and landing domains, then synthesize the results into a complete Tailwind implementation with verified contrast and responsive breakpoints. ## Quick Start Ask the AI to design a landing page or dashboard for your product, and it will search the design database for style, typography, color, and stack guidance before implementing.

Frequently Asked Questions about ui-ux-pro-max

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get UI style recommendations for a specific product type?

Run the search script with the product domain, for example searching 'healthcare SaaS' under --domain product returns style recommendations. Follow up with style, typography, color, and ux domain searches to assemble a complete design system.

What tech stacks does this UI design skill support?

It supports nine stacks: html-tailwind (the default), react, nextjs, vue, svelte, swiftui, react-native, flutter, and shadcn. Pass the stack flag to the search script to get implementation-specific guidelines.

How do I avoid generic AI-looking designs like purple gradients and Inter font?

The skill includes AI-slop avoidance rules: use distinctive display fonts instead of Inter/Roboto/Arial, pick a dominant color with sharp accents, and apply asymmetric layouts. The bundled 80+ OFL fonts and 57 style examples provide concrete alternatives.

Does it cover accessibility and dark mode requirements?

Yes. Dedicated references cover WCAG contrast ratios (4.5:1 for body text), color-blind safe palettes, ARIA, focus traps, and dark mode redesign rather than simple inversion. The pre-delivery checklist includes light/dark contrast verification.

Why does my UI alignment fix keep failing across multiple edits?

The skill's Measure-Before-Match rule forbids blind CSS guessing. Read the reference component's actual computed styles via Chrome MCP getComputedStyle, build a difference table, edit precisely, then re-measure to verify alignment.

What are the prerequisites for running the design search?

Python 3 must be installed; the skill includes install commands for macOS, Ubuntu/Debian, and Windows. No additional packages are required beyond the standard library for the BM25 search script.