Context Mem Handoff banner
JubaKitiashvili JubaKitiashvili

Context Mem Handoff

Development community

Description

--- name: context-mem-handoff description: Generate a session handoff — saves current state and creates a continuation prompt for a new session allowed-tools: Bash --- Generate a session handoff prompt that captures the current session state. 1. Call the `handoff_session` MCP tool to generate the handoff: Use the `handoff_session` MCP tool with the reason "Manual handoff via /context-mem-handoff command". 2. Present the continuation prompt to the user in a clean format. 3. Tell the user: "C

Installation

Installs to ~/.claude/skills/jubakitiashvili-context-mem-context-mem-handoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jubakitiashvili-context-mem-context-mem-handoff && curl -fsSL https://raw.githubusercontent.com/JubaKitiashvili/context-mem/HEAD/commands/context-mem-handoff.md -o ~/.claude/skills/jubakitiashvili-context-mem-context-mem-handoff/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository