opencode-orchestrator-creator
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
/configendpoints - Never hardcode agent expectations in configuration files
- Server discovery is dynamic, not static configuration