ui-ux-pro-max

Searches local UI/UX datasets to generate design systems, palettes, typography, and stack-specific guidelines.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/trobias/portfolio-nextjs-v2 --skill ui-ux-pro-max-trobias
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/trobias/portfolio-nextjs-v2/tree/main/.agents/skills/ui-ux-pro-max
Command: npx skills add https://github.com/trobias/portfolio-nextjs-v2 --skill ui-ux-pro-max-trobias

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Choosing coherent styles, color palettes, font pairings, and UX patterns for a new interface is slow and error-prone, and generic advice often ignores accessibility, responsive layout, and the target framework. This Skill provides a searchable local knowledge base plus a BM25 search engine that returns verified design guidance matched to the product type and technology stack. ## Core Features & Use Cases - Design System Generation: Aggregates product, style, color, landing, and typography searches into a complete design system, with optional variance, motion, and density dials, and persists it as a MASTER.md plus per-page override files. - Domain-Specific Search: Queries 12 domains (styles, colors, charts, landing patterns, products, UX guidelines, typography, icons, GSAP motion, React performance, app interfaces, Google Fonts) and 22 stack guideline sets including Next.js, Tailwind, SwiftUI, and Flutter. - Use Case: When building an analytics dashboard in Next.js, run a design-system query to get a palette, typography pairing, and layout pattern, then query the ux domain for accessibility rules and the nextjs stack for implementation guidelines before writing components. ## Quick Start Ask the assistant to use the ui-ux-pro-max skill to generate a design system for your product type and stack, for example by requesting a design system for a SaaS dashboard built with 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 and keywords. It aggregates product, style, color, landing, and typography matches into a complete recommendation with palette, fonts, effects, and anti-patterns.

What design domains can I search for UI guidance?▼

The search tool supports 12 domains: style, color, chart, landing, product, ux, typography, google-fonts, icons, gsap, react, and web. Pass --domain explicitly when auto-detection misroutes overlapping terms like font.

Which frameworks and stacks are supported for implementation guidelines?▼

Stack guidelines cover 22 technologies including React, Next.js, Vue, Svelte, Angular, Tailwind, shadcn, SwiftUI, React Native, Flutter, Jetpack Compose, Laravel, and several desktop UI frameworks. Use --stack with the stack detected from your project files.

Does the search tool require external Python packages?▼

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

What happens when a search returns zero results?▼

The tool abstains rather than fabricating output when scores fall below calibrated thresholds. Retry once with a narrower query or explicit domain, and if still empty, fall back to the built-in priority table while stating no database match was found.

How do I persist a design system across sessions?▼

Add --persist with --output-dir pointed at your project root to create a design-system folder containing a MASTER.md source of truth and optional per-page override files. Existing files are skipped unless --force is explicitly authorized.