skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
vinvcn/mattpocock-skills-zh-cn2.5k installs

handoff

把当前对话压缩成交接文档,让另一个代理接手。

How do I install this agent skill?

npx skills add https://github.com/vinvcn/mattpocock-skills-zh-cn --skill handoff
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill summarizes conversations for future sessions by writing to a temporary file. It is generally safe but has a minor risk of indirect prompt injection from user arguments.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

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

在文档中包含 "suggested skills" section,建议下一个 agent 应调用哪些 skills。

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

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

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

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/vinvcn/mattpocock-skills-zh-cn/handoff">View handoff on skillZs</a>