Agent Catalog
To optimize model usage, we recommend disabling the legacy generic general subagent in your opencode.json and using the fast/smart split instead:
```json
"subagents": {
"general": {
"disable": true
}
}
```
Agents are organized under agents/:
- generic/ β Reusable global agents that belong in ~/.config/opencode/agent/:
- fast β High-speed workhorse for trivial edits and file lookups.
- smart β Senior developer for complex bug hunting and refactoring.
- subagent-orchestrator β Dispatches specialists and enforces scope isolation.
- openspec-orchestrator β Enforces strict OpenSpec formatting/validation and orchestrates subagents.
- repo-navigator/ β Full pack for repository documentation. Unified
/init command with argument routing:
- /init β Full AI navigation AGENTS.md + skill recommendations
- /init basic β Minimal AGENTS.md structure only
- /init user β User assistance docs (setup, install, troubleshoot)
- parallel-PRD/ β Parallel PRD planning kit with planner subagents and an orchestrator.
- component-engineer/ β Expert architecture package for professional React components.
- opencode-configurator/ β Meta-configuration system for OpenCode.
- security-reviewer/ β Specialized agent for auditing vulnerabilities.
- create-opencode-plugin/ β Workflow bundle for AI-assisted plugin development.
- vite-react-ts-convex-tailwind/ β Stack-specific experts for the modern Vite + React 19.2 + TS 5.9 + Tailwind 4.1 + Convex stack.
See agents/README.md for full tables, usage details, and the complete directory tree.
Commands Catalog
The commands/ directory provides shareable command files for Opencode users.
Currently available:
/howto: Scans the cloned repository and generates a user-focused AGENTS.md./improve-run: Transforms any task into a production-ready prompt and executes it immediately./improve-save: Transforms any task into a production-ready prompt and saves it as a markdown file./refactor: Refactors code with strict modularity, file headers, and cleanup./init: Creates or enhances AGENTS.md documentation while preserving human-crafted content./refactor-rfc-xml: Converts markdown files to RFC 2119 + XML tag structure./loop: The "Ralph Wiggum" loop orchestrator for verified completion./component-review: Rigorous, spec-aligned audit of a React component./component-create: Generates a professional, spec-compliant React component./rmslop: Removes "AI slop" (emojis, chatty preambles, excessive comments)./npm: Optimized npm command executor with proper error recovery./create-pack: Bundles related agents, commands, and skills into a shareable Opencode pack./permissions-update: Modernizes resource permissions configuration from legacy syntax.
@At Reference Files
Use everything inside at/ as prefix instructions during development sessions:
@coding-ts (at/CODING-TS.MD): Universal engineering guidelines.
Co-Work System (cowork/)
The Co-Work System is a multi-agent orchestration framework for collaborative project management. It includes:
- Orchestrator: Manages plans, timelines, and file routing.
- Specialists: Domain-specific agents (Research, Data, Document, Presentation).
- Admin Assistant: Handles hygiene and coordination follow-ups.
See cowork/AGENTS.md for the full operating guide.
MCP Configurations
- Authenticated Chrome DevTools MCP (
mcp-configs/authenticated-chrome-dev-tools-mcp/) β Enables Chrome DevTools MCP with authenticated sessions via "shadow profiles".
---