Home/AI Agents/opencode-swarm
opencode-swarm logo

opencode-swarm

Enrichment pending
ZaxbyHub/opencode-swarm

Architect-centric agentic swarm plugin for OpenCode. Hub-and-spoke orchestration with SME consultation, code generation, and QA review.

GraphCanon updated today · GitHub synced today

399 stars43 forksLast push today TypeScript MIT

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (399) are secondary evidence.

npm downloads (30d)
26,306·npm downloads API·today

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of today
Provenance
Not a fork · Organization account
As of today
Security (OSV)
No MCP manifest
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

npm install opencode-swarm
npm

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

Architect-centric agentic swarm plugin for OpenCode. Hub-and-spoke orchestration with SME consultation, code generation, and QA review.

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 15, 2026

MCP server
No MCP server detected

Source: repo_scan · Jul 15, 2026

Languages
typescript, javascript

Source: github.language+package.json · Jul 15, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Works with CursorCursor

Source: README excerpt (regex_v1, Jul 15, 2026)

## Plan Cursor (v6.13)
Source link

Tags

README

Quick Start

→ For a complete first-run walkthrough, see Getting Started.

The 15-minute guide covers:

  • Installation (bunx opencode-swarm install)
  • First-run auto-configuration (architect selected automatically)
  • Running your first task
  • Troubleshooting common issues

The installer automatically:

  • Creates a project config at .opencode/opencode-swarm.json when missing so project-level overrides have a place to live
  • Adds opencode-swarm to the OpenCode plugin list
  • Disables the native explore and general agents to reduce routing conflicts


1. Install the plugin (5s)

bunx opencode-swarm install


4. Kick off a task — the architect plans, then gates fire automatically (15s)

Build me a JWT auth helper with tests.


Plan Cursor (v6.13)

The plan_cursor config compresses the plan that is injected into the LLM context.

{
  "plan_cursor": {
    "enabled": true,
    "max_tokens": 1500,
    "lookahead_tasks": 2
  }
}
  • enabled – When true (default) Swarm injects a compact plan cursor instead of the full plan.md.
  • max_tokens – Upper bound on the number of tokens emitted for the cursor (default 1500). The cursor contains the current phase summary, the full current task, and up to lookahead_tasks upcoming tasks. Earlier phases are reduced to one‑line summaries.
  • lookahead_tasks – Number of future tasks to include in full detail (default 2). Set to 0 to show only the current task.

Disabling ("enabled": false) falls back to the pre‑v6.13 behavior of injecting the entire plan text.


License

MIT


Stop hoping your agents figure it out. Start shipping code that actually works.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.