Memory Distill banner
marcelopaniza marcelopaniza

Memory Distill

Development community

Description

--- description: Distill a single memory file in-place — replace prose narrative with 1-3 sentences of forward-looking truth. argument-hint: <path-to-file> [--lang <code>] --- > **Note:** `/mempenny:memory-distill` operates on a single file via its explicit path argument, so it does not need `--dir`. The file path IS the target. Distill a single memory file in-place. No backup — this operation is small and the user can recover from the filesystem's own history if they care. ## Step 1 — Parse

Installation

Installs to ~/.claude/skills/marcelopaniza-mempenny-memory-distill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marcelopaniza-mempenny-memory-distill && curl -fsSL https://raw.githubusercontent.com/marcelopaniza/mempenny/HEAD/commands/memory-distill.md -o ~/.claude/skills/marcelopaniza-mempenny-memory-distill/SKILL.md

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

Full documentation available on GitHub

View Source Repository