Loading...
Loading...
SFC patched skill. Use when "ui-ux" is relevant.
npx skill4agent add liyecom/liye-ai ui-uxVersion: 1.0.0 Source: Fork from nextlevelbuilder/ui-ux-pro-max-skill License: MIT
site-design.contract.yaml| 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 |
python scripts/search.py "modern SaaS dashboard" --domain stylepython scripts/search.py "SaaS enterprise" --domain colorpython scripts/search.py "professional tech" --domain typographysite-design.contract.yamltokens:
colors:
primary: "#3B82F6" # From color search
background: "#FFFFFF"
typography:
primary_font: "Inter" # From typography search
heading_font: "Poppins"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 typographydata/| Asset | File | Records |
|---|---|---|
| Styles | | 58 |
| Colors | | 95 |
| Typography | | 56 |
| Charts | | 24 |
| UX Guidelines | | 98 |
| Icons | | 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