ui-ux-pro-max

Featured

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.

Web & Frontend 5,429 stars 422 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# UI/UX Pro Max Use this skill to turn a vague UI request into a **concrete design system plus implementation guidance**. ## Role This skill is for: - design-system selection, - palette and typography choices, - UX review and remediation, - stack-aware frontend implementation guidance, - lightweight design-system persistence for multi-page work. 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. ## Core workflow ### 1. Infer the request shape Extract the minimum design signals first: - product type, - industry, - style keywords, - target platform, - implementation stack. If the user does not specify a stack, default to `html-tailwind`. ### 2. Generate the design system first Use the helper script to produce a compact design recommendation: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "<product_type> <industry> <keywords>" --design-system -p "Project Name" ``` This produces: - recommended style direction, - palette family, - typography direction, - interaction / visual effects, - landing or layout bias, - anti-patterns to avoid. If the work spans multiple turns or pages, persist the design system: ```bash python3 "${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 --per...

Details

Author
Galaxy-Dawn
Repository
Galaxy-Dawn/claude-scholar
Created
7 months ago
Last Updated
2 weeks ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category