ui-ux-pro-max-skill/skill.json
Goon 035df47a56 fix: address Claude review findings
- Warn when --global and --legacy are used together (init.ts)
- Update metadata across all platform templates (161 palettes, 15 stacks)
- Bump skill.json version from 2.0.0 to 2.5.0
- Re-throw non-ENOENT errors in uninstall.ts removeSkillDir
- Hoist detectAIType call to avoid double invocation in uninstall
- Add clarifying comment for .shared in AI_FOLDERS mapping
2026-03-24 17:43:13 +07:00

42 lines
902 B
JSON

{
"name": "ui-ux-pro-max",
"displayName": "UI/UX Pro Max",
"description": "AI-powered design intelligence with 67 UI styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 15+ tech stacks.",
"version": "2.5.0",
"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"
],
"install": "npx uipro-cli init --ai {{platform}}"
}