From 5c0946f66120079258e1efc8e436d78ec793877c Mon Sep 17 00:00:00 2001 From: contato43agency-commits Date: Mon, 20 Jul 2026 19:49:56 -0300 Subject: [PATCH] docs: fix stale stats in skill.json and marketplace.json (#425) The description strings still reported 161 color palettes, 73 font pairings, 99 UX guidelines, and 17 tech stacks -- numbers that predate the current data set. README.md and .claude-plugin/plugin.json already report the correct counts (192 palettes, 74 pairings, 98 guidelines, 22 stacks); this brings the two remaining stale files in line. --- .claude-plugin/marketplace.json | 2 +- skill.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bc47cf6..aa1f4a4 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, 161 palettes, 73 font pairings, 25 charts, and 17 stack guidelines", + "description": "UI/UX design intelligence skill with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stack guidelines", "version": "2.11.0" }, "plugins": [ diff --git a/skill.json b/skill.json index 2cece8d..7c20e4e 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, 161 color palettes, 73 font pairings, 99 UX guidelines, and 25 chart types across 17 tech stacks.", + "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.", "version": "2.11.0", "author": "NextLevelBuilder", "license": "MIT",