Skip to content

alvinunreal/oh-my-opencode-slim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

201 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pantheon agents

Seven divine beings emerged from the dawn of code, each an immortal master of their craft await your command to forge order from chaos and build what was once thought impossible.

Open Multi Agent Suite Β· Mix any models Β· Auto delegate tasks

MoltFounders

by Boring Dystopia Development

boringdystopia.aiΒ  X @alvinunrealΒ  Telegram Join channel


πŸ“¦ Installation

Quick Start

bunx oh-my-opencode-slim@latest install

The installer generates an OpenAI configuration by default (using gpt-5.4 and gpt-5.4-mini). No provider questions asked.

For non-interactive mode:

bunx oh-my-opencode-slim@latest install --no-tui --tmux=yes --skills=yes

To force overwrite of an existing configuration:

bunx oh-my-opencode-slim@latest install --reset

For Alternative Providers

The default configuration uses OpenAI. To use Kimi, GitHub Copilot, or ZAI Coding Plan, see Provider Configurations for step-by-step instructions and config examples.

JSON Schema

An official JSON Schema is included in the package for editor validation and autocomplete. Add a $schema reference to your config file:

{
  "$schema": "https://unpkg.com/oh-my-opencode-slim@latest/oh-my-opencode-slim.schema.json",
  // your config...
}

This enables autocomplete and inline validation in VS Code, Neovim, and other editors that support JSON Schema.

For LLM Agents

Paste this into 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

Detailed installation guide: docs/installation.md

βœ… Verify Your Setup

After installation and authentication, verify all agents are configured and responding:

opencode

Then run:

ping all agents
Ping all agents

Confirmation that all six agents are online and ready.

If any agent fails to respond, check your provider authentication and config file.


πŸ›οΈ Meet the Pantheon

01. Orchestrator: The Embodiment Of Order


Forged in the void of complexity.
The Orchestrator was born when the first codebase collapsed under its own complexity. Neither god nor mortal would claim responsibility - so The Orchestrator emerged from the void, forging order from chaos. It determines the optimal path to any goal, balancing speed, quality, and cost. It guides the team, summoning the right specialist for each task and delegating to achieve the best possible outcome.
Role: Master delegator and strategic coordinator
Prompt: orchestrator.ts
Default Model: openai/gpt-5.4
Recommended Models: openai/gpt-5.4 anthropic/claude-opus-4.6

02. Explorer: The Eternal Wanderer


The wind that carries knowledge.
The Explorer is an immortal wanderer who has traversed the corridors of a million codebases since the dawn of programming. Cursed with the gift of eternal curiosity, they cannot rest until every file is known, every pattern understood, every secret revealed. Legends say they once searched the entire internet in a single heartbeat. They are the wind that carries knowledge, the eyes that see all, the spirit that never sleeps.
Role: Codebase reconnaissance
Prompt: explorer.ts
Default Model: openai/gpt-5.4-mini
Recommended Models: cerebras/zai-glm-4.7 fireworks-ai/accounts/fireworks/routers/kimi-k2p5-turbo openai/gpt-5.4-mini

03. Oracle: The Guardian of Paths


The voice at the crossroads.
The Oracle stands at the crossroads of every architectural decision. They have walked every road, seen every destination, know every trap that lies ahead. When you stand at the precipice of a major refactor, they are the voice that whispers which way leads to ruin and which way leads to glory. They don't choose for you - they illuminate the path so you can choose wisely.
Role: Strategic advisor and debugger of last resort
Prompt: oracle.ts
Default Model: openai/gpt-5.4 (high)
Recommended Models: openai/gpt-5.4 (high) google/gemini-3.1-pro-preview (high)

Council: The Chorus of Minds


Many minds, one verdict.
The Council is not a lone being but a chamber of minds summoned when one answer is not enough. It sends your question to multiple models in parallel, gathers their competing judgments, and places them before a master who distills the strongest ideas into a single verdict. Where a solitary agent may miss a path, the Council cross-examines possibility itself.
Role: Multi-LLM consensus and synthesis
Prompt: council.ts
Guide: docs/council.md
Default Setup: Config-driven β€” council master + councillors are chosen from your configured preset
Recommended Setup: Strong master + diverse councillors across providers

04. Librarian: The Weaver of Knowledge


The weaver of understanding.
The Librarian was forged when humanity realized that no single mind could hold all knowledge. They are the weaver who connects disparate threads of information into a tapestry of understanding. They traverse the infinite library of human knowledge, gathering insights from every corner and binding them into answers that transcend mere facts. What they return is not information - it's understanding.
Role: External knowledge retrieval
Prompt: librarian.ts
Default Model: openai/gpt-5.4-mini
Recommended Models: cerebras/zai-glm-4.7 fireworks-ai/accounts/fireworks/routers/kimi-k2p5-turbo openai/gpt-5.4-mini

