handoff

仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

便于多 agent 或多人协作时无缝交接工作状态与建议步骤。

▸ 风险提示

需要写入本地临时目录,涉及文件写入权限。

这个 Skill 做什么

将当前会话压缩为交接文档,保存到本地临时目录并建议后续技能。

把当前会话浓缩成一份交接文档,保存到操作系统的临时目录,方便别人或另一个 agent 无缝接手工作。文档会列出关键背景、未完成事项和建议后续应调用的 skills,不重复已有的 PRD/提交等工件。适合需要换人或切换代理继续推进的场景,省去反复口头交代。

▸ 展开 SKILL.md 英文原文

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

Skill 开发管理交接文档会话总结技能建议通用
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/handoff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/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 公开信息 · 原文版权归作者所有