From e7c27e60afddc49344c8c1d6826711704ba001f9 Mon Sep 17 00:00:00 2001 From: Shehab Tarek <45536170+back1ply@users.noreply.github.com> Date: Sat, 17 Jan 2026 02:31:48 +0200 Subject: [PATCH] feat: add Claude skill marketplace installation support (#87) - Add .claude-plugin/marketplace.json for /plugin marketplace add command - Update README.md with marketplace installation instructions Enables quick installation via: /plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill /plugin install ui-ux-pro-max@ui-ux-pro-max-skill --- .claude-plugin/marketplace.json | 35 +++++++++++++++++++++++++++++++++ README.md | 9 +++++++++ 2 files changed, 44 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..1b7d1c2 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,35 @@ +{ + "name": "ui-ux-pro-max-skill", + "id": "ui-ux-pro-max-skill", + "owner": { + "name": "nextlevelbuilder" + }, + "metadata": { + "description": "UI/UX design intelligence skill with 50 styles, 21 palettes, 50 font pairings, 20 charts, and 9 stack guidelines", + "version": "2.0.0" + }, + "plugins": [ + { + "name": "ui-ux-pro-max", + "source": "./.claude/skills/ui-ux-pro-max", + "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.", + "version": "2.0.0", + "author": { + "name": "nextlevelbuilder" + }, + "keywords": [ + "ui", + "ux", + "design", + "styles", + "typography", + "color-palette", + "accessibility", + "charts", + "components" + ], + "category": "design", + "strict": false + } + ] +} diff --git a/README.md b/README.md index 4695d4e..37a0034 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,15 @@ Each rule includes: ## Installation +### Using Claude Marketplace (Claude Code) + +Install directly in Claude Code with two commands: + +``` +/plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill +/plugin install ui-ux-pro-max@ui-ux-pro-max-skill +``` + ### Using CLI (Recommended) ```bash