From memory-bank
Delete a specific memory by ID from the GCP Memory Bank. Use when the user explicitly asks to remove a memory. Always confirm the ID by listing first if uncertain.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-bank:memories-deleteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delete a memory from the GCP Memory Bank.
Delete a memory from the GCP Memory Bank.
/memories-list first to find it.<id>: <fact[:60]>…?" — then proceed.ls -d ~/.claude/scripts/memory-bank ~/.gemini/config/plugins/memory-bank/scripts ~/.claude/plugins/cache/*/memory-bank/*/scripts 2>/dev/null
Use the first that exists in the order listed above, not the order ls
prints — it sorts. Call it <SCRIPTS>.python3 <SCRIPTS>/delete_memory.py "<memory_id>"
✓ Deleted memory <id>npx claudepluginhub mlarkin00/plugins --plugin memory-bankGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.