ui-ux-pro-max

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

2|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/Grupo-6-ADS-B/FittNutri --skill ui-ux-pro-max-grupo-6-ads-b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/Grupo-6-ADS-B/FittNutri/tree/main/.claude/skills/ui-ux-pro-max
Command: npx skills add https://github.com/Grupo-6-ADS-B/FittNutri --skill ui-ux-pro-max-grupo-6-ads-b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing the right style, color palette, typography, and UX 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, 99 UX guidelines, and 25 chart types across 10 technology stacks, so design decisions are grounded in documented rules rather than guesswork. ## Core Features & Use Cases - Design System Generation: Run a single query to produce a complete design system (pattern, style, colors, typography, effects) with reasoning and anti-patterns, optionally persisted as a MASTER.md file with per-page overrides. - Domain-Specific Search: Query dedicated domains such as style, color, typography, chart, ux, and product to retrieve targeted recommendations for components like modals, dashboards, or forms. - UI Review Checklists: Apply a priority-ordered rule catalog covering accessibility, touch targets, performance, animation, forms, and navigation to audit existing interfaces. - Use Case: When asked to build a SaaS dashboard, generate a design system for the product type, then search the chart and ux domains to pick accessible chart types and interaction patterns before writing any code. ## Quick Start Ask the AI to generate a design system for your product type, for example: "Create a design system for a fitness tracking dashboard with dark mode."

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

Run the search script with the --design-system flag and a query describing your product type and industry. It returns a complete system with pattern, style, colors, typography, effects, and anti-patterns to avoid.

What UI styles and color palettes are available for a dashboard?

The database includes 50+ styles such as glassmorphism, minimalism, brutalism, and bento grid, plus 161 color palettes. Search the style or color domain with your product keywords to get matched recommendations.

Does this work with React, Tailwind, and shadcn/ui projects?

Yes, the rule database covers 10 stacks including React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and plain HTML/CSS. It also integrates shadcn/ui MCP for component search and examples.

How do I check my UI for accessibility and UX issues?

Use the priority-ordered rule catalog in the Skill, starting with accessibility checks like 4.5:1 contrast, focus states, and aria labels, then touch targets, performance, and layout rules. Query the ux domain for detailed guidance.

Can I save the design system and reuse it across pages?

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

What are the requirements to run the search tool?

Python 3 must be installed on the system. The Skill provides install commands for macOS, Ubuntu/Debian, and Windows, and the search script is invoked via python3 with query and domain arguments.