From memex
Automatically save session memory before pushing code. Use this skill when the user asks to push, commit and push, or when a session is ending.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:memory-protocolThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks to push code or when you detect a session is ending, BEFORE the push:
When the user asks to push code or when you detect a session is ending, BEFORE the push:
Overwrite memory/latest.md with:
Update the ## NOW section in MEMORY.md (3 lines max):
Rules:
npx claudepluginhub asyrafhussin/memex --plugin memexSaves session state and writes a handoff note so the next Claude Code session can continue cleanly. Read/writes a remember.md file at the project root.
Closes out a session cleanly by reviewing work, updating project tracking files, committing changes, and capturing session knowledge. Use when a task is complete with no passoff needed.
Saves session progress by committing changes, pushing to remote, creating/updating pull requests, persisting decisions/patterns to memory layers, compiling briefings, and archiving features. Use for checkpointing work or PRs.