codex-orchestration-core
为多模型实施环节建立统一契约,便于复用与验证
依赖专有 Codex 环境,移植性受限
为 Codex 驱动的多波次实现编排提供通用不变量与循环原则
提供一组通用的编排原则和循环不变量,供 codex-orchestrator-brief 或 codex-tdd-orchestration 在多波次、委托式实现里复用。平时不直接当工具用,只有在上述 orchestrator 指示加载或你要读/改这些原则时才调用。它的特别点是把复杂多人/多模型交付的流程化为可复用的运行准则。
▸ 展开 SKILL.md 英文原文
Shared orchestration-loop invariants for delegated, autonomous multi-wave implementation work — the principles common to codex-orchestrator-brief (which authors a written handoff package) and codex-tdd-orchestration (in which Claude drives codex sessions live). This is a dependency loaded by those two skills, not a standalone task skill. Invoke it (via the Skill tool) only when codex-orchestrator-brief or codex-tdd-orchestration instructs you to load it, or when the user explicitly wants to read or edit the shared orchestration principles themselves. For an actual task, do NOT invoke this — use codex-orchestrator-brief (produce instructions for another model to run) or codex-tdd-orchestration (run the orchestration in this session now).
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/codex-orchestration-core/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/codex-orchestration-core/SKILL.md"# Codex Orchestration Core The orchestration-loop invariants shared by **codex-orchestrator-brief** and **codex-tdd-orchestration**. Both skills delegate all coding to an implementation model and keep the orchestrator out of the editor; they differ only in *who runs the loop* — `brief` writes a handoff package that **another model** later runs, `tdd-orchestration` has **Claude itself** run it live. Everything they agree on lives here so a change to the shared philosophy is made once and cannot drift between the two. > **This is the single source of truth for the principles below.** Do not restate > them in the caller skills — caller skills load this and then add only their > own delta. If