Quick Start
Enable your plugin
Enable the plugin that matches your role:Or for other roles:You can enable multiple plugins if needed.
Available Plugins
- Developer
- User
- Partner
For engineers building on the Rhombus platform.
Skills
| Command | Description |
|---|---|
/rhombus-api | Full Rhombus API reference — 800+ endpoints, OpenAPI spec, SDK generation |
/api-doc | Generate API documentation from your source code |
/code-review | Structured code review for quality, security, and performance |
Hooks
| Hook | Trigger | Description |
|---|---|---|
rhombus-api-intercept | PreToolUse (Bash) | Suggests the rhombus CLI when detecting raw curl/wget calls to Rhombus APIs |
Example Usage
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:How Plugins Work
Each plugin contains a combination of:- Skills — Markdown files (
SKILL.md) with instructions Claude follows when activated via slash commands. 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