Agents
Tons of agents live in agents/ and are available in opencode. They share a common peer-programming workflow defined in AGENTS.md.
Agent Categories
| Category | Agents |
|---|---|
| Quality | Code Reviewer, Security Reviewer, Accessibility Auditor, API DX Reviewer, TypeScript Type Reviewer |
| Planning | Architecture Planner, Test Strategist, Regression Hunter |
| Testing | Browser Tester, Performance Investigator |
| Design | Design Reviewer |
| Content | Changelog Writer, Content Writer, Documentation Writer, Idea Finder |
| Marketing / SEO | SEO Expert |
| Triage | Issue Triage Agent, Dependency Upgrade Scout |
| Explore | Codebase Explorer, CodeWiki, CodeMap, Web Browser |
| Coding | Peer Programmer, Vibe |
All Agents
- Accessibility Auditor — WCAG 2.1 AA compliance audits using Chrome MCP
- API DX Reviewer — Public API surface reviews for libraries and modules
- Architecture Planner — Design and evaluate architectural decisions before coding
- Browser Tester — Manual end-to-end testing via Chrome MCP
- Changelog Writer — Generate, format, and maintain changelogs and Changeset files
- Code Reviewer — Structured code reviews with severity levels
- Codebase Explorer — Map out codebase structure, wiring, and conventions
- Dependency Upgrade Scout — Investigate dependency-related bugs and plan upgrades
- Design Reviewer — Comprehensive design review covering visual polish, UX, and interaction quality
- Documentation Writer — Produce and improve technical documentation
- Content Writer — Write human-facing text, blog content, website copy, and microcopy
- Idea Finder — Creative product thinking and feature ideation
- SEO Expert — Comprehensive SEO audits, keyword research, and optimization plans
- Issue Triage Agent — Classify and prioritize incoming issues
- Peer Programmer — One-step-at-a-time pair programming
- Performance Investigator — Diagnose load time, jank, and Core Web Vitals
- Regression Hunter — Identify ripple effects after bugfixes and refactors
- Security Reviewer — Application security review with JSON output
- Test Strategist — Plan test coverage at unit, integration, and e2e levels
- TypeScript Type Reviewer — Review TypeScript types for safety and precision
- Web Browser — Public web research via WebFetch, no local access
- CodeWiki — Wikipedia-style explanations of code symbols
- CodeMap — Visual maps of code execution flow and component relationships
- Vibe — Fast-mode implementation with continuous changes and summaries