Agent Skills
› ykdojo/claude-code-tips
› handoff
handoff
GitHub用于创建或更新 HANDOFF.md 交接文档,记录项目目标、当前进度、有效与无效方案及后续步骤,帮助新 Agent 快速恢复上下文并继续工作。
Trigger Scenarios
需要暂停任务并交接给其他 Agent
用户希望保存当前工作状态以便后续恢复
Install
npx skills add ykdojo/claude-code-tips --skill handoff -g -y
SKILL.md
Frontmatter
{
"name": "handoff",
"description": "Write or update a handoff document so the next agent with fresh context can continue this work."
}
Write or update a handoff document so the next agent with fresh context can continue this work.
Steps:
- Check if HANDOFF.md already exists in the project
- If it exists, read it first to understand prior context before updating
- Create or update the document with:
- Goal: What we're trying to accomplish
- Current Progress: What's been done so far
- What Worked: Approaches that succeeded
- What Didn't Work: Approaches that failed (so they're not repeated)
- Next Steps: Clear action items for continuing
Save as HANDOFF.md in the project root and tell the user the file path so they can start a fresh conversation with just that path.
Version History
- 332912a Current 2026-07-05 14:56


