ui-ux-pro-max

Generates design system recommendations and searches UI/UX guidelines via a BM25-based CLI.

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/ZimriJahdai/HaircutFiveFriends-Full --skill ui-ux-pro-max-zimrijahdai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/ZimriJahdai/HaircutFiveFriends-Full/tree/main/.claude/skills/ui-ux-pro-max
Command: npx skills add https://github.com/ZimriJahdai/HaircutFiveFriends-Full --skill ui-ux-pro-max-zimrijahdai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing the right style, color palette, typography, and layout for a new UI project requires extensive design knowledge, and reviewing UI code for accessibility and UX issues is time-consuming and error-prone. ## Core Features & Use Cases - Design System Generation: Aggregates searches across product, style, color, landing, and typography domains to produce a complete design system with reasoning-based recommendations and anti-patterns to avoid. - Searchable Design Database: BM25-powered search over 67 styles, 96 color palettes, 57 font pairings, 25 chart types, and 99 UX guidelines across 13 technology stacks including React, Next.js, Vue, Svelte, SwiftUI, Flutter, and Tailwind. - Persistent Design Rules: Saves design systems as a MASTER.md file with page-specific 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 get a recommended pattern, style, hex color palette, font pairing, and effects, then fetch stack-specific Tailwind guidelines before writing code. ## Quick Start Ask the AI to generate a design system for your project, for example: design a landing page for a fintech SaaS dashboard using the ui-ux-pro-max skill.

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 UI project?

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

What design styles and color palettes are available for UI design?

The database contains 67 UI styles including glassmorphism, minimalism, brutalism, and neumorphism, plus 96 color palettes organized by product type. Use the style or color domain search with keywords to retrieve matching options.

Which frontend frameworks and stacks are supported?

Stack-specific guidelines exist for html-tailwind, React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, shadcn/ui, and Jetpack Compose. If no stack is specified, the workflow defaults to html-tailwind.

Does the design system search require any dependencies?

Only Python 3 is required; the scripts use standard library modules like csv, re, and math with no external packages. The BM25 search engine is implemented from scratch in core.py.

How do I save and reuse a design system across pages?

Add the --persist flag to write a MASTER.md file as the global source of truth, and use --page to create page-specific override files. When building a page, its override file takes precedence over the master rules.