2 Commits

Author SHA1 Message Date
Viet Tran
1820f2b7b6 chore: bump CLI version to 2.1.3
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 10:08:37 +07:00
huopijiu
da43aeaa89 fix: add description frontmatter to Antigravity workflow (#108)
- Added YAML frontmatter with description field to .agent/workflows/ui-ux-pro-max.md
- Synced to cli/assets/.agent/workflows/ui-ux-pro-max.md for offline installation
- Fixes bug where Antigravity couldn't recognize workflow without description
2026-01-21 10:05:50 +07:00
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
---
description: AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation
---
# ui-ux-pro-max # ui-ux-pro-max
Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations. Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.

View File

@@ -1,3 +1,7 @@
---
description: AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation
---
# ui-ux-pro-max # ui-ux-pro-max
Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations. Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.

View File

@@ -1,6 +1,6 @@
{ {
"name": "uipro-cli", "name": "uipro-cli",
"version": "2.1.2", "version": "2.1.3",
"description": "CLI to install UI/UX Pro Max skill for AI coding assistants", "description": "CLI to install UI/UX Pro Max skill for AI coding assistants",
"type": "module", "type": "module",
"bin": { "bin": {