
Opsx
- Updated July 28, 2026
- HerbertGao/claude-skills
opsx is an orchestrated OpenSpec apply harness: the main agent groups pending tasks by scope and dispatches a worker per group, parallel then serial by dependency, while it only manages OpenSpec state and reviews and never writes code itself. It ships apply-subagent and apply-cursor workers, each with its own source-of-truth skill.
Key points
- Groups pending tasks by scope
- Parallel-then-serial worker dispatch
- Claude-subagent and cursor-agent workers
Opsx by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add HerbertGao/claude-skills/plugin install opsx@claude-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 28, 2026 |
|---|---|
| Repository | HerbertGao/claude-skills ↗ |
What it does
Orchestrates OpenSpec apply by grouping pending tasks by scope and dispatching a worker per group in parallel then serial, managing only state and reviews.
README.md
claude-skills
HerbertGao 的自托管 Claude Code skills marketplace。集中管理自建 skill,避免散落丢失,并支持任意机器一键安装/更新。
安装
/plugin marketplace add HerbertGao/claude-skills
/plugin install review-loop@claude-skills
/plugin install opsx@claude-skills
更新:/plugin marketplace update claude-skills 后重装对应 plugin。
注:
opsx需要openspec-cnCLI(plugin 不附带,请自行安装)。若你此前已在~/.claude手动放过同名 command/skill,安装本 plugin 会产生重复,二选一即可。
收录的 skill
| Plugin | 说明 |
|---|---|
review-loop |
对本次提案与代码变更跑对抗性 review 自动循环:Codex + Code Reviewer + Reality Checker 三方并行 → 合并去重 triage → 派 Minimal Change Engineer 修复 → 重新 review,直到放行(APPROVE/CLEAR;Codex 结构性未跑完时 APPROVE-DEGRADED)或到可配置轮数上限。常配合内置 /goal 长跑。 |
opsx |
以编排模式实现 OpenSpec 变更:主 agent 按范围(子项目 / 模块 / 技术栈)分组待处理任务,先并行后串行派发 subagent 开发,自己只跑 openspec-cn 状态管理与 review,不亲自写实现代码。提供 /opsx:apply-subagent 命令 + 其 SOT skill。需要 openspec-cn CLI。 |
结构
claude-skills/
├─ .claude-plugin/
│ └─ marketplace.json # marketplace 清单
├─ review-loop/ # 一个 plugin(纯 skill)
│ ├─ .claude-plugin/
│ │ └─ plugin.json # plugin 清单
│ └─ skills/
│ └─ review-loop/
│ └─ SKILL.md # skill 本体(SOT)
└─ opsx/ # 一个 plugin(命令 + skill)
├─ .claude-plugin/
│ └─ plugin.json # plugin 清单
├─ commands/
│ └─ apply-subagent.md # /opsx:apply-subagent 薄命令
└─ skills/
└─ openspec-apply-change-subagent/
└─ SKILL.md # skill 本体(SOT)
新增 skill:在仓根加一个同构的 <plugin>/ 目录,并在 .claude-plugin/marketplace.json 的 plugins[] 追加一条。
License
MIT