ui-ux-pro-max

Generates design systems and critiques interfaces using a searchable local UI/UX rules database.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Choosing styles, palettes, typography, and interaction patterns for a new UI is slow and inconsistent, and reviewing an existing design for accessibility or usability issues is easy to do superficially. This Skill replaces guesswork with a searchable local database of design rules and a structured critique workflow. ## Core Features & Use Cases - Design system generation: Runs a BM25 search across 84 styles, 192 palettes, 74 font pairings, 192 product types, and 22 stacks to produce a complete design system (pattern, colors, typography, effects, anti-patterns), optionally persisted as MASTER.md and per-page override files. - Design critique: Reviews an existing page, mockup, or live URL as a design director, producing a Nielsen 0-40 scorecard, AI-slop detection, cognitive-load checks, and P0-P3 prioritized issues. - Measured verification: Runs Lighthouse before/after comparisons for accessibility and performance claims instead of estimating scores. - Use Case: When asked to build a fintech dashboard, the Skill detects the stack from package.json, generates a dense-layout design system with a matching palette and font pairing, attaches a GSAP motion snippet, and checks the result against a web delivery checklist. ## Quick Start Ask the assistant to use the ui-ux-pro-max skill to generate a design system for your project, for example by describing your product type, audience, and style keywords.

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 and style keywords. It searches product, style, color, landing, and typography domains in parallel and returns a pattern, palette, font pairing, effects, and anti-patterns to avoid.

How do I review an existing UI for accessibility and usability issues?▼

Use the critique branch, which runs a design-director review producing a Nielsen 0-40 heuristic scorecard, AI-slop detection, cognitive-load checks, and P0-P3 prioritized issues. For live URLs it measures accessibility and performance with Lighthouse before writing the report.

What frameworks and stacks does the design database support?▼

Stack-specific guidelines exist for React, Next.js, Vue, Nuxt, Svelte, Astro, Angular, Laravel, shadcn, Three.js, SwiftUI, React Native, Flutter, Jetpack Compose, and several desktop UI frameworks. The stack is auto-detected from project files like package.json or pubspec.yaml.

Does the search tool require external Python packages?▼

No. The BM25 search engine is implemented in pure Python 3 standard library with no external dependencies. If python3 is unavailable, the instructions suggest trying python or py -3.

What happens when a design search returns zero results?▼

The workflow retries once with broader keywords, then falls back to a built-in priority table of UX rules while explicitly telling the user the recommendation came from defaults rather than a database match. It never fabricates data to fill the gap.

Can generated design tokens be reused across sessions or tools?▼

Yes. The --persist flag writes a MASTER.md global source of truth plus per-page override files, and a DESIGN.md in Google Labs' open format can be derived from it so other agents and tools read the same tokens.