session-end

star 0

End the current development session with a summary. Use when user wants to finish tracking their work.

NoMoreViolence By NoMoreViolence schedule Updated 1/22/2026

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
Install via CLI
npx skills add https://github.com/NoMoreViolence/blog --skill session-end
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
NoMoreViolence
NoMoreViolence Explore all skills →