OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add codewithmukesh/dotnet-claude-kit --skill checkpoint
Mid-session save point: create a descriptive git commit and a brief handoff note, then keep working. Use before a risky change or refactor, when switching tasks, or to bank progress without ending the session. Triggers on: /checkpoint, "checkpoint", "save progress", "commit and handoff", "save state", "pause here", "before a risky change". For the full end-of-session ritual with learning extraction, use /wrap-up instead.
npx skills add codewithmukesh/dotnet-claude-kit --skill checkpoint
A quick mid-session save that banks the known-good state in two moves:
.claude/handoff.md so a resumed session
(or you, after a botched refactor) knows exactly where things stand.Checkpoint is the mid-session save; /wrap-up is the end-of-session ritual.
Checkpoint commits and jots a note, then keeps working. Wrap-up does the full
handoff plus learning extraction into MEMORY.md.
/wrap-up for the full ritualgit status and git diff to see staged and unstaged
changes.git add -A. Exclude
generated files, build artifacts, and secrets (.env, credentials).feat:, fix:, refactor:). New commit, never
amend. If there is nothing to commit, skip to the handoff..claude/handoff.md, same format as /wrap-up
but abbreviated: Completed, Pending (with specific next steps), Learned
(only if something non-obvious surfaced), and Context (branch + commit
hash). One file, always overwritten./wrap-up — End-of-session ritual: full handoff format definition plus
learning extraction into MEMORY.md/build-fix — Get the build green before checkpointing