Memory Quality
Helps users understand and clean up the memory files that Claude Code saves
automatically. Files live in ~/.claude/projects/*/memory/.
Memory files on this machine:
find ~/.claude/projects -name "*.md" -path "*/memory/*" 2>/dev/null \
| grep -v "MEMORY\.md" | wc -l | tr -d ' '
If the count above is 0, tell the user they don't have memory files yet and suggest they keep using Claude Code normally — files appear after a few sessions.
Choosing what to run
- **Qu
[Description truncada. Veja o README completo no GitHub.]