ui-ux-pro-max

Generates UI/UX design system recommendations from a searchable CSV database using BM25 search.

3|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/mambo-wang/CodingHub --skill ui-ux-pro-max-mambo-wang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/mambo-wang/CodingHub/tree/main/.qoder/skills/ui-ux-pro-max
Command: npx skills add https://github.com/mambo-wang/CodingHub --skill ui-ux-pro-max-mambo-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing consistent styles, color palettes, typography, and layout patterns for a new web or mobile UI is time-consuming and often produces unprofessional results. This Skill provides a searchable design intelligence database that returns complete, reasoned design system recommendations for any product type. ## Core Features & Use Cases - Design System Generation: Aggregates searches across product, style, color, landing, and typography domains, applies reasoning rules, and outputs a complete design system with anti-patterns to avoid. - Domain & Stack Search: BM25-powered search over 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types, plus stack-specific guidelines for React, Next.js, Vue, Tailwind, Flutter, SwiftUI, and more. - Persistence with Master + Overrides: Saves design systems to MASTER.md files with page-specific override files for hierarchical retrieval across sessions. - Use Case: When asked to build a landing page for a beauty spa, run the design-system command to instantly get a recommended pattern, style, hex color palette, Google Fonts pairing, effects, and a pre-delivery checklist. ## Quick Start Ask the AI to generate a design system for your project, for example: create a UI design system for a fintech dashboard using the ui-ux-pro-max search script.

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

Run the search.py script with the --design-system flag and a query describing your product, such as "saas dashboard". It searches product, style, color, landing, and typography domains, applies reasoning rules, and returns a complete recommendation with colors, fonts, and anti-patterns.

What design resources are included in the database?▼

The database contains 67 UI styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Each entry is stored in CSV files searched with a BM25 ranking algorithm.

Which frameworks and stacks are supported?▼

Supported stacks include html-tailwind (default), React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, shadcn, and Jetpack Compose. Use the --stack flag with a keyword query to get stack-specific implementation guidelines.

Does the skill require any Python packages to install?▼

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 save a design system for use across multiple pages?▼

Add the --persist flag to write a MASTER.md file as the global source of truth, and use --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?▼

Results require a BM25 score above zero, so very short or unrelated queries may match nothing. Use specific keywords like "healthcare SaaS dashboard" rather than generic terms, and try multiple keyword combinations or explicit --domain flags.