Skip to content

Commit 1a2af7d

Browse files
authored
Merge pull request #4 from RhombusSystems/claude/wizardly-beaver
Add descriptions to all plugins for browse UI visibility
2 parents 6ffa0fd + 6d46a70 commit 1a2af7d

6 files changed

Lines changed: 30 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,30 @@
66
"version": "1.0.0"
77
},
88
"plugins": [
9-
{ "name": "developers", "source": "./plugins/developers" },
10-
{ "name": "business-ops", "source": "./plugins/business-ops" },
11-
{ "name": "marketing", "source": "./plugins/marketing" },
12-
{ "name": "finance", "source": "./plugins/finance" },
13-
{ "name": "plugin-creator", "source": "./plugins/plugin-creator" }
9+
{
10+
"name": "developers",
11+
"description": "Code review, API documentation, and the full Rhombus API reference (846+ endpoints). Built for engineering teams.",
12+
"source": "./plugins/developers"
13+
},
14+
{
15+
"name": "business-ops",
16+
"description": "Status reports for leadership and structured onboarding checklists for new hires. Built for operations teams.",
17+
"source": "./plugins/business-ops"
18+
},
19+
{
20+
"name": "marketing",
21+
"description": "Rhombus brand guidelines enforcement with exact colors, typography, and logo rules. Built for marketing and brand teams.",
22+
"source": "./plugins/marketing"
23+
},
24+
{
25+
"name": "finance",
26+
"description": "Expense report generation and budget variance analysis with projections. Built for finance and accounting teams.",
27+
"source": "./plugins/finance"
28+
},
29+
{
30+
"name": "plugin-creator",
31+
"description": "Create, test, and publish new skills with the full interview-draft-eval workflow. Includes marketplace validation and scaffolding tools.",
32+
"source": "./plugins/plugin-creator"
33+
}
1434
]
1535
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "business-ops",
3-
"description": "Claude Code skills for Rhombus business operations teams. Covers process documentation, meeting summaries, OKR drafting, vendor evaluation, and status reporting.",
3+
"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.",
44
"version": "1.0.0",
55
"author": { "name": "Rhombus" }
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "developers",
3-
"description": "Claude Code skills for Rhombus developer and engineering teams. Covers code review, debugging, architecture, tests, CI/CD, and technical documentation.",
3+
"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.",
44
"version": "1.0.0",
55
"author": { "name": "Rhombus" }
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "finance",
3-
"description": "Claude Code skills for Rhombus finance, accounting, and financial operations teams. Covers budget analysis, financial reports, expense categorization, forecasting, and audit preparation.",
3+
"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.",
44
"version": "1.0.0",
55
"author": { "name": "Rhombus" }
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marketing",
3-
"description": "Claude Code skills for Rhombus marketing, growth, content, and brand teams. Covers copywriting, campaign briefs, content calendars, SEO, social posts, and press releases.",
3+
"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.",
44
"version": "1.0.0",
55
"author": { "name": "Rhombus" }
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-creator",
3-
"description": "Meta-skill for creating, testing, and publishing new Rhombus plugins and skills. Guides you through the interview, draft, test, and eval loop.",
3+
"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.",
44
"version": "1.0.0",
55
"author": { "name": "Rhombus" }
66
}

0 commit comments

Comments
 (0)