An open API service indexing awesome lists of open source software.

https://github.com/thefahmi/omo-suites-installer

CLI toolkit for OpenCode — manage accounts, profiles, agents, LSPs, and MCP tools. One command to switch your entire setup.
https://github.com/thefahmi/omo-suites-installer

ai-coding bun cli developer-tools mcp multi-agent opencode typescript

Last synced: 3 months ago
JSON representation

CLI toolkit for OpenCode — manage accounts, profiles, agents, LSPs, and MCP tools. One command to switch your entire setup.

Awesome Lists containing this project

README

          

[![CI](https://github.com/TheFahmi/omo-suites-installer/actions/workflows/ci.yml/badge.svg)](https://github.com/TheFahmi/omo-suites-installer/actions/workflows/ci.yml)

```
██████╗ ███╗ ███╗ ██████╗ ███████╗██╗ ██╗██╗████████╗███████╗███████╗
██╔═══██╗████╗ ████║██╔═══██╗ ██╔════╝██║ ██║██║╚══██╔══╝██╔════╝██╔════╝
██║ ██║██╔████╔██║██║ ██║ ███████╗██║ ██║██║ ██║ █████╗ ███████╗
██║ ██║██║╚██╔╝██║██║ ██║ ╚════██║██║ ██║██║ ██║ ██╔══╝ ╚════██║
╚██████╔╝██║ ╚═╝ ██║╚██████╔╝ ███████║╚██████╔╝██║ ██║ ███████╗███████║
╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚══════╝
```


CI
NPM Version
NPM Downloads
License
GitHub Stars
Node Version

# OMO Suites

**The open-source OpenCode power toolkit. More profiles. More tools. Zero cost.**

Multi-model orchestration, smart agent routing, profile switching, MCP/LSP management — as an [OpenCode](https://github.com/opencode-ai/opencode) plugin or standalone CLI.

## Installation

### Quick Install (npm)

```bash
npm install -g omo-suites
omocs init
```

### For Humans

Copy and paste this prompt to your LLM agent (Claude Code, OpenCode, Cursor, AmpCode, etc.):

```
Install and configure OMO Suites by following the instructions here:
https://raw.githubusercontent.com/TheFahmi/omo-suites-installer/main/docs/installation.md
```

### For LLM Agents

```bash
curl -s https://raw.githubusercontent.com/TheFahmi/omo-suites-installer/main/docs/installation.md
```

### Manual (from source)

```bash
curl -fsSL https://raw.githubusercontent.com/TheFahmi/omocs/main/install.sh | bash
```

→ [Full installation guide](docs/installation.md)

## What You Get

- **13 Profiles** — [→ docs/profiles.md](docs/profiles.md)
Pre-built model configurations across 4 scope types: all, lead, mixed, and economy.

- **28 Agents** — [→ docs/agents.md](docs/agents.md)
Specialized AI roles with tuned models, thinking budgets, and automatic task routing across 67 categories.

- **12 Plugin Tools** — [→ docs/plugin.md](docs/plugin.md)
Drop-in OpenCode plugin with system prompt injection — agents use tools automatically. Includes `omocs_init_deep` and `omocs_check`.

- **11 MCP Servers** — [→ docs/mcp.md](docs/mcp.md)
One-click install for Postgres, Redis, Brave Search, Docker, Sentry, and more.

- **10 LSP Configs** — [→ docs/lsp.md](docs/lsp.md)
Auto-detect your project stack and install the right language servers.

- **Full CLI** — [→ docs/cli.md](docs/cli.md)
Profiles, agents, accounts, MCP, LSP, stats, cost estimation, comment quality checker — all from the command line.

## Quick Start

```bash
omocs init # Setup wizard
omocs profile use ultra-mixed # Best model for every task
omocs agent route debugging # See which agent handles what
omocs doctor # Verify everything works
omocs init-deep # Generate AGENTS.md hierarchy
omocs cost opus-4.6-all # Estimate costs per profile
omocs check # Scan for AI slop comments
omocs plan # Interactive planning before coding
```

## 🚀 Launchboard

AI-integrated Kanban board included with OMO Suites. Plan. Build. Launch.

```bash
omocs launchboard setup # First-time setup
omocs launchboard start # Start the board
omocs launchboard status # Check status
omocs lb status # Shorthand alias
```

Backend: http://localhost:3030 | Frontend: http://localhost:3040

## Requirements

- Node.js >= 18 (for npm install) or [Bun](https://bun.sh) (for source install)
- [OpenCode](https://github.com/opencode-ai/opencode)
- At least one AI provider API key

## License

MIT