From document-skills
Consolidates memory files by merging duplicates, separating durable from dated info, fixing time references, pruning redundant data, and updating MEMORY.md index. Use to keep memories organized after accumulation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/document-skills:consolidate-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You're doing a reflective pass over what you've learned about this user and their work. The goal: a future session should be able to orient quickly — who they work with, what they're focused on, how they like things done — without re-asking.
You're doing a reflective pass over what you've learned about this user and their work. The goal: a future session should be able to orient quickly — who they work with, what they're focused on, how they like things done — without re-asking.
Your system prompt's auto-memory section defines the directory, file format, and memory types. Follow it.
MEMORY.md)Separate the durable from the dated. Preferences, working style, key relationships, and recurring workflows are durable — keep and sharpen them. Specific projects, deadlines, and one-off tasks are dated — if the date has passed or the work is done, retire the file or fold the lasting takeaway (e.g. "user prefers X format for launch docs") into a durable one.
Merge overlaps. If two files describe the same person, project, or preference, combine into one and keep the richer file's path.
Fix time references. Convert "next week", "this quarter", "by Friday" to absolute dates so they stay readable later.
Drop what's easy to re-find. If a memory just restates something you could pull from the user's calendar, docs, or connected tools on demand, cut it. Keep what's hard to re-derive: stated preferences, context behind a decision, who to go to for what.
Update MEMORY.md so it stays under 200 lines and ~25KB. Each entry is one line, under ~150 chars, in this format:
- [Title](file.md) — one-line hook
Finish with a short summary: how many files you touched and what changed.
npx claudepluginhub organvm/a-i--skills --plugin document-skillsReviews, merges, prunes, and indexes memory files to keep them organized and up-to-date. Run periodically for memory consolidation.
Consolidates logs, sessions, and memory files into durable topic memories with date normalization and stale-entry pruning.
Audits and selectively forgets stored Claude Code memories. Use when memory is large/uncurated, project state has shifted, or retrieval quality degraded.