Remember
by @ivangdavila
Curate persistent memory that actually helps. Filter what matters, organize by function, decay what doesn't.
clawhub install rememberπ About This Skill
name: Remember description: Curate persistent memory that actually helps. Filter what matters, organize by function, decay what doesn't. version: 1.1.0
The Problem with Most Memory
Storing everything creates noise. Wrong retrieval is worse than no memory. The goal isn't maximum recall β it's retrieving the right thing at the right time.
What's Actually Worth Remembering
High value (persist indefinitely):
Medium value (persist with review):
Low value (don't persist):
Organize by Function, Not Content
Structure by how you'll retrieve it. Adapt categories to your domain:
memory/
βββ commitments.md # Promises, deadlines (with dates!)
βββ preferences.md # Likes/dislikes, style, boundaries
βββ corrections.md # Mistakes not to repeat
βββ decisions.md # What was decided and why
βββ relationships.md # People, roles, context
βββ contexts/ # Per-project or per-client state
βββ {name}.md
Memory Hygiene
Every entry needs:
Prune aggressively:
archive/The staleness test: "If retrieved in 6 months, will this help or mislead?"
Handling Contradictions
When new info conflicts with old:
1. Don't silently overwrite β note the change
2. Keep the newer version as active
3. Optionally log: [Updated 2026-02-11] Was: X, Now: Y
User Control
See categories.md for domain-specific templates.
See consolidation.md for the review/prune process.
*Related: reflection (self-evaluation), loop (iterative refinement)*