How this skill is triggered — by the user, by Claude, or both
Slash command
/claudeknows:delete-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delete stored memory entries.
Delete stored memory entries.
id:ENTRYID → pass --id ENTRYID (delete single entry by ID)project:tagname → pass --tag tagname (delete all entries with that tag)--keyword WORD (delete all entries matching keyword)uv run skills/delete-memory/scripts/delete_memory.py --id ENTRYID
# or
uv run skills/delete-memory/scripts/delete_memory.py --tag TAGNAME
# or
uv run skills/delete-memory/scripts/delete_memory.py --keyword KEYWORD
The script lists what it will delete and asks for confirmation via --confirm flag.
--confirm): shows a preview of matching entries, does NOT delete--confirm: actually deletesShow the user what was found, then ask: "Should I delete these N entries? (run with --confirm to proceed)"
If the user says yes, re-run the same command with --confirm appended.
Report how many entries were deleted.
~/.claude/memory/ by defaultCLAUDE_MEMORY_DIR when setCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub cloaky233/claudeknows --plugin claudeknows