alvinunreal/oh-my-opencode-slim
Lean, fine tuned Opencode multi agent suite · Mix any models · Auto delegate tasks
What it solves
oh-my-opencode-slim solves the problem of relying on a single LLM to handle all aspects of software development. Instead of forcing one model to manage planning, research, and implementation, it provides an orchestration layer that routes specific tasks to specialized agents, optimizing for quality, speed, and cost.
How it works
The project acts as a plugin for OpenCode, introducing a "pantheon" of seven specialized agents (Orchestrator, Explorer, Oracle, Council, Librarian, Designer, and Fixer). An Orchestrator agent plans the work graph and dispatches tasks to these specialists as background processes. It then reconciles their results before proceeding. Users can mix and match models from different providers for each agent and utilize bundled skills (prompt-based workflows) and code intelligence tools like LSP and AST-aware search.
Who it’s for
It is designed for developers using OpenCode who want a more sophisticated, multi-agent workflow for codebase reconnaissance, architectural review, UI/UX implementation, and complex task execution.
Highlights
- Specialized Agent Team: Seven distinct roles including an Orchestrator for strategy, an Explorer for scouting, and an Oracle for high-level architecture.
- Background Orchestration: Parallel execution of specialist tasks to improve efficiency.
- Multi-LLM Consensus: The
@councilcommand allows running multiple models in parallel to synthesize a single, high-quality answer. - Model Flexibility: Support for swapping entire team presets or mixing models across different providers at runtime.
- Developer Tooling: Integration with multiplexers (Tmux, Zellij, etc.) to watch agents work live and built-in MCPs for GitHub and documentation search.
Related
- Project
- Project
- Project
- Project