Session Save

Use when the user wants to safely close or clear a session and have the work PERSISTED INTO THE PROJECT'S OWN FILES so nothing is lost - phrases like "save before I clear", "save our decisions and changes", "make sure nothing's lost", "persist this into the repo", "I want to resume cold next week", "don't lose anything before I close". Routes decisions and shipped changes into the project's existing structure (changelog, ADR/decisions doc, tasks, docs - not a generic log file), is structure-aware, and asks before it writes. This is the DURABLE path - it writes to real files on disk. Do NOT use it when the user only wants a chat-only summary to paste into a fresh agent to keep working now, with nothing written to disk.

Amit-Tabibi daa2c43 5.5 KB Updated

File contents

Amit-Tabibi/claude-code-skills/tree/main/plugins/session-skills/skills/session-save commit daa2c4345e

Frequently asked questions

npx skillmds@latest add amit-tabibi/session-save