Quick Start
1
Add the marketplace
In Claude Code, run:
2
Enable your plugin
Enable the plugin that matches your role:Or for other roles:You can enable multiple plugins if needed.
3
Run a command or skill
Trigger commands and skills with slash commands:
Available Plugins
- Developer
- User
- Partner
Prerequisites
- Claude Code installed (CLI, desktop app, or IDE extension)
- For user/partner plugins: Rhombus CLI installed and authenticated
Manual Installation
If you prefer to embed skills directly in your project instead of using the plugin marketplace:1
Clone the repository
2
Copy the skill you need
3
Use the skill
The skill is available in Claude Code from your project directory.
How Plugins Work
Each plugin contains a combination of:- Commands — Slash commands (e.g.
/rhombus-find-endpoint) that run a specific, often side-effecting, task on demand. - Skills — Markdown files (
SKILL.md) with instructions Claude follows when a task matches. Skills can include supporting files like agent prompts, scripts, and templates. - Agents — Specialized sub-agent prompts that Claude dispatches for specific tasks (device management, alert investigation, etc.)
- Hooks — Automatic actions triggered by Claude Code events (e.g., validating commands before execution, checking for CLI updates on session start)
Resources
GitHub Repository
Source code, all plugins, and contributing guide
Rhombus CLI
Required for user and partner plugins
Rhombus API MCP
Alternative: connect Claude to Rhombus via MCP server
Documentation MCP
Search Rhombus docs from any MCP-compatible AI tool