Skip to content
Development
Skill

/handoff

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

From plugin
mattpocock-skills
3.1k26 skills
Install
$ npx -y skills add vinvcn/mattpocock-skills-zh-cn --skill handoff --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/handoff

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

handoff.SKILL.md
name: handoff
description: 把当前对话压缩成交接文档,让另一个代理接手。
argument-hint: "下一个会话将用于什么?"
disable-model-invocation: true

编写一份 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 的关注点描述,并据此调整文档。

Ships withmattpocock-skills

这是 mattpocock/skills 的简体中文本地化版本。

Get the whole plugin
Stats
3,098
Stars
255
Forks
Active
Maintenance
Shell
Language
MIT
License
13d ago
Last commit
3mo ago
Created

Repo: vinvcn/mattpocock-skills-zh-cn