Relay resync
Skill liutao773680119-cmyk/relay-dev-skills/starter/relay-kit-v1/global-skills/relay-resync
一套面向 Codex、Cursor、Claude Code 的接力开发 skills 与项目模板,支持中文自然语言触发、多会话上下文恢复和标准交接。
npx -y skills add liutao773680119-cmyk/relay-dev-skills --skill relay-resyncAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when context drifts, outputs conflict with the current phase, or an interrupted session must be realigned. 中文常见触发:重新同步当前任务、上下文漂移了、重新按接力规则对齐。
SKILL.md
0.9 KB, as published. Nobody here has run it
Relay Re-sync
使用时机
- 模型疑似遗忘上下文
- 输出与当前阶段明显不一致
- 切换工具后出现执行偏移
执行步骤
- 重新按顺序读取:
AGENTS.mdtask_registry.mdprogress.mdtask_plan.mdfindings.md修改记录_会话备忘.md
- 默认先做摘要恢复:
- 锁定当前
Task-ID - 先读
Latest Handoff Snapshot - 再读当前任务相关段与最近 1-3 条会话记录
- 锁定当前
- 重新输出:
- Task-ID / Task-Name
- Active Goal
- Current Phase
- Next First Command
- Open TODO Top3
- 与用户确认“是否按 Next First Command 继续执行”。