with one click
ui-ux
SFC patched skill. Use when "ui-ux" is relevant.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
SFC patched skill. Use when "ui-ux" is relevant.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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
研究一个**已知的** GitHub 项目/repo,判断它对 LiYe Systems 的进化有没有可借鉴之处,产出定型的 evolution-recon 报告并归档到 recon-log。Use whenever the user gives a specific GitHub repo URL and asks to 研究/研读/消化/digest/study it, wants to know whether a project 对 LiYe / AGE / loamwise 有没有帮助/可借鉴/值得参考, asks "这个项目对我们有没有用", floats "看看 <repo> 有没有能学的", or types /github-digest — even if they never name the report format. This is the KNOWN-repo research step that sits UPSTREAM of github-scout (which DISCOVERS unknown repos) and source-intake (which INGESTS a chosen repo). Reach for it when the repo is already chosen and the real question is "is it worth our attention / what can LiYe learn". Do NOT use it to search/discover repos (that is github-scout) or to actually vendor/ingest a repo (that is source-intake).
Use when testing SFC v0.2 frontmatter compatibility.
Claude Skills 创建指南与最佳实践
内容研究与写作助手
视觉设计与艺术创作工具
主题样式工厂 - 统一视觉风格应用