npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

opencode-codex-orch

v0.0.13

Published

Built on OMO's lean oh-my-openagent fork with new skills, stronger engineering workflows, and GPT-specific optimizations

Readme

opencode-codex-orch

OpenCode 的多智能体编排插件。多模型、多智能体、一支协调有序的 AI 开发团队。

项目来源

本项目源自 oh-my-openagent(omo)及其精简变体 oh-my-opencode-slim(omo-slim)。专为 OpenAI Codex 优化:已移除所有 Anthropic/Claude 相关的逻辑、提示词和模型路由,只保留精简的 GPT/Codex 编排核心。

在精简版的基础上,本 fork 新增了若干实用技能和 fork 专属工作流(详见下方内置技能Fork 专属技能)。

它能做什么

opencode-codex-orch 将单个 AI Agent 会话变成一支协调运作的开发团队。Sisyphus 负责编排调度,专业智能体分别负责调研、规划、代码搜索和执行,跨多个模型提供商并行工作。

核心能力:

  • 多智能体编排:10 个专业智能体(Sisyphus、Atlas、Oracle、Prometheus、Librarian、Explore、Metis、Momus、Multimodal-Looker、Sisyphus-Junior)
  • 多模型路由:自动调度 GPT、Kimi、Gemini、GLM 等模型 — 无 Claude/Anthropic 依赖
  • ultrawork / ulw:自主执行模式,一键触发
  • 基于哈希的编辑LINE#ID 内容哈希验证,确保文件修改可靠
  • 后台智能体:5+ 个任务并行执行
  • 内置 MCP:Web 搜索、Context7、Grep.app
  • LSP + AST-Grep:IDE 级别的代码操作精度
  • 技能系统:每个技能自带独立的 MCP 服务器
  • 13 个生命周期 Hook:错误恢复、模型回退、上下文注入等

内置技能

插件自带以下内置技能:

  • playwright / agent-browser — 浏览器自动化、页面检查、截图与 Web 测试(依赖提供商支持)
  • dev-browser — 持久化浏览器工作流,用于导航、数据提取和应用测试
  • frontend-ui-ux — 全面的 UI/UX 设计技能,用于高质量前端工作,包括品牌化着陆页和消费级 UI (GPT 优化版 prompt)
  • git-commit / git-rebase / git-search — Git 工作流技能,涵盖原子化提交、历史重写和代码考古 (GPT 优化;从原 git-master 拆分,每次调用节省约 85% token)
  • skill-creator — 创建和完善可复用的 SKILL.md 技能

Fork 专属技能

以下技能是本 fork 特别新增的:

  • github-triage — 统一的 GitHub Issue 和 PR 分类处理,支持后台任务并行和 fork 感知审查
  • merge-upstream — 指导上游合并的工作流,确保保留 fork 身份、精简架构和 Codex 优先的设计决策

安装

在 OpenCode 配置文件中添加(~/.config/opencode/opencode.json):

{
  "plugin": ["opencode-codex-orch@latest"]
}

本地开发:

{
  "plugin": ["file:///absolute/path/to/opencode-codex-orch/dist/index.js"]
}

交互式安装:

bunx opencode-codex-orch install

配置文件

  • 项目级:.opencode/opencode-codex-orch.json
  • 用户级:~/.config/opencode/opencode-codex-orch.json

使用

opencode
# 然后输入:
ulw fix the failing tests

ulw 触发自主执行模式。智能体自动探索代码库、制定计划、实施方案、验证结果。

文档

致谢

源自 oh-my-openagent(omo)及 oh-my-opencode-slim(omo-slim)。Prompt 设计参考了 OpenAI Codex CLIprompt.md。基于哈希的编辑工具灵感来自 oh-my-pi

许可证

SUL-1.0