Skip to main content

Carbide plugin

The Carbide plugin gives Claude Code the skills to build, deploy, and register a MachineMetrics app. It is published in the MachineMetrics plugin marketplace.

Install

In Claude Code:

/plugin marketplace add machinemetrics/plugins
/plugin install carbide@machinemetrics
/carbide:start

Install it at the user level so it is available in every project. In Claude Desktop, open the Code tab, use the + menu next to the prompt, choose Plugins → Add plugin, and pick the MachineMetrics marketplace.

Requirements

  • Node 24 and npm. Docker only if you build the template's container image. Setup installs mmdev for you.
  • A MachineMetrics account. Setup runs mmdev login.
  • The MachineMetrics MCP server connected, so the assistant can read the data model and current component rules instead of guessing.

Skills

The plugin's skills cover deciding what to build, the app's own data, building the interface with mm-react-components, scaffolding and running it with mmdev, and deploying and registering it. Every skill loads itself when it applies to what you are doing; /carbide:start is there when you want to begin the sequence deliberately.

Source

The plugin is distributed through the MachineMetrics marketplace at github.com/machinemetrics/plugins. Report problems to support@machinemetrics.com.