Mem Save banner
kid-sid kid-sid

Mem Save

Development community

Description

Save a curated session-level summary to history. Use this at meaningful milestones — end of session, before a long break, after wrapping a chunk of work — not after every turn. The auto-hooks (`UserPromptSubmit`, `Stop`, `PreCompact`) already capture turns; this command is for the higher-signal arc that those per-turn saves can't see. Execute these in order in one response: 1. Call `ToolSearch` with `query: "select:mcp__memory_map__save_history"` to load the schema. 2. Distill the session arc

Installation

Installs to ~/.claude/commands/kid-sid-claude-spellbook-mem_save.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kid-sid/claude-spellbook/HEAD/.claude/commands/mem_save.md -o ~/.claude/commands/kid-sid-claude-spellbook-mem_save.md

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

Full documentation available on GitHub

View Source Repository