Skip to content

Commit b54b737

Browse files
viettranxclaude
andauthored
docs: update README, fix counts, change Windsurf to skill mode (#129)
- Remove Manual Installation section from README - Add 67 styles table with # | Style | Best For format - Update Supported Stacks table with all 13 stacks - Simplify Usage section: group by Skill mode vs Workflow mode - Fix counts: 57 font pairings (was 56), 99 UX guidelines (was 98) - Change Windsurf from Workflow to Skill mode - Update CLAUDE.md: remove prompt domain, add missing stacks - Bump CLI version to 2.2.1 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8e6901b commit b54b737

33 files changed

Lines changed: 53 additions & 130 deletions

.claude-plugin/marketplace.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"name": "nextlevelbuilder"
66
},
77
"metadata": {
8-
"description": "UI/UX design intelligence skill with 50 styles, 21 palettes, 50 font pairings, 20 charts, and 9 stack guidelines",
9-
"version": "2.0.1"
8+
"description": "UI/UX design intelligence skill with 67 styles, 96 palettes, 57 font pairings, 25 charts, and 13 stack guidelines",
9+
"version": "2.2.1"
1010
},
1111
"plugins": [
1212
{
1313
"name": "ui-ux-pro-max",
1414
"source": "./",
15-
"description": "Professional UI/UX design intelligence for AI coding assistants. Includes searchable databases of styles, colors, typography, charts, and UX guidelines for React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, and shadcn/ui.",
16-
"version": "2.0.1",
15+
"description": "Professional UI/UX design intelligence for AI coding assistants. Includes searchable databases of styles, colors, typography, charts, and UX guidelines for React, Next.js, Astro, Vue, Nuxt.js, Nuxt UI, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and Jetpack Compose.",
16+
"version": "2.2.1",
1717
"author": {
1818
"name": "nextlevelbuilder"
1919
},

CLAUDE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ python3 src/ui-ux-pro-max/scripts/search.py "<query>" --domain <domain> [-n <max
1414

1515
**Domain search:**
1616
- `product` - Product type recommendations (SaaS, e-commerce, portfolio)
17-
- `style` - UI styles (glassmorphism, minimalism, brutalism)
17+
- `style` - UI styles (glassmorphism, minimalism, brutalism) + AI prompts and CSS keywords
1818
- `typography` - Font pairings with Google Fonts imports
1919
- `color` - Color palettes by product type
2020
- `landing` - Page structure and CTA strategies
2121
- `chart` - Chart types and library recommendations
2222
- `ux` - Best practices and anti-patterns
23-
- `prompt` - AI prompts and CSS keywords
2423

2524
**Stack search:**
2625
```bash
2726
python3 src/ui-ux-pro-max/scripts/search.py "<query>" --stack <stack>
2827
```
29-
Available stacks: `html-tailwind` (default), `react`, `nextjs`, `vue`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`, `jetpack-compose`
28+
Available stacks: `html-tailwind` (default), `react`, `nextjs`, `astro`, `vue`, `nuxtjs`, `nuxt-ui`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`, `jetpack-compose`
3029

3130
## Architecture
3231

README.md

Lines changed: 10 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The flagship feature of v2.0 is the **Design System Generator** - an AI-powered
9898
│ • Style recommendations (67 styles) │
9999
│ • Color palette selection (96 palettes) │
100100
│ • Landing page patterns (24 patterns) │
101-
│ • Typography pairing (56 font combinations) │
101+
│ • Typography pairing (57 font combinations) │
102102
└─────────────────────────────────────────────────────────────────┘
103103
104104
@@ -144,10 +144,10 @@ Each rule includes:
144144

145145
- **67 UI Styles** - Glassmorphism, Claymorphism, Minimalism, Brutalism, Neumorphism, Bento Grid, Dark Mode, AI-Native UI, and more
146146
- **96 Color Palettes** - Industry-specific palettes for SaaS, E-commerce, Healthcare, Fintech, Beauty, etc.
147-
- **56 Font Pairings** - Curated typography combinations with Google Fonts imports
147+
- **57 Font Pairings** - Curated typography combinations with Google Fonts imports
148148
- **25 Chart Types** - Recommendations for dashboards and analytics
149149
- **13 Tech Stacks** - React, Next.js, Astro, Vue, Nuxt.js, Nuxt UI, Svelte, SwiftUI, React Native, Flutter, HTML+Tailwind, shadcn/ui, Jetpack Compose
150-
- **98 UX Guidelines** - Best practices, anti-patterns, and accessibility rules
150+
- **99 UX Guidelines** - Best practices, anti-patterns, and accessibility rules
151151
- **100 Reasoning Rules** - Industry-specific design system generation (NEW in v2.0)
152152

153153
### Available Styles (67)
@@ -309,104 +309,28 @@ winget install Python.Python.3.12
309309

310310
## Usage
311311

312-
### Claude Code
312+
### Skill Mode (Auto-activate)
313+
314+
**Supported:** Claude Code, Windsurf, Antigravity, Codex CLI, Continue, Gemini CLI, OpenCode, Qoder, CodeBuddy
313315

314316
The skill activates automatically when you request UI/UX work. Just chat naturally:
315317

316318
```
317319
Build a landing page for my SaaS product
318320
```
319321

320-
### Cursor / Windsurf / Antigravity
321-
322-
Use the slash command to invoke the skill:
323-
324-
```
325-
/ui-ux-pro-max Build a landing page for my SaaS product
326-
```
322+
> **Trae**: Switch to **SOLO** mode first. The skill will activate for UI/UX requests.
327323
328-
### Kiro
324+
### Workflow Mode (Slash Command)
329325

330-
Type `/` in chat to see available commands, then select `ui-ux-pro-max`:
326+
**Supported:** Cursor, Kiro, GitHub Copilot, Roo Code
331327

332-
```
333-
/ui-ux-pro-max Build a landing page for my SaaS product
334-
```
335-
336-
### GitHub Copilot
337-
338-
In VS Code with Copilot, type `/` in chat to see available prompts, then select `ui-ux-pro-max`:
328+
Use the slash command to invoke the skill:
339329

340330
```
341331
/ui-ux-pro-max Build a landing page for my SaaS product
342332
```
343333

344-
### Codex CLI
345-
346-
The skill activates automatically for UI/UX requests. You can also invoke it explicitly:
347-
348-
```
349-
$ui-ux-pro-max Build a landing page for my SaaS product
350-
```
351-
352-
### Continue
353-
354-
The skill activates automatically for UI/UX requests once installed to `.continue/skills/`:
355-
356-
```
357-
Build a landing page for my SaaS product
358-
```
359-
360-
### Qoder
361-
362-
The skill activates automatically when you request UI/UX work:
363-
364-
```
365-
Build a landing page for my SaaS product
366-
```
367-
368-
### Roo Code
369-
370-
The skill activates automatically when you request UI/UX work:
371-
372-
```
373-
Build a landing page for my SaaS product
374-
```
375-
376-
### Gemini CLI
377-
378-
The skill activates automatically when you request UI/UX work:
379-
380-
```
381-
Build a landing page for my SaaS product
382-
```
383-
384-
### Trae
385-
386-
_Disclaimer: Trae skill is in beta. Please report any issues or feedback._
387-
388-
To use Trae skill, you need to switch to **SOLO** mode. If your request is related to skills, skills will be used:
389-
390-
```
391-
Build a landing page (frontend ONLY) for my SaaS product.
392-
```
393-
394-
### OpenCode
395-
396-
The skill activates automatically when you request UI/UX work:
397-
398-
```
399-
Build a landing page for my SaaS product
400-
```
401-
402-
### CodeBuddy
403-
404-
The skill activates automatically when you request UI/UX work:
405-
406-
```
407-
Build a landing page for my SaaS product
408-
```
409-
410334
### Example Prompts
411335

412336
```

cli/assets/templates/platforms/agent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"quickReference": false
1717
},
1818
"title": "ui-ux-pro-max",
19-
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 56 font pairings, 98 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
19+
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
2020
"skillOrWorkflow": "Skill"
2121
}

cli/assets/templates/platforms/claude.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"scriptPath": "skills/ui-ux-pro-max/scripts/search.py",
1111
"frontmatter": {
1212
"name": "ui-ux-pro-max",
13-
"description": "UI/UX design intelligence. 67 styles, 96 palettes, 56 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples."
13+
"description": "UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples."
1414
},
1515
"sections": {
1616
"quickReference": true
1717
},
1818
"title": "UI/UX Pro Max - Design Intelligence",
19-
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 56 font pairings, 98 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
19+
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
2020
"skillOrWorkflow": "Skill"
2121
}

cli/assets/templates/platforms/codebuddy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"quickReference": false
1717
},
1818
"title": "ui-ux-pro-max",
19-
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 56 font pairings, 98 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
19+
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
2020
"skillOrWorkflow": "Skill"
2121
}

cli/assets/templates/platforms/codex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"quickReference": false
1717
},
1818
"title": "ui-ux-pro-max",
19-
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 56 font pairings, 98 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
19+
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
2020
"skillOrWorkflow": "Skill"
2121
}

cli/assets/templates/platforms/continue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"quickReference": false
1717
},
1818
"title": "ui-ux-pro-max",
19-
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 56 font pairings, 98 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
19+
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
2020
"skillOrWorkflow": "Skill"
2121
}

cli/assets/templates/platforms/copilot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"quickReference": false
1414
},
1515
"title": "ui-ux-pro-max",
16-
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 56 font pairings, 98 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
16+
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
1717
"skillOrWorkflow": "Workflow"
1818
}

cli/assets/templates/platforms/cursor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"quickReference": false
1414
},
1515
"title": "ui-ux-pro-max",
16-
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 56 font pairings, 98 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
16+
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
1717
"skillOrWorkflow": "Workflow"
1818
}

0 commit comments

Comments
 (0)