opencode-orchestrator-creator

Installation
SKILL.md

OpenCode Orchestrator Creator

Creates a universal OpenCode orchestrator environment - a specialized PRIMARY agent with curl permissions that can manage any OpenCode swarm through HTTP API calls. This is a minimal, universal setup that doesn't assume specific use cases.

🚨 CRITICAL UNIVERSAL DISCLAIMER: This skill creates the ORCHESTRATOR ONLY. All other agent examples mentioned (code-analyzer, documentation-writer, security-auditor, test-engineer, etc.) are PURELY EXAMPLES to demonstrate coordination patterns. Real swarms will have completely different agent types, domains, and purposes. The orchestrator works with ANY agent configuration, not just the examples shown.

🚫 CRITICAL MISTAKES TO AVOID

❌ NEVER Predefine Agents in Configuration Files

WRONG: Adding agent lists to .opencode/opencode.json under "swarm" or "agents" sections RIGHT: Let orchestrator discover servers dynamically via API calls

  • Servers are servers, not predefined agents
  • Orchestrator discovers running servers by scanning ports and checking /config endpoints
  • Never hardcode agent expectations in configuration files
  • Server discovery is dynamic, not static configuration
Installs
1
GitHub Stars
3
First Seen
Mar 28, 2026
opencode-orchestrator-creator β€” igorwarzocha/opencode-agent-swarm-demo