Purge banner
jholhewres jholhewres

Purge

Development community

Description

--- description: Wipe Anchored memory (default soft-delete; pass --hard for full DB reset with backup) argument-hint: [--hard] --- The user wants to purge Anchored memory. Arguments: $ARGUMENTS This is destructive. Before running anything: 1. Confirm the user really wants to do this. Ask once, plainly. 2. If `$ARGUMENTS` contains `--hard`, warn them this drops the full DB (a `.bak` is made automatically). Otherwise it soft-deletes everything (recoverable for 30 days via `anchored dream`). 3.

Installation

Installs to ~/.claude/skills/jholhewres-anchored-purge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jholhewres-anchored-purge && curl -fsSL https://raw.githubusercontent.com/jholhewres/anchored/HEAD/commands/purge.md -o ~/.claude/skills/jholhewres-anchored-purge/SKILL.md

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

Full documentation available on GitHub

View Source Repository