ui-ux-pro-max

Generates design system recommendations by searching UI style, color, typography, and UX guideline databases.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Kentox493/Portfolio --skill ui-ux-pro-max-kentox493
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/Kentox493/Portfolio/tree/main/.agents/skills/ui-ux-pro-max
Command: npx skills add https://github.com/Kentox493/Portfolio --skill ui-ux-pro-max-kentox493

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing the right visual style, color palette, typography, and UX patterns for a new app or page is time-consuming and inconsistent. This Skill provides a searchable design knowledge base with 67 styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types, plus an automated design system generator that produces complete, reasoned recommendations. ## Core Features & Use Cases - Design System Generation: Run a single command with product keywords to get a complete design system covering layout pattern, style, colors, typography, effects, and anti-patterns, with optional persistence to MASTER.md and per-page override files. - Domain-Specific Search: Query dedicated domains (style, color, typography, chart, landing, product, ux, icons, react, web) using a BM25 search engine over curated CSV datasets. - Stack-Specific Guidelines: Retrieve implementation best practices for 17 stacks including React, Next.js, SwiftUI, React Native, Flutter, and JavaFX. - Use Case: When asked to build a fintech dashboard, run the design-system command with "fintech crypto" to receive a full palette, font pairing, layout pattern, and anti-patterns, then persist it so every page follows consistent rules. ## Quick Start Ask the AI to generate a design system for your project, for example: "Generate a design system for a beauty spa booking app called Serenity Spa and persist it for all pages."

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

Run the search script with the --design-system flag and descriptive keywords, for example: python3 scripts/search.py "fintech crypto" --design-system -p "My Project". It searches product, style, color, landing, and typography domains in parallel and returns a complete recommendation with reasoning.

How do I search for UI styles or color palettes by keyword?

Use the --domain flag with a keyword query, such as --domain style "glassmorphism dark" or --domain color "healthcare". Available domains include style, color, typography, chart, landing, product, ux, icons, react, and web.

What technology stacks does the design guideline search support?

The stack search supports 17 frameworks: react, nextjs, vue, svelte, astro, swiftui, react-native, flutter, nuxtjs, nuxt-ui, html-tailwind, shadcn, jetpack-compose, threejs, angular, laravel, and javafx. Use --stack <name> with your query.

Can I save the design system and reuse it across pages?

Yes, add --persist to write a design-system/MASTER.md file as the global source of truth, and use --page "dashboard" to create page-specific override files under design-system/pages/. Page files override the Master rules when present.

Why does the search script fail with a Python not found error?

The scripts require Python 3 installed on your system. On macOS install via brew install python3, on Ubuntu use apt install python3, and on Windows use winget install Python.Python.3.12 and invoke scripts with python instead of python3.