handoff

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

能快速产出可读的交接说明并建议后续应调用的技能,利于协作交接。

▸ 风险提示

会将摘要保存到本地临时目录,涉及写入本地文件操作。

这个 Skill 做什么

把当前会话压缩成交接文档,便于其它代理或成员继续工作。

把当前对话压缩成一份交接文档,方便其他代理或同事接手继续工作,并保存到操作系统的临时目录。文档包含关键结论、未完事项和建议调用的技能列表,避免重复已有的 PR/ADR/issue 内容。重点是简洁且可直接上手,能让接手者快速恢复上下文并继续推进。

▸ 展开 SKILL.md 英文原文

Compact the current conversation into a handoff document for another agent to pick up.

Skill 开发管理交接会话总结多 agent通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/productivity/handoff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/productivity/handoff/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS - not the current workspace.

Include a "suggested skills" section in the document, which suggests skills that the agent should invoke.

Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.

Redact any sensitive information, such as API keys, passwords, or personally identifiable information.

If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有