Skip to main content
The Rhombus Claude Code Plugin Marketplace provides ready-made skills, sub-agents, and hooks for Claude Code, organized by persona. Each plugin gives Claude Code deep knowledge of the Rhombus platform so it can help you build integrations, manage devices, and monitor alerts directly from your terminal.

Quick Start

1

Add the marketplace

In Claude Code, run:
/plugin marketplace add RhombusSystems/claude-code-plugins
2

Enable your plugin

Enable the plugin that matches your role:
/plugin enable rhombus-developer
Or for other roles:
/plugin enable rhombus-user
/plugin enable rhombus-partner
You can enable multiple plugins if needed.
3

Use a skill

Trigger skills with slash commands:
/rhombus-api How do I list cameras?
/code-review src/auth.ts
/rhombus Show me recent alerts

Available Plugins

For engineers building on the Rhombus platform.

Skills

CommandDescription
/rhombus-apiFull Rhombus API reference — 800+ endpoints, OpenAPI spec, SDK generation
/api-docGenerate API documentation from your source code
/code-reviewStructured code review for quality, security, and performance

Hooks

HookTriggerDescription
rhombus-api-interceptPreToolUse (Bash)Suggests the rhombus CLI when detecting raw curl/wget calls to Rhombus APIs

Example Usage

# Look up how to work with a specific API
/rhombus-api How do I unlock a door via the access control API?

# Generate docs for your integration code
/api-doc src/routes/

# Review code for security and performance issues
/code-review src/auth.ts

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

git clone https://github.com/RhombusSystems/claude-code-plugins
2

Copy the skill you need

cp -r claude-code-plugins/plugins/developer/skills/code-review ./skills/
3

Use the skill

The skill is available in Claude Code from your project directory.

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