Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 25 additions & 5 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion plugins/business-ops/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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" }
}
2 changes: 1 addition & 1 deletion plugins/developers/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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" }
}
2 changes: 1 addition & 1 deletion plugins/finance/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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" }
}
2 changes: 1 addition & 1 deletion plugins/marketing/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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" }
}
2 changes: 1 addition & 1 deletion plugins/plugin-creator/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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" }
}
Loading