Skip to content

Installation

  • OpenCode CLI (latest version)
  • Node.js 18+ (for plugin resolution)
  1. Open your OpenCode config file

    Terminal window
    ~/.config/opencode/opencode.jsonc
  2. Add the plugin to the plugin array

    {
    "plugin": ["@maestria/opencode@latest"],
    }
  3. Restart OpenCode

    The plugin will be auto-installed from npm on the next session start.

Start a new OpenCode session. You should see the 8 agents available for delegation via @ mention. The global rules will be active in every prompt session.

OpenCode auto-updates plugins on restart. You can also manually update:

Terminal window
opencode plugins update