codex-orchestration-core

仓库创建 2026年4月30日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

为多模型实施环节建立统一契约,便于复用与验证

▸ 风险提示

依赖专有 Codex 环境,移植性受限

这个 Skill 做什么

为 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 开发管理编排原则多代理循环不变量Codex
0
Stars
0
Forks
16
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/codex-orchestration-core/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/codex-orchestration-core/SKILL.md"
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 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有