ui-ux-pro-max

Generates design systems and UI/UX recommendations from a searchable design rule database.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill ui-ux-pro-max-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/ui-ux-pro-max
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill ui-ux-pro-max-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing the right style, color palette, typography, and interaction patterns for a new interface is slow and inconsistent without a structured reference. This Skill provides a searchable database of 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types so design decisions are grounded in documented rules rather than guesswork. ## Core Features & Use Cases - Design System Generation: Run a single CLI query with --design-system to get a complete recommendation set (pattern, style, colors, typography, effects) with reasoning and anti-patterns, optionally persisted to design-system/MASTER.md with per-page overrides. - Domain Searches: Query specific domains such as style, color, typography, chart, ux, and product to retrieve targeted guidance for components, dashboards, landing pages, and mobile apps. - Priority-Based Review Checklists: Use the built-in rule categories (accessibility, touch targets, performance, animation, forms, navigation, charts) to review or fix existing UI code. - Use Case: When asked to build a fintech dashboard, run the design-system search for "fintech dashboard", receive a matched style, palette, and font pairing, then verify the implementation against the accessibility and chart guidelines. ## Quick Start Ask the AI to generate a design system for your product type, for example: "Use the ui-ux-pro-max skill to create a design system for a beauty spa booking app."

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

Run the search script with the --design-system flag and a query describing your product, such as "fintech dashboard". The tool searches product, style, color, and typography domains in parallel and returns a complete design system with reasoning and anti-patterns.

How do I search for color palettes or font pairings?

Use the --domain flag with color or typography plus a keyword query, for example --domain color "entertainment vibrant". The database contains 161 color palettes and 57 font pairings matched by relevance.

Does this skill support React Native and Flutter?

Yes, the database covers 10 stacks including React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and plain HTML/CSS. Stack-specific searches return best practices for that platform.

Can I save the design system for use across sessions?

Yes, add --persist to the design-system command to write a design-system/MASTER.md file as the global source of truth. Use --page to create page-specific override files that take priority over the master rules.

When should I not use this UI/UX skill?

Skip it for pure backend logic, API or database design, infrastructure work, and non-visual automation scripts. It only applies when a task changes how a feature looks, feels, moves, or is interacted with.