A curated collection of useful agents for the OpenCode environment.
This repository provides reusable agent implementations designed to extend OpenCode workflows, automate tasks, and support multi-agent collaboration patterns.
Agents in OpenCode can be implemented in multiple ways:
Define agents using JSON configuration files.
Documentation:
https://opencode.ai/docs/agents/#json
Define agents using Markdown files.
Documentation:
https://opencode.ai/docs/agents/#markdown
Learn more about OpenCode agents:
https://opencode.ai/docs/agents/
A coordination agent for complex task execution.
- Breaks down complex tasks into smaller subtasks
- Distributes subtasks across multiple sub-agents
- Coordinates execution and aggregates results
- Improves performance through multi-agent collaboration
Contributions are welcome. Feel free to add new agents, improve existing ones, or suggest new multi-agent patterns.
MIT