skilly. Buy ad slot
All skills
Agent Development · Documentation / AGENT SKILL

handoff

vinvcn/mattpocock-skills-zh-cn
5.3K installs 4.4K GitHub stars
0

Condense the current conversation into a handoff document for another agent.
把当前对话压缩成交接文档,让另一个代理接手。

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

编写一份 handoff document,总结当前对话,让 fresh agent 能继续工作。保存到用户操作系统的临时目录,不要保存到当前 workspace。

在文档中包含 "suggested skills" section,写明下一个 agent 应调用 Skill 工具并指定哪些 skills。

不要重复已经被其他 artifacts 捕获的内容(specs、plans、ADRs、issues、commits、diffs)。改用 path 或 URL 引用它们。

删去任何敏感信息,例如 API keys、passwords 或 personally identifiable information。

如果用户传入了 arguments,把它们视为下一次 session 的关注点描述,并据此调整文档。