ui-ux-pro-max

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

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/RadiumAg/image-saas --skill ui-ux-pro-max-radiumag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/RadiumAg/image-saas/tree/main/.aone_copilot/skills/ui-ux-pro-max
Command: npx skills add https://github.com/RadiumAg/image-saas --skill ui-ux-pro-max-radiumag

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 UI project requires searching scattered design knowledge, and inconsistent decisions lead to unprofessional interfaces. This Skill provides a searchable design database and an automated design system generator that returns concrete recommendations with reasoning. ## Core Features & Use Cases - Design System Generation: Run a single command to get a complete design system (pattern, style, colors, typography, effects, anti-patterns) for a product type, with optional persistence to a MASTER.md plus per-page override files. - Domain Search: Query 10 domains (style, color, typography, chart, landing, product, ux, icons, react, web) using a BM25 ranking engine over CSV datasets covering 67 styles, 96 palettes, and 57 font pairings. - Stack Guidelines: Retrieve implementation best practices for 13 stacks including React, Next.js, Vue, Svelte, Tailwind, shadcn/ui, SwiftUI, Flutter, and React Native. - Use Case: When asked to build a landing page for a beauty spa, generate a design system with recommended colors and fonts, then pull Tailwind-specific layout and accessibility guidelines before writing the code. ## Quick Start Ask the AI to generate a design system for your project, for example: create a landing page for a fintech dashboard and recommend the style, colors, and typography.

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

Run search.py with your product keywords and the --design-system flag, optionally adding -p for a project name. The tool searches product, style, color, landing, and typography domains, applies reasoning rules, and returns a complete recommendation with anti-patterns to avoid.

How do I search UI style and color palette recommendations?

Use search.py with a query and the --domain flag set to style, color, typography, or another domain. The BM25 engine ranks CSV entries by keyword relevance and returns the top matches with implementation details like hex codes and Google Fonts URLs.

Which frameworks and stacks are supported for UI guidelines?

Stack-specific guidelines are available for html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter, shadcn, and jetpack-compose via the --stack flag. If no stack is specified, the workflow defaults to html-tailwind.

Can I save the design system for use across multiple pages?

Yes, add --persist 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 are the requirements to run the search CLI?

Python 3 is the only requirement; the scripts use only the standard library (csv, re, math, argparse, pathlib). No pip packages need to be installed, and the CSV data files ship with the skill.