From 8e6901b8bc319eef90a8c2bcb6277495a9b82d52 Mon Sep 17 00:00:00 2001 From: Carbarcha <39450331+nuts-has-been-taken@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:27:11 +0800 Subject: [PATCH] fix: add plugin.json for Claude Code skill loading (#125) Claude Code requires plugin.json (not just marketplace.json) to load plugins. The plugin.json must include a "skills" field pointing to the skill directory location. Without this file, the plugin appears in `/plugins installed` but the skill is not loaded into the prompt. Co-authored-by: Claude Opus 4.5 Co-authored-by: Viet Tran --- .claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 4b98e87..ecc7365 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ui-ux-pro-max", + "description": "UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.", "version": "2.0.1", - "description": "Professional UI/UX design intelligence for AI coding assistants. Includes searchable databases of styles, colors, typography, charts, and UX guidelines for React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, and shadcn/ui.", "author": { "name": "nextlevelbuilder" },