Memory Apply banner
marcelopaniza marcelopaniza

Memory Apply

Development community

Description

--- description: Apply a previously approved triage table to a Claude Code auto-memory directory. Creates a full backup first. Rolls back on failure. argument-hint: [<path-to-table>] [--dir <path>] [--lang <code>] --- Apply a pre-approved triage plan to a memory directory. ## Step 1 — Parse arguments The user invoked this command with: $ARGUMENTS - **Table path:** first positional argument, **required**. In v0.4.0 this defaulted to `/tmp/triage_table.md` when omitted; that default was remove

Installation

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

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

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

Full documentation available on GitHub

View Source Repository