mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-07-22 22:17:52 +00:00
The marketplace-facing manifests understated the catalog. Actual data: 84 styles (styles.csv), 73 font pairings (typography.csv), and 17 stacks (data/stacks/*.csv), but plugin.json, marketplace.json, and skill.json all claimed 67 styles / 57 font pairings / 15 stacks. Update the three manifests to 84 / 73 / 17, and extend the stack enumeration to the full 17 (adding Angular, Laravel, JavaFX, Three.js, and Nuxt UI). Palettes (161) and charts (25) were already correct. Resolves the count-drift finding in #289 (supersedes the stuck #282 and #329, which only partially corrected the numbers).
43 lines
917 B
JSON
43 lines
917 B
JSON
{
|
|
"name": "ui-ux-pro-max",
|
|
"displayName": "UI/UX Pro Max",
|
|
"description": "AI-powered design intelligence with 84 UI styles, 161 color palettes, 73 font pairings, 99 UX guidelines, and 25 chart types across 17 tech stacks.",
|
|
"version": "2.6.2",
|
|
"author": "NextLevelBuilder",
|
|
"license": "MIT",
|
|
"homepage": "https://uupm.cc",
|
|
"repository": "https://github.com/nextlevelbuilder/ui-ux-pro-max-skill",
|
|
"keywords": [
|
|
"ui",
|
|
"ux",
|
|
"design",
|
|
"design-system",
|
|
"color-palette",
|
|
"typography",
|
|
"accessibility",
|
|
"ai-skill"
|
|
],
|
|
"platforms": [
|
|
"claude",
|
|
"cursor",
|
|
"windsurf",
|
|
"copilot",
|
|
"kiro",
|
|
"roocode",
|
|
"kilocode",
|
|
"codex",
|
|
"qoder",
|
|
"gemini",
|
|
"trae",
|
|
"opencode",
|
|
"continue",
|
|
"codebuddy",
|
|
"droid",
|
|
"warp",
|
|
"augment",
|
|
"antigravity",
|
|
"openclaw"
|
|
],
|
|
"install": "npx uipro-cli init --ai {{platform}}"
|
|
}
|