Skip to content

AI Engineering Workflows, Encoded

Install one plugin. Get 8 agents, global rules, and session-aware orchestration - without lifting a finger.
  1. Plugin loads - OpenCode installs @maestria/opencode from npm
  2. Config hook - Reads bundled agent .md files, parses frontmatter, registers them programmatically
  3. Rules injected - Global workflow directives appended to every session
  4. Agents available - All 8 agents are available as subagents via @ mention
  5. State preserved - Session compaction hook remembers task status
Terminal window
opencode plugin @maestria/opencode@latest -g

Or add to your OpenCode config manually (~/.config/opencode/opencode.jsonc):

{
"plugin": ["@maestria/opencode@latest"],
}

Installation Guide →