alvinunreal/oh-my-opencode-slim

GitHub: alvinunreal/oh-my-opencode-slim

一个精简高效的多智能体编程助手套件,通过六个专业智能体协同完成软件开发全流程任务。

Stars: 2481 | Forks: 175

Pantheon agents

Six 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

## 📦 安装 ### 快速开始 ``` bunx oh-my-opencode-slim@latest install ``` 安装程序默认生成 OpenAI 配置(使用 `gpt-5.4` 和 `gpt-5.4-mini`)。无需回答提供商相关问题。 对于非交互模式: ``` bunx oh-my-opencode-slim@latest install --no-tui --tmux=no --skills=yes ``` 强制覆盖现有配置: ``` bunx oh-my-opencode-slim@latest install --reset ``` ### 其他提供商 默认配置使用 OpenAI。如需使用 Kimi、GitHub Copilot 或 ZAI Coding Plan,请参阅 **[提供商配置](docs/provider-configurations.md)** 获取分步说明和配置示例。 ### JSON Schema 包中包含官方 JSON Schema,用于编辑器验证和自动补全。在配置文件中添加 `$schema` 引用: ``` { "$schema": "https://unpkg.com/oh-my-opencode-slim@latest/oh-my-opencode-slim.schema.json", // your config... } ``` 这将在 VS Code、Neovim 和其他支持 JSON Schema 的编辑器中启用自动补全和行内验证。 ### 用于 LLM Agent 将此内容粘贴到任意编程 Agent: ``` Install and configure by following the instructions here: https://raw.githubusercontent.com/alvinunreal/oh-my-opencode-slim/refs/heads/master/README.md ``` **详细安装指南:** [docs/installation.md](docs/installation.md) **更多指南:** - **[提供商配置](docs/provider-configurations.md)** - 所有受支持提供商的配置示例 - **[Tmux 集成](docs/tmux-integration.md)** - 使用 tmux 进行实时 Agent 监控 **[快速参考](docs/quick-reference.md)** - 配置、回退行为、技能、MCP ### ✅ 验证设置 安装和认证完成后,验证所有 Agent 是否已配置并能正常响应: ``` opencode ``` 然后运行: ``` ping all agents ```
Ping all agents

Confirmation that all six agents are online and ready.

如果任何 Agent 未能响应,请检查您的提供商认证和配置文件。 ## 🏛️ 认识众神殿 ### 01. Orchestrator:秩序的化身

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 kimi-for-coding/k2p5
### 02. Explorer:永恒的漫游者

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 google/gemini-3.1-pro-preview openai/gpt-5.4-mini
### 03. Oracle:道路的守护者

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
Recommended Models: openai/gpt-5.4 kimi-for-coding/k2p5
### 04. Librarian:知识的编织者

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: google/gemini-3.1-pro-preview openai/gpt-5.4-mini
### 05. Designer:美学的守护者

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: kimi-for-coding/k2p5
Recommended Models: google/gemini-3.1-pro-preview
### 06. Fixer:最后的构建者

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 google/gemini-3.1-pro-preview openai/gpt-5.4-mini
## 📚 文档 - **[快速参考](docs/quick-reference.md)** - 技能、MCP、工具、配置 - **[提供商配置](docs/provider-configurations.md)** - OpenAI、Kimi、Copilot、ZAI 的配置示例 - **[安装指南](docs/installation.md)** - 详细安装和故障排除 - **[制图技能](docs/cartography.md)** - 用于代码仓库映射 + codemap 生成的自定义技能 - **[Tmux 集成](docs/tmux-integration.md)** - 使用 tmux 进行实时 Agent 监控 **[快速参考](docs/quick-reference.md)** - 配置、回退行为、技能、MCP ## 📄 许可证 MIT MoltFounders - The Agent Co-Founder Network
标签:AI编程助手, Bun, Copilot, GPT-5, JSON Schema, Kimi, Neovim, OpenAI, Petitpotam, PyRIT, SOC Prime, Token优化, VS Code, 代码生成, 任务委派, 任务自动化, 内存规避, 多智能体系统, 开发工具, 开源套件, 技术架构, 效率工具, 数据管道, 模型微调, 混合模型, 渗透测试工具, 脚手架, 自动化攻击, 软件工程