ui-ux-pro-max

Generates design system recommendations by searching CSV databases of styles, palettes, and typography.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nurdiansyah0/nurdiansyahlabs-react --skill ui-ux-pro-max-nurdiansyah0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/Nurdiansyah0/nurdiansyahlabs-react/tree/main/.agents/worker_m1/skills/ui-ux-pro-max
Command: npx skills add https://github.com/Nurdiansyah0/nurdiansyahlabs-react --skill ui-ux-pro-max-nurdiansyah0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing a coherent UI style, color palette, typography pairing, and page structure for a new web or mobile project requires significant design research, and inconsistent choices lead to unprofessional-looking interfaces. ## Core Features & Use Cases - Design System Generation: Runs a multi-domain BM25 search across product, style, color, landing, and typography CSV datasets, then applies reasoning rules to output a complete design system with pattern, colors, fonts, effects, and anti-patterns. - Domain and Stack Search: Queries 10 domains (style, color, chart, landing, product, ux, typography, icons, react, web) and 13 stack guideline sets (html-tailwind, react, nextjs, vue, svelte, swiftui, flutter, shadcn, and more). - Persistence with Master + Overrides: Saves results to design-system/MASTER.md plus per-page override files so design rules stay consistent across sessions. - Use Case: When asked to build a landing page for a beauty spa, run the design-system command with keywords like "beauty spa wellness elegant" to receive a full palette, font pairing, section order, and anti-patterns before writing any code. ## Quick Start Ask the AI to generate a design system for your project by describing the product type, industry, and desired style, for example requesting a design system for a fintech dashboard with a dark professional look.

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 web project?▼

Run the search.py script with the --design-system flag and a query describing your product, industry, and style keywords. It searches product, style, color, landing, and typography datasets, applies reasoning rules, and returns a complete recommendation with palette, fonts, and page pattern.

What design domains can I search for UI guidance?▼

The skill supports 10 domains: style, color, chart, landing, product, ux, typography, icons, react, and web. Use the --domain flag with keywords, for example --domain typography "elegant luxury" to find font pairings.

Which frontend stacks have specific UI guidelines available?▼

Stack-specific guidelines exist for html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter, shadcn, and jetpack-compose. Query them with the --stack flag; html-tailwind is the default when no stack is specified.

Does the design system search require external Python packages?▼

No external packages are required. The scripts use only the Python standard library (csv, re, math, pathlib, argparse), so any Python 3 installation works without pip installs.

How do I keep design decisions consistent across multiple pages?▼

Use the --persist flag to save the design system to design-system/MASTER.md, and add --page to create page-specific override files under design-system/pages/. Page files override the Master file when both exist.

Why does my search return no results for a keyword?▼

The BM25 tokenizer ignores words of two characters or fewer and only returns results with a positive score. Try broader or alternative keywords, or let auto-domain detection pick a different domain by rephrasing the query.