ui-ux-pro-max

Generates design system recommendations and searches UI/UX guidelines via a BM25 CSV search engine.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/singhaganesh/Urban-assist --skill ui-ux-pro-max-singhaganesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/singhaganesh/Urban-assist/tree/main/.cursor/skills/ui-ux-pro-max
Command: npx skills add https://github.com/singhaganesh/Urban-assist --skill ui-ux-pro-max-singhaganesh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing consistent styles, color palettes, typography, and UX patterns for a new interface is slow and error-prone. This Skill provides a searchable database of UI/UX design knowledge and generates complete design system recommendations with reasoning, so design decisions are grounded in documented guidelines rather than guesswork. ## Core Features & Use Cases - Design System Generation: The --design-system flag aggregates searches across product, style, color, landing, and typography domains, applies reasoning rules from ui-reasoning.csv, and outputs a complete recommendation (pattern, style, hex colors, font pairings, effects, anti-patterns) in ASCII or Markdown format. - BM25 Domain Search: Search 11 domains (style, color, typography, chart, landing, product, ux, icons, react, web, prompt) backed by CSV data files, with automatic domain detection from query keywords. - Stack-Specific Guidelines: Retrieve implementation best practices for 11 stacks including html-tailwind, React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, and shadcn/ui. - Use Case: When asked to build a landing page for a beauty spa, run the design system generator with keywords like "beauty spa wellness elegant" to get a full palette, font pairing, page pattern, and anti-patterns before writing any code. ## Quick Start Ask the AI to design a landing page or dashboard for your product, and it will run the search script with the --design-system flag to produce a complete style, color, and typography recommendation.

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 landing page?

Run the search script with the --design-system flag and a descriptive query, for example "beauty spa wellness elegant". It searches product, style, color, landing, and typography domains, applies reasoning rules, and returns a complete recommendation with colors, fonts, and page pattern.

What UI styles and stacks does the search database cover?

The database covers styles like glassmorphism, minimalism, brutalism, neumorphism, and dark mode, plus stack guidelines for html-tailwind, React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, and shadcn/ui. Use the --domain or --stack flags to target specific content.

How does the search script rank UI/UX guideline results?

It uses a BM25 ranking algorithm implemented in core.py. Queries are tokenized, matched against designated search columns in each CSV file, and scored by term frequency and inverse document frequency, returning the top results with positive scores.

Does the design system generator require an internet connection?

No, all recommendations come from local CSV data files in the data directory. The only external requirement is Python 3; Google Fonts URLs in typography results are references, not fetched resources.

Why does the search return no results for my query?

Results are filtered to scores above zero, so very short or unrelated keywords may match nothing. Use specific product or style keywords like "fintech dashboard" or "glassmorphism dark", or pass --domain explicitly to bypass auto-detection.