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:
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

For engineers building on the Rhombus platform. Auto-configures the official rhombus-node-mcp and Rhombus docs MCP servers.

Commands

Skills

Agents

Hooks

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:
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
Last modified on July 8, 2026