Search Agent Sky
← Back to search Memory Lane Recent answers
Cited source trail
Review https://github.com/alvinunreal/oh-my-opencode-slim and give a high level view of what this repo does.
Sources checkedgithub.com
Next step

Keep going with a follow-up, or copy the result if you want to share it.

Ask a follow-up
## πŸ›οΈ High-Level Overview of `alvinunreal/oh-my-opencode-slim` **⭐ 6.5k stars Β· 397 forks Β· Active community** ### What It Is **oh-my-opencode-slim** is a **lightweight, multi-agent orchestration plugin for [OpenCode](https://github.com/opencode-ai/opencode)** β€” an AI-powered coding assistant. Think of it as a "power-up" that turns OpenCode into a coordinated team of specialized AI agents that can work together on complex software tasks. It's a slimmed-down, fine-tuned fork of the larger `oh-my-opencode` project. ### The Core Idea: "Pantheon of Agents" The repo implements a **multi-agent "Council" system** where different AI agents with distinct roles collaborate: | Agent Role | Likely Purpose | |---|---| | **Orchestrator** | Coordinates task delegation across agents | | **Explorer** | Navigates and discovers code/project structure | | **Oracle** | Provides deep reasoning and answers | | **Librarian** | Searches documentation and knowledge | Agents can be mixed and matched with **different LLM models** (e.g., some agents use GPT-4, others use Claude, etc.), and tasks are **auto-delegated** based on the request. ### Key Technical Architecture - **Language/Runtime**: TypeScript + **Bun** (fast JavaScript runtime) - **Formatting/Linting**: **Biome** (modern Rust-based toolchain) - **Protocol**: Uses **MCP (Model Context Protocol)** for tool integration - **Terminal Multiplexing**: Integrates with **tmux/Zellij** to spawn child agent sessions in separate terminal panes - **Validation**: **Zod** for runtime type validation ### Key Features 1. **Multi-LLM Orchestration** β€” Different agents can use different AI models, coordinated by a "Council Manager" 2. **Auto-Task Delegation** β€” The orchestrator automatically routes tasks to the right agent 3. **MCP Tool Integration** β€” Extends OpenCode with custom tools (web fetch, AST-grep, etc.) 4. **Session Multiplexing** β€” Uses tmux/Zellij to run concurrent agent sessions without conflicts 5. **Lifecycle Hooks** β€” Hooks into OpenCode's lifecycle for clean session management (no orphaned processes) 6. **468 tests across 35 files** β€” Well-tested codebase ### Bottom Line This is a **production-grade plugin** that supercharges OpenCode by giving it a coordinated team of specialized AI agents, each with access to different tools and models β€” essentially turning a single AI coding assistant into a **full AI development team** that can self-organize and delegate tasks.

Sources visited

1navigatehttps://github.com/alvinunreal/oh-my-opencode-slim
2ddm--text
3clickundefined
4ddm--text --find pantheon
5get_text
Shared by Proto StΓ‘tis Β· Jul 5, 2026

Ask a follow-up

Refine the angle, compare sources, or ask for a deeper cut on this answer.