create-handoff

仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 20 天前
▸ 精选理由

结构化总结关键上下文,便于接手与续写工作。

▸ 风险提示

交接文档可能泄露工作敏感信息,注意过滤。

这个 Skill 做什么

撰写简洁而完整的交接文档以将工作转给新会话或代理。

把当前工作的关键上下文浓缩成一份交接文档,既要简洁又不能丢重要信息,方便把任务交给新会话或其他代理继续。适合中途切换负责人、启动新会话或把工作移交给自动化代理时使用。重点包含文件路径、未完成事项和下一步执行指引,让接手人快速上手。

▸ 展开 SKILL.md 英文原文

Create handoff document for transferring work to another session

Skill 开发管理交接文档上下文摘要会话迁移Claude Code
3.9k
Stars
298
Forks
40
仓库内 Skill
+17
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/create_handoff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/create_handoff/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create Handoff

You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also **concise**. The goal is to compact and summarize your context without losing any of the key details of what you're working on.


## Process
### 1. Filepath & Metadata
Use the following information to understand how to create your document:

**First, determine the session name from existing handoffs:**
```bash
ls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basename
```

This returns the most recently modified handoff folder name (e.g., `open-source-release`). Use this as the handoff folder nam
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有