Prune banner
xiaolai xiaolai

Prune

Development community

Description

--- name: prune description: Interactive memory cleanup — review and prune stale memories argument-hint: [project] [--dry-run] allowed-tools: Bash, Read, Edit, AskUserQuestion --- Interactively clean up stale Claude Code memories. Arguments: $ARGUMENTS **Parse arguments:** - If `--dry-run` is present: show what would be flagged without taking action - If a project name is given: filter to that project - Otherwise: scan all projects **Step 1: Get staleness data** bash "${CLAUDE_PLUGIN_ROOT}/

Installation

Installs to ~/.claude/skills/xiaolai-echo-sleuth-for-claude-prune/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-echo-sleuth-for-claude-prune && curl -fsSL https://raw.githubusercontent.com/xiaolai/echo-sleuth-for-claude/HEAD/commands/prune.md -o ~/.claude/skills/xiaolai-echo-sleuth-for-claude-prune/SKILL.md

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

Full documentation available on GitHub

View Source Repository