Agent Skills
› chrisblattman/claudeblattman
› done
done
GitHub用于结束当前会话,通过生成简短的 HANDOFF.md 文件记录项目状态、下一步计划、关键文件和决策,以便下次会话快速恢复上下文。
Trigger Scenarios
用户说 done
用户说 wrap up
用户说 close this out
用户要求捕获会话
Install
npx skills add chrisblattman/claudeblattman --skill done -g -y
SKILL.md
Frontmatter
{
"name": "done",
"description": "Wrap up the current session by writing a short HANDOFF.md in the project folder, so the next session can resume quickly. Use when the user says done, wrap up, close this out, or capture the session."
}
Done
Close the session by capturing where things stand.
Workflow
- Review what changed this session, what was decided, and what comes next.
- Overwrite
./HANDOFF.mdin the current project folder with a snapshot of 30 lines or fewer, using these sections:- Status — where the work stands right now
- Next steps — the first concrete things to do next session
- Key files — the paths that matter, each with a one-line note
- Decisions — choices made this session, and briefly why
- Show the user what you wrote.
Replace the whole file each time — HANDOFF.md is a current-state snapshot, not a log. Do not append dated entries.
Version History
- 12e14d4 Current 2026-07-24 11:55


