ui-ux-pro-max

Generates UI/UX design systems and searches style, color, typography, and stack guidelines via BM25.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Eng-suso/BK-GPT --skill ui-ux-pro-max-eng-suso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/Eng-suso/BK-GPT/tree/main/.claude/skills/ui-ux-pro-max
Command: npx skills add https://github.com/Eng-suso/BK-GPT --skill ui-ux-pro-max-eng-suso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing coherent styles, color palettes, font pairings, and layout patterns for a new UI project is slow and inconsistent. This Skill provides a searchable design knowledge base and an automated design system generator so every UI decision is grounded in documented guidelines. ## Core Features & Use Cases - Design System Generation: Run a single command with product type and keywords to receive a complete recommendation covering page pattern, style, hex color palette, typography pairing, effects, and anti-patterns to avoid. - Multi-Domain Search: Query 10 domains (style, color, typography, chart, landing, product, ux, icons, react, web) using a BM25 ranking engine over CSV datasets. - Stack-Specific Guidelines: Retrieve implementation best practices for html-tailwind, React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, and shadcn/ui. - Use Case: When asked to build a landing page for a beauty spa, generate a design system with recommended pattern, colors, and fonts, then pull UX accessibility rules and Tailwind stack guidelines before writing code. ## Quick Start Ask the AI to design a landing page for your product and have it run the search script with the --design-system flag to produce a full 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 new landing page?▼

Run the search script with the --design-system flag and a query describing your product, for example a beauty spa service. It searches product, style, color, landing, and typography domains, applies reasoning rules, and returns a pattern, palette, fonts, effects, and anti-patterns.

What design domains can I search for UI guidelines?▼

The search tool supports style, color, typography, chart, landing, product, ux, icons, react, web, and prompt domains. Use the --domain flag with keywords, or omit it to let the tool auto-detect the most relevant domain from your query.

Does it support React, Next.js, and Tailwind projects?▼

Yes, the --stack flag provides implementation guidelines for html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter, and shadcn. If no stack is specified, html-tailwind is the default.

What are the requirements to run the search script?▼

You need Python 3 installed; the scripts use only the standard library (csv, re, math, argparse, json). The CSV data files must exist in the skill's data directory for searches to return results.

Why does a search return no results for my query?▼

The BM25 engine only returns rows with a positive score, and tokens shorter than three characters are ignored. Try more specific keywords such as an industry plus product type, or search a different domain explicitly.