What problem does it solve? Choosing styles, color palettes, typography, and UX patterns for a new page or app often relies on guesswork. This Skill provides a searchable local database of 84 styles, 192 color palettes, 74 font pairings, 98 UX guidelines, and stack-specific rules across 22 frameworks, so design decisions are grounded in documented rules rather than ad-hoc choices. ## Core Features & Use Cases - Design System Generation: Run a single --design-system query to get a complete recommendation covering pattern, style, colors, typography, effects, and anti-patterns, with optional persistence to a MASTER.md file plus per-page overrides. - Domain-Specific Search: Query individual domains (style, color, typography, chart, icons, gsap, ux, landing, react, web, google-fonts) via a BM25-ranked search script with auto-domain detection. - Stack Guidelines: Retrieve implementation do/don't rules with code examples for 22 stacks including React, Next.js, Vue, SwiftUI, Flutter, Tailwind, and shadcn/ui. - Use Case: When asked to build a SaaS dashboard in Next.js, run the design-system generator with the product keywords, then supplement with --domain ux and --stack nextjs searches, and apply the returned palette, fonts, and accessibility rules directly in the components. ## Quick Start Ask the AI to generate a design system for your product by describing it, for example: use the ui-ux-pro-max skill to create a design system for a fitness tracking app built with React and Tailwind.