# oh-my-opencode-slim
**A lightweight, powerful agent orchestration plugin for OpenCode**

*Transform your AI assistant into a manager capable of delegating complex tasks to specialized sub-agents, running searches in the background, and managing multi-step workflows with ease.*
> Slimmed-down fork of [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) — focused on core agent orchestration without the extra bells and whistles.
---
## Installation
### For Humans
Run the interactive installer:
```bash
bunx oh-my-opencode-slim install
```
Or use non-interactive mode:
```bash
bunx oh-my-opencode-slim install --no-tui --antigravity=yes --openai=yes --cerebras=no
```
**Alternative: Ask any coding agent**
Paste this into Claude Code, AmpCode, Cursor, or any coding agent:
```
Install and configure by following the instructions here:
https://raw.githubusercontent.com/alvinunreal/oh-my-opencode-slim/refs/heads/master/README.md
```
### For LLM Agents