From 6d46a70cc1ff9a60ae758bc69c8b97f564962a0d Mon Sep 17 00:00:00 2001 From: Jeremy Gulley Date: Wed, 11 Mar 2026 11:34:33 -0700 Subject: [PATCH] Add descriptions to all plugins for browse UI visibility Co-Authored-By: Claude Opus 4.6 --- .claude-plugin/marketplace.json | 30 +++++++++++++++---- .../business-ops/.claude-plugin/plugin.json | 2 +- plugins/developers/.claude-plugin/plugin.json | 2 +- plugins/finance/.claude-plugin/plugin.json | 2 +- plugins/marketing/.claude-plugin/plugin.json | 2 +- .../plugin-creator/.claude-plugin/plugin.json | 2 +- 6 files changed, 30 insertions(+), 10 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1303d54..ac8bfbe 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,10 +6,30 @@ "version": "1.0.0" }, "plugins": [ - { "name": "developers", "source": "./plugins/developers" }, - { "name": "business-ops", "source": "./plugins/business-ops" }, - { "name": "marketing", "source": "./plugins/marketing" }, - { "name": "finance", "source": "./plugins/finance" }, - { "name": "plugin-creator", "source": "./plugins/plugin-creator" } + { + "name": "developers", + "description": "Code review, API documentation, and the full Rhombus API reference (846+ endpoints). Built for engineering teams.", + "source": "./plugins/developers" + }, + { + "name": "business-ops", + "description": "Status reports for leadership and structured onboarding checklists for new hires. Built for operations teams.", + "source": "./plugins/business-ops" + }, + { + "name": "marketing", + "description": "Rhombus brand guidelines enforcement with exact colors, typography, and logo rules. Built for marketing and brand teams.", + "source": "./plugins/marketing" + }, + { + "name": "finance", + "description": "Expense report generation and budget variance analysis with projections. Built for finance and accounting teams.", + "source": "./plugins/finance" + }, + { + "name": "plugin-creator", + "description": "Create, test, and publish new skills with the full interview-draft-eval workflow. Includes marketplace validation and scaffolding tools.", + "source": "./plugins/plugin-creator" + } ] } diff --git a/plugins/business-ops/.claude-plugin/plugin.json b/plugins/business-ops/.claude-plugin/plugin.json index 1638b29..dc7b5b2 100644 --- a/plugins/business-ops/.claude-plugin/plugin.json +++ b/plugins/business-ops/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "business-ops", - "description": "Claude Code skills for Rhombus business operations teams. Covers process documentation, meeting summaries, OKR drafting, vendor evaluation, and status reporting.", + "description": "Status reports and onboarding checklists for operations teams. Includes /status-report for generating structured updates with accomplishments, blockers, and metrics, and /onboarding-checklist for creating phased onboarding plans tailored by role and team.", "version": "1.0.0", "author": { "name": "Rhombus" } } diff --git a/plugins/developers/.claude-plugin/plugin.json b/plugins/developers/.claude-plugin/plugin.json index e506b00..97568b0 100644 --- a/plugins/developers/.claude-plugin/plugin.json +++ b/plugins/developers/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "developers", - "description": "Claude Code skills for Rhombus developer and engineering teams. Covers code review, debugging, architecture, tests, CI/CD, and technical documentation.", + "description": "Code review, API documentation, and the full Rhombus API reference (846+ endpoints). Includes /code-review for security and quality audits, /api-doc for generating endpoint docs from source code, and /rhombus-api for building on the Rhombus platform.", "version": "1.0.0", "author": { "name": "Rhombus" } } diff --git a/plugins/finance/.claude-plugin/plugin.json b/plugins/finance/.claude-plugin/plugin.json index e529f61..a1da614 100644 --- a/plugins/finance/.claude-plugin/plugin.json +++ b/plugins/finance/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "finance", - "description": "Claude Code skills for Rhombus finance, accounting, and financial operations teams. Covers budget analysis, financial reports, expense categorization, forecasting, and audit preparation.", + "description": "Expense reports and budget analysis for finance teams. Includes /expense-report for categorizing and formatting reimbursement requests, and /budget-analysis for comparing actuals to plan with variance tracking, run-rate projections, and recommendations.", "version": "1.0.0", "author": { "name": "Rhombus" } } diff --git a/plugins/marketing/.claude-plugin/plugin.json b/plugins/marketing/.claude-plugin/plugin.json index fd78b35..228917d 100644 --- a/plugins/marketing/.claude-plugin/plugin.json +++ b/plugins/marketing/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "marketing", - "description": "Claude Code skills for Rhombus marketing, growth, content, and brand teams. Covers copywriting, campaign briefs, content calendars, SEO, social posts, and press releases.", + "description": "Rhombus brand guidelines and compliance for marketing teams. Includes /brand-guide with exact color values, Sora/DM Sans typography specs, logo usage rules, and on-brand CSS/Tailwind generation.", "version": "1.0.0", "author": { "name": "Rhombus" } } diff --git a/plugins/plugin-creator/.claude-plugin/plugin.json b/plugins/plugin-creator/.claude-plugin/plugin.json index 1817e56..be07b88 100644 --- a/plugins/plugin-creator/.claude-plugin/plugin.json +++ b/plugins/plugin-creator/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "plugin-creator", - "description": "Meta-skill for creating, testing, and publishing new Rhombus plugins and skills. Guides you through the interview, draft, test, and eval loop.", + "description": "Create, test, and validate skills for the Rhombus plugin marketplace. Includes /plugin-creator for the full interview-draft-eval workflow, /marketplace-health for auditing registry and manifest integrity, and /skill-template-generator for scaffolding new skill folders.", "version": "1.0.0", "author": { "name": "Rhombus" } }