Memory Triage banner
marcelopaniza marcelopaniza

Memory Triage

Documentation community

Description

--- description: Dry-run triage of a Claude Code auto-memory directory. Produces a markdown table of proposed actions (delete / archive / distill / keep). No writes. argument-hint: [--dir <path>] [--only <glob>] [--lang <code>] --- Triage an auto-memory directory as a **read-only dry run**. No file modifications. ## Step 1 — Parse arguments The user invoked this command with: $ARGUMENTS Parse three optional arguments from `$ARGUMENTS`: - `--dir <path>` — absolute path to the memory director

Installation

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

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

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

Full documentation available on GitHub

View Source Repository