From ce1586f7746018c8f0eef2315cb9181325db5cb2 Mon Sep 17 00:00:00 2001 From: Shxiao Date: Sun, 6 Sep 2026 19:28:42 +0900 Subject: [PATCH] fix(manifests): correct style and UX guideline counts in skill.json and plugin manifests (#488) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- skill.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fa77ce1..d90ca1c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ "name": "nextlevelbuilder" }, "metadata": { - "description": "UI/UX design intelligence skill with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stack guidelines", + "description": "UI/UX design intelligence skill with 79 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stack guidelines", "version": "2.13.0" }, "plugins": [ diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 71cd7b6..477a5c2 100755 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui-ux-pro-max", - "description": "UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.", + "description": "UI/UX design intelligence. Searchable local database with 79 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.", "version": "2.13.0", "author": { "name": "nextlevelbuilder" diff --git a/skill.json b/skill.json index 60ea461..1c2649e 100644 --- a/skill.json +++ b/skill.json @@ -1,7 +1,7 @@ { "name": "ui-ux-pro-max", "displayName": "UI/UX Pro Max", - "description": "AI-powered design intelligence with 84 UI styles, 192 color palettes, 74 font pairings, 98 UX guidelines, and 25 chart types across 22 tech stacks.", + "description": "AI-powered design intelligence with 79 UI styles, 192 color palettes, 74 font pairings, 119 UX guidelines, and 25 chart types across 22 tech stacks.", "version": "2.13.0", "author": "NextLevelBuilder", "license": "MIT",