A production-oriented agent and skills architecture for OpenCode. It provides a senior-engineer-style primary agent, focused specialists, reusable skills, and verification-oriented workflows.
swe— default master agent overseeing the full SWE workflow.swe-build— implementation, testing, and verification agent.swe-plan— spec and plan authoring with human approval gates.- Specialist agents for exploration, debugging, testing, review, security, performance, dependencies, Git, and documentation.
- Reusable skills, protocols, slash commands, and workflows for consistent delivery.
- OpenCode 1.0 or newer
- A configured model provider (
opencode providers)
Install the latest release into the current project:
curl -fsSL https://raw.githubusercontent.com/yourdudeken/opencodeSWE/main/scripts/install.sh | bashFor manual, global, or drop-in installation, see Installation.
cd /path/to/your/project
opencodeUse swe for end-to-end orchestration. For implementation work, it routes to
swe-build. For greenfield or larger changes, switch to swe-plan (or run
opencode run --agent swe-plan "your prompt") to create reviewable specs and
plans before building.
See Usage for the command reference, workflow, and project layout.
- Usage — agents, commands, workflow, and layout
- Installation — project, global, and drop-in installs
- Architecture — coordination and extension model
- SWE Standard — quality bar and Definition of Done
MIT — adapt freely for your team.