Agent skill · Workflow & Productivity

handoff

将当前对话压缩为交接文档(handoff document / session handoff brief),供下一个 agent 接续工作。手动调用 /handoff。

feiskyergithub.com/feiskyerGitHub ↗
claude-codecodexcopilotMIT
Install
npx skills add feiskyer/claude-code-settings --skill handoff --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/handoff/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,619
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

撰写一份交接文档,总结当前对话内容,使全新的 agent 能够无缝继续工作。 ## 输出位置 保存到 `$TMPDIR/handoff-YYYY-MM-DD-HHMM.md`(用实际时间戳替换)。生成后告知用户完整路径。 ## 文档结构 按以下结构组织交接文档: 1. **背景与目标** — 一句话概述当前任务 2. **已完成工作** — 带路径/URL 引用 3. **当前状态** — 进展到哪一步、卡在哪里 4. **待办事项** — 下一个 agent 需要做什么 5. **推荐技能** — 建议调用的 skill 列表 6. **关键上下文** — 环境、分支、配置等必要信息 ## 规则 - 不要重复已存在于其他产物(规格文档、计划、ADR、issue、commit、diff)中的内容,改为通过路径或 URL 引用。 - 脱敏处理:删除 API key、密码、个人身份信息等敏感内容。 - 如果用户传入了参数,将其视为下一次会话的重点方向,据此调整文档内容。 - 如果当前对话极短(少于 3 轮实质交流),直接告知用户无需生成交接文档,除非用户坚持。

What's inside
Steps it walks through
  1. 输出位置
  2. 文档结构
  3. 规则
More from claude-code-settings
All skills →
About this skill
What does the handoff skill do?

将当前对话压缩为交接文档(handoff document / session handoff brief),供下一个 agent 接续工作。手动调用 /handoff。

How do I install it?

Run `npx skills add feiskyer/claude-code-settings --skill handoff --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From feiskyer/claude-code-settings, a repository with 1,619 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going