Session close
A curated collection of reusable AI agent skills, playbooks, and prompts for security audits, engineering workflows, and automation.
npx -y skills add vishnujchandran/.agents --skill session-closeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Restart-safe session closer that captures completed work, pending priorities, blockers, and a copy-paste resume prompt for the next session.
SKILL.md
1.6 KB, 296 tokens by cl100k_base, as published. Nobody here has run it
session-close (v2.0)
Close a development session with a complete, actionable handoff.
Trigger Signals
Use when user asks to:
- end today’s session
- checkpoint current progress
- prepare tomorrow restart notes
- create a resume prompt
Inputs
- session objective (from open)
- completed tasks and validation results
- changed files / branches / pending PR notes
Workflow
- Summarize completed outcomes against session objective.
- Capture changed files and rationale.
- Record verification status (tests/lint/build run or not run).
- List remaining work with P0/P1/P2 priority.
- Capture blockers, risks, and assumptions.
- Generate explicit resume prompt with first command/action.
- Save checkpoint artifact.
Output Contract
Return exactly:
- Completed work summary
- Changed files + why
- Verification status
- Pending TODOs (P0/P1/P2)
- Open issues/blockers
- Next-session resume prompt
Fail Conditions
Mark close status as incomplete if:
- critical changes were made without verification status
- pending P0 items are undocumented
- resume prompt lacks a first actionable step
Templates
Use templates/session-close-template.md for consistent checkpoint output.
Guardrails
- Be factual and traceable
- Do not claim tests passed unless executed
- Keep summary concise but restart-complete