Session Handoff Memory

Stop a coding agent starting every session from zero -- keep a small curated memory file it writes at the end of a session and reads at the start, so it stops re-asking what you already told it and stops repeating a wrong guess it already ruled out. Use when you work with Claude Code across more than one session on the same project. Distinguishes durable memory (decisions, conventions, dead ends) from transcript noise, and closes the "brilliant new hire with amnesia" gap. NOT a transcript dump -- dumping the old session back in tends to bury the one useful fact and slow the agent down (lost-in-the-middle).

resilientmindset01-commits Updated

File contents

resilientmindset01-commits/claude-code-skills-free/tree/main/skills/session-handoff-memory commit 1817576b45

Frequently asked questions

npx skillmds@latest add resilientmindset01-commits/session-handoff-memory