ui-ux-pro-max

Searches a local UI/UX design database to generate design systems and stack-specific guidelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Choosing styles, color palettes, typography, and UX patterns for a new interface often relies on guesswork or scattered references. This Skill provides a searchable local database of UI/UX design rules so design decisions are grounded in documented guidelines across 22 technology stacks. ## Core Features & Use Cases - Design System Generation: Run a single query to get a complete recommendation covering pattern, style, colors, typography, effects, and anti-patterns, with optional persistence to a MASTER.md file plus page-level overrides. - Domain-Specific Search: Query 12 domains including styles, color palettes, font pairings, charts, icons, GSAP motion presets, UX guidelines, and landing page patterns using BM25-ranked search. - Stack Guidelines: Retrieve implementation rules for React, Next.js, Vue, Svelte, SwiftUI, Flutter, Tailwind, shadcn/ui, and 14 other stacks. - Use Case: When asked to build a SaaS dashboard in Next.js, generate a design system with color tokens and font pairings, then pull accessibility and performance rules before writing components. ## Quick Start Ask the AI to generate a design system for your product type and stack, for example: design a modern minimal landing page for a fintech SaaS app using Next.js.

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 script with the --design-system flag and a query describing your product type, industry, and style keywords. It searches product, style, color, landing, and typography domains in parallel and returns a complete recommendation with reasoning rules.

What UI design data does the search tool cover?▼

The database includes 84 styles, 192 color palettes, 74 font pairings, 192 product types, 98 UX guidelines, 104 icon entries, 16 GSAP motion presets, and 25 chart types. It also covers stack-specific guidelines for 22 frameworks including React, Next.js, Vue, SwiftUI, and Flutter.

Does the search tool require external Python packages?▼

No, the search script requires only Python 3 with no external dependencies. It implements BM25 ranking using the standard library and reads local CSV data files.

What should I do when a design search returns zero results?▼

Retry once with broader or differently worded keywords, such as separating product and style terms. If still empty, fall back to the built-in priority table and explicitly tell the user the recommendation came from defaults, not a database match.

Can I save a generated design system for later sessions?▼

Yes, add --persist with --output-dir pointed at your project root to write a MASTER.md file as the global source of truth. Use --page to create page-specific overrides that take precedence over the master file.