mit einem Klick
SFC patched skill. Use when "ui-ux" is relevant.
npx skills add https://github.com/liyecom/liye-ai --skill ui-uxKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
SFC patched skill. Use when "ui-ux" is relevant.
npx skills add https://github.com/liyecom/liye-ai --skill ui-uxKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
| name | ui-ux |
| description | SFC patched skill. Use when "ui-ux" is relevant. |
| source | nextlevelbuilder/ui-ux-pro-max-skill |
| source_url | https://github.com/nextlevelbuilder/ui-ux-pro-max-skill |
| license | MIT |
| skeleton | reference |
| triggers | {"commands":["/ui-ux"],"patterns":["ui-ux"]} |
| inputs | {"required":[],"optional":[]} |
| outputs | {"artifacts":["SKILL.md"]} |
| failure_modes | [{"symptom":"Missing required inputs or context","recovery":"Provide the missing info and retry"},{"symptom":"Unexpected tool/runtime failure","recovery":"Rerun with minimal steps; escalate after 3 failures"}] |
| verification | {"evidence_required":true,"how_to_verify":["node .claude/scripts/sfc_lint.mjs <skill_dir>"]} |
| governance | {"constitution":"_meta/governance/SKILL_CONSTITUTION_v0.1.md","policy":"_meta/policies/DEFAULT_SKILL_POLICY.md"} |
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
内容研究与写作助手
视觉设计与艺术创作工具
主题样式工厂 - 统一视觉风格应用
Translate human UI/UX requirements into site-design.contract.yaml
CSV 数据自动分析与洞察生成工具
复杂前端 Artifacts 构建工具