ui-ux-pro-max

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

2|1|Updated Aug 19, 2026
One-click install
npx skills add https://github.com/lanceyuu/mimiwork --skill ui-ux-pro-max-lanceyuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/lanceyuu/mimiwork/tree/main/coworker/skills/builtin/ui-ux-pro-max
Command: npx skills add https://github.com/lanceyuu/mimiwork --skill ui-ux-pro-max-lanceyuu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Choosing coherent styles, colors, fonts, and interaction patterns for a new interface is slow and inconsistent, and generic advice often ignores accessibility, responsive layout, and the actual framework in use. This Skill provides a searchable local knowledge base of UI/UX guidance 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 variance, motion, and density dials, and can persist it as a Master file plus per-page overrides. - Domain-Specific Search: Queries 12 domains including styles, color palettes, font pairings, UX guidelines, icons, GSAP animation presets, chart types, and Google Fonts via a BM25 search script. - Stack-Specific Guidelines: Returns implementation rules for 22 stacks such as React, Next.js, Vue, SwiftUI, Flutter, and Tailwind. - Use Case: When asked to build an AI search homepage in a Next.js project, generate a design system, look up keyboard-focus UX rules, then fetch Next.js performance guidelines before writing the components. ## Quick Start Ask the assistant to design a landing page for your product and it will run the search script to produce a design system with colors, fonts, and layout patterns.

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 aggregates product, style, color, landing, and typography matches into a complete recommendation with palettes, fonts, and anti-patterns.

What UI design guidelines are available for accessibility and UX?▼

The skill includes 119 UX guidelines covering accessibility, touch targets, forms, navigation, and animation, searchable via the ux domain. Query one observable outcome at a time, such as error summary validation or focus management, for precise WCAG-aligned results.

Does it support my framework like React, Next.js, or Flutter?▼

Yes, it provides stack-specific guidelines for 22 stacks including React, Next.js, Vue, Svelte, Angular, SwiftUI, React Native, Flutter, and Tailwind. Use the --stack flag with the stack detected from your project files.

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 clearly state that the recommendation came from defaults rather than a database match.

Can I save and reuse a design system across sessions?▼

Yes, add --persist with --output-dir pointed at your project root to write a MASTER.md file plus optional per-page override files. Existing Master files are never overwritten unless you explicitly pass --force.

What are the limitations of this UI/UX search tool?▼

It requires Python 3 and only searches its bundled local datasets, so it cannot install packages or fetch live design trends. Results are recommendations, not mandates, and unverified output should not be persisted.