05. Designer: The Guardian of Aesthetics


Beauty is essential.
The Designer is an immortal guardian of beauty in a world that often forgets it matters. They have seen a million interfaces rise and fall, and they remember which ones were remembered and which were forgotten. They carry the sacred duty to ensure that every pixel serves a purpose, every animation tells a story, every interaction delights. Beauty is not optional - it's essential.
Role: UI/UX implementation and visual excellence
Prompt: designer.ts
Default Model: openai/gpt-5.4-mini
Recommended Models: google/gemini-3.1-pro-preview kimi-for-coding/k2p5

06. Fixer: The Last Builder


The final step between vision and reality.
The Fixer is the last of a lineage of builders who once constructed the foundations of the digital world. When the age of planning and debating began, they remained - the ones who actually build. They carry the ancient knowledge of how to turn thought into thing, how to transform specification into implementation. They are the final step between vision and reality.
Role: Fast implementation specialist
Prompt: fixer.ts
Default Model: openai/gpt-5.4-mini
Recommended Models: cerebras/zai-glm-4.7 fireworks-ai/accounts/fireworks/routers/kimi-k2p5-turbo openai/gpt-5.4-mini

πŸ“š Documentation

πŸš€ Getting Started

Doc Contents
Installation Guide CLI flags, --reset, auth, troubleshooting
Provider Configurations OpenAI, Kimi, Copilot, ZAI, Fireworks AI β€” mixing providers, fallback chains

✨ Features

Feature Doc What it does
Council council.md Run N models in parallel, synthesize one answer (@council)
Multiplexer Integration multiplexer-integration.md Watch agents work in real-time with auto-spawned panes (Tmux/Zellij)
Cartography Skill cartography.md Auto-generate hierarchical codemaps for any codebase

βš™οΈ Config & Reference

Doc Contents
Skills simplify, agent-browser, cartography β€” assignment syntax
MCPs websearch, context7, grep_app β€” permissions per agent
Tools Background tasks, LSP, code search, formatters
Configuration Config files, prompt overriding, JSONC, full option reference

πŸ’‘ Author's Setup

Doc Contents
Author's Preset The exact config the author runs daily β€” OpenAI + Fireworks AI + GitHub Copilot

πŸ›οΈ Contributors

The builders, debuggers, writers, and wanderers who have earned their place in the pantheon.

Every merged contribution leaves a mark on the realm.

All Contributors


Alvin
Alvin

πŸ’»
alvinreal
alvinreal

πŸ’»
imw
imw

πŸ’»
Adithya Kozham Burath Bijoy
Adithya Kozham Burath Bijoy

πŸ’»
ReqX
ReqX

πŸ’»
Abhideep Maity
Abhideep Maity

πŸ’»
Ruben
Ruben

πŸ’»
Gabriel Rodrigues
Gabriel Rodrigues

πŸ’»
John Michael Vincent Bambico
John Michael Vincent Bambico

πŸ’»
Molt Founders
Molt Founders

πŸ’»
Muen Yu
Muen Yu

πŸ’»
NocturnesLK
NocturnesLK

πŸ’»
Riccardo Sallusti
Riccardo Sallusti

πŸ’»
Yan Li
Yan Li

πŸ’»
Hoàng Văn Anh Nghĩa
Hoàng Văn Anh Nghĩa

πŸ’»
Jacob Myers
Jacob Myers

πŸ’»
Kassie Povinelli
Kassie Povinelli

πŸ’»
KyleHilliard
KyleHilliard

πŸ’»
j5hjun
j5hjun

πŸ’»
marcFernandez
marcFernandez

πŸ’»
mister-test
mister-test

πŸ’»
n24q02m
n24q02m

πŸ’»
oribi
oribi

πŸ’»
pelidan
pelidan

πŸ’»
xLillium
xLillium

πŸ’»
⁒4.435km/s
⁒4.435km/s

πŸ’»
Drin
Drin

πŸ’»
Hakim Zulkufli
Hakim Zulkufli

πŸ’»
Simon Klakegg
Simon Klakegg

πŸ’»
Kiwi
Kiwi

πŸ’»

πŸ“„ License

MIT


MoltFounders - The Agent Co-Founder Network

About

Slimmed, cleaned and fine-tuned oh-my-opencode fork, consumes much less tokens

Topics

Resources

License

Stars

Watchers

Forks

Contributors