OpenCode Agents
Lean agent pack for OpenCode workflows.
Why this pack
- Fast setup: install and run in minutes.
- Clear workflow: orchestrate → implement → review → document.
- Safe skill model: on-demand loading + least-privilege allowlists.
- Release-ready defaults: validation and CI/CD hygiene included.
Quick jump: Agents · Skills Matrix · Commands
Quick Start
-
Install:
npx agents-opencode --globalInstaller package/command:
agents-opencode -
Run:
opencode /init @orchestrator Build a user APIOpenCode runtime command:
opencode
Agents
| Agent | Best For |
|---|---|
@orchestrator | Multi-phase coordination |
@planner | Read-only architecture/planning |
@codebase | Feature implementation |
@review | Security/performance/code quality |
@docs | Documentation updates |
@em-advisor | EM/leadership guidance |
@blogger | Blog/video/podcast drafting |
@brutal-critic | Final content quality gate |
Canonical source for exact allowlists and skill triggers: Skills Matrix.
Docs
- Getting Started
- Agents
- Coding Standards
- Commands & Skills
- Troubleshooting
- Skills Matrix
- Agent Evals
- Approval Gates
- Compatibility
- Deprecation & Migration Policy
- State Management
Skill Loading Model
- Skills live under
.opencode/skills/. - Agents load skills on demand via the
skilltool. - Keep to one relevant skill per phase unless cross-domain work requires more.
Skill Scope Policy
- Keep core-only scope for now.
- Add new skills only when there is clear demand, a real gap, ownership, and clean licensing.