opencode-orchestrator-creator

Create an OpenCode swarm orchestrator with AGENTS.md protocol and deployment workflow.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/mdc159/LSP-Swarm --skill opencode-orchestrator-creator-mdc159
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-orchestrator-creator
Source: https://github.com/mdc159/LSP-Swarm/tree/main/opencode-agents/.claude/skills/opencode-orchestrator-creator
Command: npx skills add https://github.com/mdc159/LSP-Swarm --skill opencode-orchestrator-creator-mdc159

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a universal OpenCode swarm orchestrator environment to coordinate multiple OpenCode servers via HTTP API calls, simplifying multi-server coordination and task distribution.

Core Features & Use Cases

  • Universal orchestrator structure: preconfigured root for orchestrating diverse swarm servers.
  • Agent coordination protocols: guidance and examples for compliant inter-agent communication via AGENTS.md.
  • Deployment scaffolding: ready-to-use folder layout and workflow to bootstrap a swarm.

Quick Start

Create the opencode-orchestrator workspace, populate AGENTS.md with the mandatory introduction protocol, and launch the root orchestrator server on port 3000 to begin coordinating the swarm.

Frequently Asked Questions about opencode-orchestrator-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple OpenCode servers in a swarm deployment?

You coordinate multiple OpenCode servers by deploying a centralized orchestrator that manages task distribution and inter-agent communication via HTTP API calls across defined ports. This Skill provides the ready-made folder structure and protocols to bootstrap that environment.

What is an OpenCode swarm orchestrator and when do I need one?

An OpenCode swarm orchestrator is a root server environment that centrally manages multiple OpenCode agents across diverse servers. You need one when your deployment requires centralized coordination of agents and HTTP API management across multiple ports.

How do I set up an OpenCode orchestrator workspace step by step?

To set up the orchestrator workspace, create the opencode-orchestrator directory, populate the AGENTS.md file with the mandatory introduction protocol, and launch the root orchestrator server on port 3000 to begin coordinating the swarm.

Do I need any external dependencies to use the OpenCode swarm orchestrator?

No external dependencies are required to use the OpenCode swarm orchestrator. It provides a self-contained folder layout, an AGENTS.md protocol for compliant inter-agent communication, and a deployment workflow ready to bootstrap your swarm.

How does the AGENTS.md protocol work for inter-agent communication?

The AGENTS.md protocol provides mandatory guidance and examples for compliant inter-agent communication within the swarm. It defines how agents interact and coordinate tasks through the root orchestrator server using HTTP API calls.

Can I use this orchestrator to manage agents across different server environments?

Yes, the orchestrator provides a universal root structure designed to orchestrate diverse swarm servers. It applies to multi-server deployments requiring centralized coordination of agents and HTTP API management across various ports.