clean-memory
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Context
Memory audit: !python3 "$HOME/.agents/skills/clean-memory/scripts/audit.py" . 2>/dev/null | head -30 || echo "(audit script unavailable)"
Store: !python3 "$HOME/.agents/skills/use-project-memory/scripts/resolve.py" 2>/dev/null | head -1 || echo "(resolver unavailable)"
Instruction files in the tree: !out=$(git ls-files 2>/dev/null | grep -E '(^|/)(AGENTS|CLAUDE)\.md$' | head -6); echo "${out:-(none)}"
Instructions
Verify every memory against reality, keep what still holds, archive what closed, disprove what the tree contradicts, and leave the store smaller and true.