Analysis updated 2026-05-18
Save a Claude Code session's decisions and progress before closing it so the next session can resume without rereading the conversation.
Capture engineering knowledge, including reasons behind decisions and failed attempts, for a teammate picking up the project later.
Generate a reusable resume prompt at the end of a session to paste into a fresh Claude Code session.
| naveen10032004k/context-engineer | 0xkinno/neuralvault | 0xlocker/d17-contracts | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | — | TypeScript | Solidity |
| Setup difficulty | easy | hard | hard |
| Complexity | 1/5 | 4/5 | 5/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
This repository holds two Claude Code Skills that save the state of a coding session before it is lost. When a Claude Code session ends, most of what happened lives only in the conversation: what was decided, what was tried and dropped, what is half finished, and what to do next. These skills write that information into a single file called handover.md so the next session can resume right away instead of rereading the whole conversation and reexploring the repo. The first skill, handover, is meant for a fast, complete end of session checkpoint. It records the project's overall state: files changed and why, git status, build and test status, blockers, open TODOs, and next steps. The second skill, context-engineer, is described as version one of a larger context system and is meant for a knowledge first handoff. Instead of summarizing the chat, it captures engineering knowledge: decisions along with their reasons and alternatives, conventions, assumptions, failed attempts, technical debt, and risks. Both skills overwrite handover.md each time and end with a reusable resume prompt that can be pasted into a new session. Installing either skill means copying its folder into a Claude Code skills directory, either the personal one at a user's home folder for use across every project, or a project specific one so it only applies there. The two skills are independent, so either can be installed alone. Once installed, a user runs the skill with a slash command such as slash handover or slash context-engineer, or simply asks in plain language, such as saying write a handover. Both skills work by gathering read only repo and git information, mining the conversation for objectives and decisions, and inferring the project's stage rather than only summarizing messages. Anything that cannot be verified is recorded as Unknown rather than guessed. The project is released under the MIT license and is credited to Naveen Kenchgunde.
Two Claude Code Skills that save a coding session's decisions, progress, and next steps into a handover.md file so a future session can resume instantly.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.