Before ending any session, run the standard git checklist.
git statusto check what changed.git add <files>to stage code changes.git commit -m "..."to commit.git pushto push to remote.
Reference: references/end-session-checklist.md.
Follow the end-of-session git checklist before handing off.
npx skillmds@latest add mbtz/session-protocol Before ending any session, run the standard git checklist.
git status to check what changed.git add <files> to stage code changes.git commit -m "..." to commit.git push to push to remote.Reference: references/end-session-checklist.md.
mbtz/agent-skills/tree/main/skills/workflow/session-protocol commit d8d1745979