Skills/00_Core_Utilities/development-tools/ui-ux/SKILL.md
SFC patched skill. Use when "ui-ux" is relevant.
npx skillsauth add liyecom/liye-ai ui-uxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Version: 1.0.0 Source: Fork from nextlevelbuilder/ui-ux-pro-max-skill License: MIT
Provide AI-assisted design intelligence for UI/UX decisions, enabling developers to create professional-grade interfaces without deep design expertise.
site-design.contract.yaml for Builder system| Capability | Description | Proficiency | |------------|-------------|-------------| | Style Discovery | Find UI styles matching requirements | High | | Color Recommendation | Suggest palettes by industry/mood | High | | Typography Pairing | Match fonts for heading/body | High | | Chart Selection | Choose visualization types for data | Medium | | UX Audit | Identify anti-patterns and issues | Medium | | Stack Guidelines | Framework-specific best practices | Medium |
Search uses BM25 algorithm for relevance scoring:
Auto-detects search domain from keywords:
Phase 1: Discover Style
python scripts/search.py "modern SaaS dashboard" --domain style
Phase 2: Select Colors
python scripts/search.py "SaaS enterprise" --domain color
Phase 3: Choose Typography
python scripts/search.py "professional tech" --domain typography
Phase 4: Generate Contract
Use results to fill site-design.contract.yaml:
tokens:
colors:
primary: "#3B82F6" # From color search
background: "#FFFFFF"
typography:
primary_font: "Inter" # From typography search
heading_font: "Poppins"
Phase 5: Run Builder
npx tsx builders/theme-factory/builder.ts <track-id>
IF industry specified → search color with industry keyword
ELIF mood specified → search style with mood keyword
ELSE → search product with general keyword
## Recommended Style: [Style Name]
**Why this style:**
- [Reason 1]
- [Reason 2]
**Colors:**
- Primary: [hex] - [usage]
- Background: [hex] - [usage]
**Typography:**
- Heading: [font name]
- Body: [font name]
**Performance:** [rating]
**Accessibility:** [rating]
Search UI/UX Pro Max for design recommendations:
- Industry: [specify]
- Style preference: [modern/classic/playful/professional]
- Color mood: [warm/cool/vibrant/muted]
# Find styles for SaaS
python scripts/search.py "SaaS modern" --domain style
# Find colors for healthcare
python scripts/search.py "healthcare trust" --domain color
# Find typography for tech startup
python scripts/search.py "startup tech" --domain typography
data/ directory| Asset | File | Records |
|-------|------|---------|
| Styles | styles.csv | 58 |
| Colors | colors.csv | 95 |
| Typography | typography.csv | 56 |
| Charts | charts.csv | 24 |
| UX Guidelines | ux-guidelines.csv | 98 |
| Icons | icons.csv | 100 |
| Version | Date | Changes | |---------|------|---------| | 1.0.0 | 2026-01-14 | Initial fork from UI UX Pro Max |
# Check for updates
cd /tmp && git clone --depth 1 https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
# Compare data/ directory
data-ai
持续改进方法论 - 基于精益思想
tools
软件架构设计模式与最佳实践
tools
Claude Skills 创建指南与最佳实践
data-ai
提示工程技术与 Agent 设计模式