Save Mem banner
iammattq iammattq

Save Mem

Git community

Description

--- description: Update MEMORY.md with session progress and commit recent changes argument-hint: <feature> [commit-message] --- # /save-mem Capture session progress in MEMORY.md and commit the work. ## Usage ``` /save-mem <feature> /save-mem <feature> "commit message" ``` ## Process ### 1. Locate Memory File ``` docs/plans/<feature>/MEMORY.md ``` If not found, inform user and stop. ### 2. Analyze Work Since Last Update Read the last session entry in MEMORY.md to understand where things

Installation

Installs to ~/.claude/skills/iammattq-intents-plugin-save-mem/SKILL.md

Terminal
mkdir -p ~/.claude/skills/iammattq-intents-plugin-save-mem && curl -fsSL https://raw.githubusercontent.com/iammattq/intents-plugin/HEAD/commands/save-mem.md -o ~/.claude/skills/iammattq-intents-plugin-save-mem/SKILL.md

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

Full documentation available on GitHub

View Source Repository