ui-ux-pro-max

Generates design system recommendations and UI/UX guidelines via BM25 search over curated CSV databases.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/hontauadrian/sfx-app-empty-test --skill ui-ux-pro-max-hontauadrian
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/hontauadrian/sfx-app-empty-test/tree/main/.overstory/claude-profiles/reviewer/skills/ui-ux-pro-max
Command: npx skills add https://github.com/hontauadrian/sfx-app-empty-test --skill ui-ux-pro-max-hontauadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing colors, fonts, layouts, and interaction patterns for a new page or app often relies on guesswork. This Skill replaces ad-hoc design decisions with searchable, data-backed recommendations covering 161 color palettes, 57 font pairings, 50 styles, 99 UX guidelines, and 25 chart types across 10 technology stacks. ## Core Features & Use Cases - Design System Generation: Run a single query to get a complete design system (pattern, style, colors, typography, effects, anti-patterns) with reasoning rules, optionally persisted as a MASTER.md plus per-page override files. - Domain-Specific Search: Query dedicated domains (color, typography, style, ux, chart, landing, icons, google-fonts) or stack-specific guideline files (React, Next.js, SwiftUI, Flutter, Tailwind, and more) using BM25-ranked search. - UI Review Checklists: Apply a priority-ordered rule catalog covering accessibility, touch targets, performance, animation, forms, navigation, and charts when reviewing existing interfaces. - Use Case: When building a fintech dashboard, invoke the design-system search to receive a recommended palette, font pairing, layout pattern, and a pre-delivery checklist before writing any component code. ## Quick Start Ask the AI to generate a design system for your product type, for example: run search.py with the query "fintech dashboard" using the --design-system flag to get recommended colors, fonts, and layout patterns.

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 generate a design system for a new app or page?▼

Run scripts/search.py with your product type and keywords plus the --design-system flag, optionally adding -p for a project name. The script searches product, style, color, landing, and typography domains in parallel and returns a complete recommendation with reasoning rules and anti-patterns.

What design data does this UI recommendation tool include?▼

The database contains 161 color palettes, 57 font pairings, 50 UI styles, 161 product types with reasoning rules, 99 UX guidelines, 25 chart types, landing page patterns, icon libraries, and Google Fonts metadata, plus guideline files for 16 technology stacks.

Does the design system search support React Native or SwiftUI?▼

Yes, stack-specific guideline searches cover React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Nuxt, HTML/Tailwind, shadcn, Jetpack Compose, Three.js, Angular, and Laravel. Use the stack search option with your query to retrieve platform-specific do and don't rules.

How do I save and reuse a generated design system across pages?▼

Add the --persist flag to write a design-system/MASTER.md file as the global source of truth, and use --page to create per-page override files under design-system/pages/. Page-specific files override the master rules when both exist.

When should I not use this UI design recommendation skill?▼

Skip it for pure backend logic, API or database design, non-visual performance optimization, infrastructure work, and non-visual automation scripts. It only applies when a task changes how a feature looks, feels, moves, or is interacted with.