gpt-5-6-relay
仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
▸ 精选理由
适合构建多阶段、分工明确的模型工作流与可审计输出链路。
这个 Skill 做什么
把任务分派到模型子线程(不同能力层级)并在子线程间进行可检验的交接。
把一个复杂任务拆成多个 GPT-5.6 的子线程按能力分层去做,每段有明确交付物并把证据回传给上游协调者。适合需要分阶段执行、要保留思路链路并能核查每步正确性的场景,比如复杂规划或长期工作流。特色是有可验证的交接点和持续的思考记录,利于审计、复现和合规。
▸ 展开 SKILL.md 英文原文
Route one task through model-specific GPT-5.6 child threads with explicit thinking efforts and checkable handoffs.
0
Stars
0
Forks
32
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/gpt-5-6-relay/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/gpt-5-6-relay/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# GPT-5.6 Relay Turn the user's task into a **relay** of persistent Codex threads: a Sol coordinator plans, then creates Terra or Luna child threads for phases they can complete reliably. Each child receives a concrete artifact and returns evidence to its parent. The model names describe capability tiers, not fixed job titles. Invocation of this skill explicitly authorizes the user-visible child threads required by the route, including their model and effort settings. The Sol coordinator owns the whole outcome, keeps the canonical task state, verifies every handoff, and reports the route actually used. ## Preflight 1. Restate the requested outcome, acceptance criteria, constraints, allow
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有