agentsclimarketplace

Relay resync

Skill liutao773680119-cmyk/relay-dev-skills/starter/relay-kit-v1/global-skills/relay-resync

一套面向 Codex、Cursor、Claude Code 的接力开发 skills 与项目模板,支持中文自然语言触发、多会话上下文恢复和标准交接。

Install
npx -y skills add liutao773680119-cmyk/relay-dev-skills --skill relay-resync

Assembled 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

使用时机

  • 模型疑似遗忘上下文
  • 输出与当前阶段明显不一致
  • 切换工具后出现执行偏移

执行步骤

  1. 重新按顺序读取:
    • AGENTS.md
    • task_registry.md
    • progress.md
    • task_plan.md
    • findings.md
    • 修改记录_会话备忘.md
  2. 默认先做摘要恢复:
    • 锁定当前 Task-ID
    • 先读 Latest Handoff Snapshot
    • 再读当前任务相关段与最近 1-3 条会话记录
  3. 重新输出:
    • Task-ID / Task-Name
    • Active Goal
    • Current Phase
    • Next First Command
    • Open TODO Top3
  4. 与用户确认“是否按 Next First Command 继续执行”。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.