New:Socket for Asana Is Now Available.Learn more
Get Started

opencode-multiagent

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

opencode-multiagent

Multi-agent orchestration plugin for OpenCode

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Language: English | Turkish

opencode-multiagent

opencode-multiagent is an OpenCode plugin that installs a structured multi-agent control plane through the standard plugin system.

  • 3 primary agents: brainstormer, planner, executor
  • 11 subagents for coding, review, research, documentation, and knowledge management
  • plugin-managed MCP defaults, telemetry, file locks, supervision, and a shared task board
  • compiled npm package with bundled agents/, commands/, defaults/, skills/, examples/, and docs/

Quick Start

Add the plugin to opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["opencode-multiagent"]
}

Optional host-side override example:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["opencode-multiagent"],
  "agent": {
    "planner": {
      "steps": 300
    }
  }
}

More examples:

  • examples/opencode.json
  • examples/opencode.with-overrides.json

Documentation

DocumentEnglishTurkishCovers
Configuration Referencedocs/configuration.mddocs/configuration.tr.mdFlags, profiles, agent settings, MCP defaults, and override rules
Usage Guidedocs/usage-guide.mddocs/usage-guide.tr.mdInstallation, workflows, task board usage, profiles, and MCP enablement
Agent Referencedocs/agents.mddocs/agents.tr.mdAll primary agents and subagents, routing, models, and roles

Development

This repository follows the bun-module tooling model with mise tasks.

mise run setup
mise run ci:check

Useful commands:

mise run build
mise run dev
mise run test
mise run lint
mise run lint:fix
mise run format
mise run validate-config
mise run pack:dry-run

Packaging

  • runtime entry: dist/index.js
  • type declarations: dist/**/*.d.ts
  • bundled assets: agents/, commands/, defaults/, skills/, examples/, docs/
  • external peer dependency: @opencode-ai/plugin

Release details live in RELEASE.md.

License

MIT

Keywords

opencode

FAQs

Package last updated on 16 Mar 2026

Related posts