opencode-orchestrator
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
OpenCode Orchestrator
This skill owns delegation policy, not runtime mechanics.
Use it to decide:
- what stays in Claude
- what gets pushed to OpenCode
- when session reuse is more efficient than launching fresh work
- when a job should become a bounded execution lane instead of an in-chat tool grind
- which delegation target to pick when multiple generic options exist (built-in sub-agents, other helpers, or OpenCode)
For companion flags, lifecycle commands, and result-handling syntax, rely on the opencode-companion runtime skill and its direct script path under skills/opencode-companion/scripts/.
Live OpenCode snapshot
!bash "${OPENCODE_ORCHESTRATOR_SNAPSHOT:-$HOME/.agents/skills/opencode-orchestrator/scripts/check-opencode-snapshot.sh}"
If the standalone ~/.agents copy is unavailable, run the marketplace copy directly: bash "$HOME/.claude/plugins/marketplaces/my-claude-plugins/skills/opencode-orchestrator/scripts/check-opencode-snapshot.sh".