cross-agent-handoff
仓库创建 2026年7月26日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
适合需要多代理协作且需保留可验证上下文的项目交接。
▸ 风险提示
需访问代码仓库与工作树,要求较高权限。
这个 Skill 做什么
在不同编码 agent 间安全移交未完成工作并附带验证的工作树快照。
把正在进行但还没交付的代码工作,从一个编码 agent 无缝移交给另一个,同时附带经过校验的 worktree 快照。通常在你要继续、暂停、接手或终止某项 WIP 时用,能让下一个 agent 精确还原上下文和未完成状态。特别之处是只带上下文和快照,不把临时状态写入长期项目记忆或转移权限,保证交接安全且可验证。
▸ 展开 SKILL.md 英文原文
Transfer unfinished feature work between Claude Code, Codex, Kimi Code, Antigravity, or another coding-agent harness with a verified worktree snapshot. Use only when the user asks to hand off, continue, resume, pause, close, or supersede work in progress, or when the shared-memory index contains an active handoff that clearly matches the current task. Do not invoke for a new unrelated task or ordinary shared-memory recall.
0
Stars
0
Forks
2
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/VladimirGutuev/cross-agent-memory/main/skills/cross-agent-handoff/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/VladimirGutuev/cross-agent-memory/main/skills/cross-agent-handoff/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Cross-Agent Handoff Transfer unfinished work without turning temporary state into durable project memory. A handoff carries context, not files and not authority. ## Gate the workflow Use this skill only when at least one condition is true: - the user asks to transfer, continue, resume, pause, close, or supersede WIP; - the user names an existing handoff; - the shared-memory index contains an active handoff whose goal clearly matches the current task. Otherwise stop this workflow. Use `cross-agent-memory` for durable project context. Do not list or open handoff files for a new unrelated task. ## Resolve the active pointer 1. Read repository agent instructions. 2. Resolve the shared
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有