ui-ux-pro-max

Generates design system recommendations by searching CSV databases of UI styles, colors, and typography.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ratnesh-maurya/tracker.ratnesh-maurya.com --skill ui-ux-pro-max-ratnesh-maurya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/ratnesh-maurya/tracker.ratnesh-maurya.com/tree/main/.claude/skills/ui-ux-pro-max
Command: npx skills add https://github.com/ratnesh-maurya/tracker.ratnesh-maurya.com --skill ui-ux-pro-max-ratnesh-maurya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing consistent styles, color palettes, fonts, and UX patterns for a new web or mobile interface requires extensive design research, and this Skill replaces that guesswork with a searchable design database and automated design system generator. ## Core Features & Use Cases - Design System Generation: Run a single command with product type and keywords to receive a complete recommendation covering layout pattern, style, hex color palette, font pairing, effects, and anti-patterns to avoid. - Domain-Specific Search: Query 11 CSV-backed domains (style, color, typography, chart, landing, product, UX, icons, React, web, prompts) using a BM25 ranking engine for relevant guidelines. - Stack Guidelines: Retrieve implementation best practices for 11 stacks including React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, and shadcn/ui. - Use Case: When asked to build a landing page for a beauty spa, generate a full design system with elegant typography, soft color palette, and section order, then verify the output against the pre-delivery accessibility and contrast checklist. ## Quick Start Ask the AI to design a landing page for your product type and industry, and it will run the search script with the --design-system flag to produce a complete style, color, and typography 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 landing page?▼

Run search.py with your product type and keywords plus the --design-system flag, for example "beauty spa wellness" --design-system -p "Project Name". It searches product, style, color, landing, and typography domains in parallel and returns a complete recommendation with reasoning.

What UI styles and color palettes does the database include?▼

The database contains over 50 styles including glassmorphism, minimalism, and brutalism, plus 97 color palettes organized by product type such as SaaS, healthcare, fintech, and e-commerce. Each palette provides hex values for primary, secondary, CTA, background, and text roles.

Does it support React and Next.js specific guidelines?▼

Yes, use the --stack flag with react or nextjs to get implementation guidelines covering SSR, routing, images, bundle optimization, suspense, memo, and rerender prevention. Eleven stacks are supported including Vue, Svelte, SwiftUI, Flutter, and shadcn/ui.

How does the search ranking work for design queries?▼

Search uses a BM25 ranking algorithm implemented in core.py that tokenizes query terms and scores CSV rows across designated search columns. Domain auto-detection picks the most relevant dataset from keywords, or you can specify one explicitly with --domain.

What are the limitations of the design system generator?▼

Recommendations depend on keyword quality, so vague queries like "app" return generic results. If no reasoning rule matches the product category, it falls back to a default minimalism pattern with standard colors, and results are limited to the predefined CSV datasets.