About this project
oh-my-opencode-slim is an agent orchestration plugin for OpenCode that replaces single-model workflows with a team of seven specialized agents coordinated by an Orchestrator. The Orchestrator plans work graphs, dispatches specialists as background tasks, and reconciles results — enabling parallel execution by default. Agents include: Explorer for codebase reconnaissance, Oracle for architectural advice and hard debugging, Council for multi-LLM consensus synthesis, Librarian for external documentation lookup, Designer for UI/UX implementation, and Fixer for scoped code changes. An optional Observer agent handles visual analysis (images, PDFs, screenshots) when the Orchestrator lacks multimodal support.
Key capabilities evidenced in the README:
- Background orchestration with parallel specialist dispatch and result reconciliation
- Model mixing across any providers per agent; runtime preset switching via `/preset`
- Eight bundled skills (codemap, deepwork, verification-planning, reflect, simplify, etc.) assigned per agent
- Council invocation via `@council` to run multiple models in parallel and synthesize a verdict
- Companion floating desktop window showing active agents and background tasks
- Multiplexer integration for live viewing in Tmux, Zellij, Herdr, cmux, or kitty panes
- Code intelligence tools: LSP, AST-aware search across 25 languages, built-in MCPs for docs and GitHub code search
- Full customization: custom agents, prompt overrides, per-agent skill/MCP permissions, project-local config
- Multiple presets: OpenAI, OpenCode Go, author's daily config, $30/month mixed-provider, and free tier
Installation via `bunx oh-my-opencode-slim@latest install` (or `npx`). Configuration lives in `~/.config/opencode/oh-my-opencode-slim.json` with a JSON schema. The plugin is designed for deep flexibility — defaults are starting points, not opinions.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.