Loading...
Loading...
UI/UX Design Intelligence, a must-use resource when conducting page design work
npx skill4agent add prorise-cool/prorise-claude-skills ui-ux-pro-maxpython3 --version || python --version
brew install python3
sudo apt update && sudo apt install python3
winget install Python.Python.3.12
html-tailwindsearch.pypython3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keywords>" --domain <domain> [-n <max results>]
html-tailwindpython3 .claude/skills/ui-ux-pro-max/scripts/search.py "<keywords>" --stack html-tailwind
html-tailwindreactnextjsvuesvelteswiftuireact-nativefluttershadcnDomain ( | Purpose | Keyword Examples |
|---|---|---|
| Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty, service |
| UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |
| Font pairings, Google Fonts | elegant, playful, professional, modern |
| Color schemes by product type | saas, ecommerce, healthcare, beauty, fintech, service |
| Page structure, CTA strategies | hero, hero-centric, testimonial, pricing, social-proof |
| Chart types, library recommendations | trend, comparison, timeline, funnel, pie |
| Best practices, anti-patterns | animation, accessibility, z-index, loading |
| AI prompts, CSS keywords | (style names) |
Tech Stack ( | Focus |
|---|---|
| Tailwind utility classes, responsiveness, accessibility (default) |
| State management, hooks, performance, patterns |
| SSR (Server-Side Rendering), routing, image optimization, API routes |
| Composition API, Pinia, Vue Router |
| Runes, stores, SvelteKit |
| Views, state, navigation, animations |
| Components, navigation, lists |
| Widgets, state, layout, themes |
| shadcn/ui components, theme customization, forms, patterns |
# 1. Search product type
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service" --domain product
# 2. Search style (based on industry: beauty, elegant)
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "elegant minimal soft" --domain style
# 3. Search typography/fonts
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "elegant luxury" --domain typography
# 4. Search color scheme
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness" --domain color
# 5. Search landing page structure
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "hero-centric social-proof" --domain landing
# 6. Search UX guidelines
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "animation" --domain ux
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "accessibility" --domain ux
# 7. Search tech stack guidelines (default: html-tailwind)
python3 .claude/skills/ui-ux-pro-max/scripts/search.py "layout responsive" --stack html-tailwind
| Rule | Do | Don't |
|---|---|---|
| Don't use Emoji as icons | Use SVG icons (Heroicons, Lucide, Simple Icons) | Use Emojis like 🎨 🚀 ⚙️ as UI icons |
| Stable hover states | Use color/opacity transitions on hover | Use scale transforms that cause layout shifts |
| Correct brand logos | Find official SVGs from Simple Icons | Guess or use incorrect logo paths |
| Consistent icon sizes | Use fixed viewBox (24x24) and w-6 h-6 | Randomly mix icon sizes |
| Rule | Do | Don't |
|---|---|---|
| Cursor pointer | Add | Keep default cursor on interactive elements |
| Hover feedback | Provide visual feedback (color, shadow, border) | Have no indication that an element is interactive |
| Smooth transitions | Use | Switch states instantly or too slowly (>500ms) |
| Rule | Do | Don't |
|---|---|---|
| Glass cards in light mode | Use | Use |
| Light text contrast | Use | Use |
| Soft/secondary text (light mode) | Use at least | Use gray-400 or lighter colors |
| Border visibility | Use | Use |
| Rule | Do | Don't |
|---|---|---|
| Floating navigation bar | Add | Stick navigation bar to |
| Content padding | Account for the height of fixed navigation bars | Let content be hidden behind fixed elements |
| Consistent max width | Use unified | Mix different container widths |
cursor-pointerprefers-reduced-motion