agentsclimarketplace

Session close

Skill vishnujchandran/.agents/skills/session-close

A curated collection of reusable AI agent skills, playbooks, and prompts for security audits, engineering workflows, and automation.

Install
npx -y skills add vishnujchandran/.agents --skill session-close

Assembled 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

  1. Summarize completed outcomes against session objective.
  2. Capture changed files and rationale.
  3. Record verification status (tests/lint/build run or not run).
  4. List remaining work with P0/P1/P2 priority.
  5. Capture blockers, risks, and assumptions.
  6. Generate explicit resume prompt with first command/action.
  7. Save checkpoint artifact.

Output Contract

Return exactly:

  1. Completed work summary
  2. Changed files + why
  3. Verification status
  4. Pending TODOs (P0/P1/P2)
  5. Open issues/blockers
  6. 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.