Install any skill in seconds. Free to start, no credit card required.
Get Started Free →This skill should be used when the user asks to design or review a UI, create a landing page or dashboard, choose colors or typography, improve accessibility, or implement polished frontend interfaces with a clear design system.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -26% | 0% |
Use this skill to turn a vague UI request into a concrete design system plus implementation guidance.
This skill is for:
It is not a replacement for product strategy or user research. Use it to make execution sharper after the product direction is already roughly known.
Extract the minimum design signals first:
If the user does not specify a stack, default to html-tailwind.
Use the helper script to produce a compact design recommendation:
bashpython3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "<product_type> <industry> <keywords>" --design-system -p "Project Name"
This produces:
If the work spans multiple turns or pages, persist the design system:
bashpython3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "<query>" --design-system --persist -p "Project Name" python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "<query>" --design-system --persist -p "Project Name" --page "dashboard"
This creates:
design-system/MASTER.mddesign-system/pages/Use a focused search instead of loading everything at once:
bashpython3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "glassmorphism dark" --domain style python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "animation accessibility" --domain ux python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "real-time dashboard" --domain chart python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "elegant luxury serif" --domain typography
Supported domains:
productstylecolortypographylandingchartuxbashpython3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "forms table responsive" --stack html-tailwind
Supported stacks:
html-tailwindreactnextjsvuesvelteswiftuireact-nativefluttershadcnjetpack-composeAfter gathering the design system, convert it into:
Do not dump raw search output into the final answer. Use it to justify a coherent design direction.
A good response should usually include:
prefers-reduced-motion.search.py and data/ui-reasoning.csv only.Load only what is needed:
references/USAGE.md - recommended command patterns and retrieval flowdata/ui-reasoning.csv - compact product-to-design heuristics used by the helper scriptscripts/search.py - deterministic helper for design-system, domain, and stack lookupOther measured skills in the registry, with their headline benchmark lift.