done

GitHub

用于在实质性会话结束时关闭当前工作。通过生成HANDOFF.md快照记录状态、决策和下一步,并可选地追加SESSION_LOG.md日志,确保下一会话能无缝接续工作。

plugins/starter-kit/skills/done/SKILL.md chrisblattman/claudeblattman

Trigger Scenarios

用户完成阶段性任务或准备结束对话时 需要保存当前上下文以便后续会话继续工作时

Install

npx skills add chrisblattman/claudeblattman --skill done -g -y
More Options

Non-standard path

npx skills add https://github.com/chrisblattman/claudeblattman/tree/main/plugins/starter-kit/skills/done -g -y

Use without installing

npx skills use chrisblattman/claudeblattman@done

指定 Agent (Claude Code)

npx skills add chrisblattman/claudeblattman --skill done -a claude-code -g -y

安装 repo 全部 skill

npx skills add chrisblattman/claudeblattman --all -g -y

预览 repo 内 skill

npx skills add chrisblattman/claudeblattman --list

SKILL.md

Frontmatter
{
    "name": "done",
    "description": "Close out a work session: write a short HANDOFF.md snapshot so the next session picks up where this one left off. Run at the end of any substantive session."
}

Done — end-of-session handoff

Close out this session. Plain Write tool only — no scripts, no state files, no routing logic. Everything stays in the current folder.

  1. Summarize the session from the conversation: what we worked on, where it stands, what was decided, and the next concrete steps.

  2. Overwrite ./HANDOFF.md — it's a snapshot, not a log, so replace the whole file. 30 lines maximum, exactly these sections:

    # Handoff — <project>
    
    ## Status
    ## Next steps
    - [ ] <one concrete step a fresh session could start on without asking questions>
    ## Key files
    ## Decisions
    

    A few short lines per section. Next steps are checkboxes, most important first; leave finished items out. Key files = the handful of files the next session should open first.

  3. If ./SESSION_LOG.md exists, also append a dated entry of 3–6 bullets — what happened this session. Append at the end; never edit earlier entries. (If the file doesn't exist, skip this — don't create it.)

  4. End by telling the user: "Next session, open this folder and I'll read HANDOFF.md to pick up where we left off."

Version History

  • 12e14d4 Current 2026-07-24 11:55

Same Skill Collection

codex-starter/skills/ask-agents/SKILL.md
codex-starter/skills/done/SKILL.md
codex-starter/skills/prompt/SKILL.md
codex-starter/skills/review-plan/SKILL.md
plugins/starter-kit/skills/council/SKILL.md
plugins/starter-kit/skills/kit-hello/SKILL.md
plugins/starter-kit/skills/kit-setup/SKILL.md
plugins/starter-kit/skills/prompt/SKILL.md
plugins/starter-kit/skills/review-plan/SKILL.md

Metadata

Files
0
Version
12e14d4
Hash
2befa892
Indexed
2026-07-24 11:55

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-07 07:20
浙ICP备14020137号-1 $방문자$