ui-ux-pro-max

Generates design systems and UI/UX guidance via local BM25 search over curated design datasets.

Updated Aug 30, 2026
One-click install
npx skills add https://github.com/prasanna591/ProblemSolvingMind --skill ui-ux-pro-max-prasanna591
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/prasanna591/ProblemSolvingMind/tree/main/.opencode/skills/ui-ux-pro-max
Command: npx skills add https://github.com/prasanna591/ProblemSolvingMind --skill ui-ux-pro-max-prasanna591

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing coherent styles, color palettes, typography, and stack-specific implementation rules for interfaces is slow and inconsistent. This Skill provides a searchable local knowledge base that returns verified UI/UX guidance for web, mobile, and desktop interfaces without network access. ## Core Features & Use Cases - Design System Generation: The --design-system mode aggregates product, style, color, landing, and typography matches into a complete design system with anti-patterns, and can persist it as a Master file plus per-page overrides. - Domain Searches: Query 12 domains (style, color, typography, chart, ux, landing, icons, gsap, react, web, product, google-fonts) backed by 79 styles, 192 palettes, 74 font pairings, 119 UX guidelines, and 25 chart types. - Stack Guidelines: Retrieve implementation best practices for 22 stacks including React, Next.js, Vue, SwiftUI, Flutter, and Tailwind. - Use Case: When asked to build a fintech dashboard, run a design-system search to get colors, typography, and effects, then supplement with chart and Next.js stack searches before writing code. ## Quick Start Ask the assistant to design a landing page or review an interface, and it will run the bundled search script with a design-system or domain query to produce tailored UI guidance.

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 bundled search script with the --design-system flag and a query describing product type, industry, and style keywords. It aggregates product, style, color, landing, and typography matches into a complete design system with anti-patterns.

What design domains can I search for UI guidance?▼

Twelve domains are available: product, style, color, typography, landing, chart, ux, gsap, react, web, icons, and google-fonts. Each maps to a curated CSV dataset searched with BM25 ranking.

Which frameworks and stacks are supported?▼

Twenty-two stacks have dedicated guideline datasets, including React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn, Angular, Laravel, JavaFX, WPF, WinUI, and Three.js.

Does the search script require third-party Python packages?▼

No. The scripts use only the Python 3 standard library with no third-party packages and no network access. If Python is missing, the skill instructs the user to install it rather than installing it automatically.

Can I persist a design system across sessions?▼

Yes. Adding --persist with an output directory creates a MASTER.md file as the global source of truth plus optional per-page override files. Existing files are skipped unless --force is explicitly authorized.

What happens when a search returns no matching results?▼

The engine abstains on low-confidence matches using calibrated score and coverage thresholds. The guidance is to retry once with a narrower query or explicit domain, then fall back to clearly labeled general guidance.