From 027ed046a39d0300b36fab36e3e547893834ee33 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Mon, 19 Jan 2026 16:59:34 -0500 Subject: [PATCH] feat(ui-design): modernize to auto-discovery pattern v1.0.1 --- .claude-plugin/marketplace.json | 51 +++----------------- plugins/ui-design/.claude-plugin/plugin.json | 6 +-- 2 files changed, 9 insertions(+), 48 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 25566e3..f7da331 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "Production-ready workflow orchestration with 68 focused plugins, 102 specialized agents, and 116 skills - optimized for granular installation and minimal token usage", - "version": "1.3.6" + "version": "1.3.7" }, "plugins": [ { @@ -1907,53 +1907,16 @@ }, { "name": "ui-design", - "source": "./plugins/ui-design", - "description": "Comprehensive UI/UX design plugin covering mobile (iOS, Android, React Native) and web applications with design systems, accessibility, responsive design, and modern patterns", - "version": "1.0.0", + "description": "Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns", + "version": "1.0.1", "author": { "name": "Seth Hobson", - "url": "https://github.com/wshobson" + "email": "seth@major7apps.com" }, - "homepage": "https://github.com/wshobson/agents", - "repository": "https://github.com/wshobson/agents", - "license": "MIT", - "keywords": [ - "ui", - "ux", - "design-system", - "accessibility", - "wcag", - "ios", - "android", - "react-native", - "responsive", - "mobile", - "web" - ], + "source": "./plugins/ui-design", "category": "development", - "strict": false, - "commands": [ - "./commands/design-review.md", - "./commands/create-component.md", - "./commands/accessibility-audit.md", - "./commands/design-system-setup.md" - ], - "agents": [ - "./agents/ui-designer.md", - "./agents/accessibility-expert.md", - "./agents/design-system-architect.md" - ], - "skills": [ - "./skills/design-system-patterns", - "./skills/accessibility-compliance", - "./skills/responsive-design", - "./skills/mobile-ios-design", - "./skills/mobile-android-design", - "./skills/react-native-design", - "./skills/web-component-design", - "./skills/interaction-design", - "./skills/visual-design-foundations" - ] + "homepage": "https://github.com/wshobson/agents", + "license": "MIT" } ] } diff --git a/plugins/ui-design/.claude-plugin/plugin.json b/plugins/ui-design/.claude-plugin/plugin.json index 38deab6..94284a5 100644 --- a/plugins/ui-design/.claude-plugin/plugin.json +++ b/plugins/ui-design/.claude-plugin/plugin.json @@ -1,10 +1,8 @@ { "name": "ui-design", - "version": "1.0.0", - "description": "Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications. Covers design systems, accessibility, responsive design, and modern patterns.", + "description": "Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns", "author": { "name": "Seth Hobson", "email": "seth@major7apps.com" - }, - "license": "MIT" + } }