ui-ux-pro-max

Generates design system recommendations by searching UI/UX style, color, typography, and stack guideline databases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing consistent styles, color palettes, typography, and layout patterns for web and mobile interfaces requires extensive design knowledge, and inconsistent choices lead to unprofessional UI with accessibility and usability issues. ## Core Features & Use Cases - Design System Generation: Runs multi-domain BM25 searches across product, style, color, landing, and typography CSV databases, then applies reasoning rules to output a complete design system with pattern, colors, fonts, effects, and anti-patterns. - Domain and Stack Search: Queries 10 domains (style, color, chart, landing, product, ux, typography, icons, react, web) and 13 stacks (html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter, shadcn, jetpack-compose, and more) for targeted guidelines. - Persistent Design Systems: Saves generated systems as a MASTER.md source of truth with per-page override files for hierarchical retrieval across sessions. - Use Case: When asked to build a landing page for a beauty spa, run the design-system command to receive a recommended pattern, glassmorphism or minimalism style, hex color palette, Google Fonts pairing, and a pre-delivery checklist before writing any code. ## Quick Start Ask the AI to generate a design system for your project, for example: "Create a landing page for a fintech SaaS dashboard" and it will run the search script to produce a full design recommendation.

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 web project?▼

Run the search.py script with the --design-system flag and a query describing your product, such as "saas dashboard". It searches product, style, color, landing, and typography domains, applies reasoning rules, and returns a complete recommendation with colors, fonts, and anti-patterns.

What UI styles and stacks does the search database cover?▼

The database covers over 50 styles including glassmorphism, minimalism, brutalism, and neumorphism, plus stack guidelines for html-tailwind, React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, shadcn/ui, and Jetpack Compose.

Does the design system generator require Python?▼

Yes, Python 3 is required to run the search.py CLI. The SKILL.md includes install commands for macOS (brew), Ubuntu/Debian (apt), and Windows (winget) if Python is missing.

How do I save a design system for use across multiple pages?▼

Add the --persist flag to write a design-system/MASTER.md file as the global source of truth, and use --page to create page-specific override files under design-system/pages/. Page files override the master rules when both exist.

What accessibility rules does the UX guidelines domain include?▼

The ux domain includes rules for color contrast ratios of at least 4.5:1, visible focus states, alt text, aria labels, keyboard navigation, 44x44px touch targets, and prefers-reduced-motion support, each with do/don't code examples.