
Handoff
End a long agent session with a compact handoff markdown file so a fresh agent can continue without re-reading the whole chat.
Install
npx skills add https://github.com/vinvcn/mattpocock-skills-zh-cn --skill handoffWhat is this skill?
- Summarizes the current conversation into a handoff document for the next agent session
- Writes to a temp path from mktemp -t handoff-XXXXXX.md after reading that file
- References existing artifacts (PRDs, plans, ADRs, issues, commits, diffs) by path or URL instead of duplicating them
- Accepts argument-hint describing what the next session should focus on
- Suggests which skills the follow-up session should load when relevant
Adoption & trust: 508 installs on skills.sh; 485 GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Microsoft Foundrymicrosoft/azure-skills
Azure Aimicrosoft/azure-skills
Azure Hosted Copilot Sdkmicrosoft/azure-skills
Lark Eventlarksuite/cli
Running Claude Code Via Litellm Copilotxixu-me/skills
Setup Matt Pocock Skillsmattpocock/skills
Journey fit
Primary fit
First canonical shelf is Build → Agent-tooling because handoffs are created while you are actively pairing with an agent on product work. Agent-tooling covers session continuity patterns—this skill is operational glue, not a feature shipped to end users.
Common Questions / FAQ
Is Handoff safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Handoff
写一份 handoff document,总结当前对话,让 fresh agent 可以继续工作。保存到由 `mktemp -t handoff-XXXXXX.md` 生成的路径(写入前先读取该文件)。 建议下一次 session 应使用的 skills(如果有)。 不要重复已经捕获在其他 artifacts(PRDs、plans、ADRs、issues、commits、diffs)中的内容。改用 path 或 URL 引用它们。 如果用户传入了 arguments,把它们视为下一次 session 重点的描述,并据此调整文档。