handoff
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
便于多 agent 协作与任务转接,会话上下文清晰传递给后续 agent。
▸ 风险提示
会向本地临时目录写入文件,需用户授权文件写入权限。
这个 Skill 做什么
把当前会话压缩成交接文档并保存到用户临时目录,便于新 agent 接手。
把当前会话浓缩成交接文档,保存到用户操作系统的临时目录,方便新 agent 或同事接手并继续推进。文档会列出关键信息、未解决的决策、建议调用的 skills,并避免重复已有的规范、issue 或提交记录。适合需要换人接力、暂停后续做或多人协作的场景。
▸ 展开 SKILL.md 英文原文
Compact the current conversation into a handoff document for another agent to pick up.
0
Stars
0
Forks
10
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/chan9yu/docagents/main/skills/handoff/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/chan9yu/docagents/main/skills/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 (specs, 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 公开信息 · 原文版权归作者所有