# Session Protocol

> Follow the end-of-session git checklist before handing off.

- Skill: `mbtz/session-protocol` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add mbtz/session-protocol`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mbtz/session-protocol/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: mbtz (https://skillmd.com/u/mbtz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/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`.

