handoff

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

方便多人或多代理协作时快速传递上下文与建议技能。

▸ 风险提示

会在本地临时目录写入文件,需注意敏感信息。

这个 Skill 做什么

将当前会话压缩成交接文档并保存到本机临时目录,便于其他代理继续工作。

把当前对话浓缩成一份交接文档,存到你操作系统的临时目录,方便另一位代理或同事无缝接手。文档会包含工作摘要、重要上下文和建议调用的技能清单,但不会重复已经存在的规范、issue、提交等产物。用在需要把未完成工作转交给别人继续时,能快速把关键点交代清楚。

▸ 展开 SKILL.md 英文原文

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

Skill 开发管理交接文档上下文摘要技能推荐通用
0
Stars
0
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/handoff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/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 公开信息 · 原文版权归作者所有