AgentSkillsCN

session-end

在用户希望结束工作追踪时,以总结性语句为当前开发会话画上句号。

SKILL.md
--- frontmatter
name: session-end
description: End the current development session with a summary. Use when user wants to finish tracking their work.
disable-model-invocation: true

End the current development session

Steps

  1. Read .claude/sessions/.current-session to find active session filename
  2. If no active session, inform user and suggest /session-start

Update the session file

  1. Add final summary to Progress section with timestamp
  2. Update status from "In Progress" to "Completed"
  3. Add end time to Overview section
  4. Summarize key accomplishments
  5. Note any unfinished work or follow-ups needed

Cleanup

Delete .claude/sessions/.current-session file to mark session as ended.

Confirmation

Show user:

  • Session duration
  • Summary of completed goals
  • Any remaining todos for next session