ui-ux-pro-max

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

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill ui-ux-pro-max-abubakar125-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/AbuBakar125-co/Resturant_web/tree/main/agent/skills/ui-ux-pro-max
Command: npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill ui-ux-pro-max-abubakar125-co

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Choosing coherent styles, color palettes, typography, and UX patterns for a new interface is slow and inconsistent without a structured reference. This Skill provides a searchable local database of UI/UX design intelligence so design decisions are grounded in curated data rather than guesswork. ## Core Features & Use Cases - Design System Generation: Aggregates product type, style, color, landing pattern, and typography matches into a complete design system, with optional persistence as a Master file plus per-page overrides. - Domain-Specific Search: Queries 12 domains (styles, colors, charts, UX guidelines, typography, icons, GSAP motion, landing patterns, and more) via a BM25 search engine with calibrated relevance thresholds. - Stack-Specific Guidelines: Returns implementation do/don't rules with code examples for 22 stacks including React, Next.js, Vue, Flutter, SwiftUI, and Tailwind. - Use Case: When asked to build a SaaS dashboard, run the design-system search to get a recommended pattern, palette, font pairing, and anti-patterns, then query the detected stack for implementation rules before writing components. ## Quick Start Ask the AI to generate a design system for your product type, for example: design a modern minimal AI search homepage using the ui-ux-pro-max skill.

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

Run the search script with the --design-system flag and a query describing your product type and style keywords. It aggregates product, style, color, landing, and typography matches into a complete recommendation with pattern, palette, fonts, and anti-patterns.

What design domains can I search for UI guidance?

The 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 or icon.

Does it support framework-specific guidelines like React or Flutter?

Yes, the --stack flag returns implementation guidelines for 22 stacks including React, Next.js, Vue, Svelte, Angular, Flutter, SwiftUI, React Native, and Tailwind. Each entry includes do/don't rules, code examples, severity, and docs links.

What should I do when a search returns zero results?

Retry once with a narrower query or an explicit domain or stack flag. If it still returns nothing, fall back to the built-in priority rule table and state clearly that the recommendation came from defaults rather than a database match.

What are the limitations of the persisted design system files?

The --persist flag writes a MASTER.md file and optional per-page overrides under design-system/<project-slug>/. If MASTER.md already exists it is skipped unless --force is explicitly authorized, so existing team decisions are never silently overwritten.