git404hub

what is context-engineer fr?

naveen10032004k/context-engineer — explained in plain English

Analysis updated 2026-05-18

1Audience · developerComplexity · 1/5LicenseSetup · easy

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Saves session state
      Writes handover.md
    Tech stack
      Claude Code Skills
      No build step
    Skills
      handover fast checkpoint
      context-engineer knowledge handoff
    Use cases
      Resume a session fast
      Avoid repeating mistakes
    Audience
      Claude Code users
      Solo developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Save a Claude Code session's decisions and progress before closing it so the next session can resume without rereading the conversation.

VIBE 2

Capture engineering knowledge, including reasons behind decisions and failed attempts, for a teammate picking up the project later.

VIBE 3

Generate a reusable resume prompt at the end of a session to paste into a fresh Claude Code session.

what's the stack?

Claude Code Skills

how it stacks up fr

naveen10032004k/context-engineer0xkinno/neuralvault0xlocker/d17-contracts
Stars111
LanguageTypeScriptSolidity
Setup difficultyeasyhardhard
Complexity1/54/55/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

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.

prompts (copy fr)

prompt 1
Show me how to install the handover skill so it is available in every one of my projects.
prompt 2
Write a handover for my current Claude Code session using the context-engineer skill.
prompt 3
Explain the difference between the handover skill and the context-engineer skill and when to use each.
prompt 4
Walk me through what information gets captured in handover.md after running these skills.

Frequently asked questions

what is context-engineer fr?

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.

How hard is context-engineer to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is context-engineer for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.