consolidate-memory

Consolidates memory files by merging duplicates, fixing stale facts, and pruning the index.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ankur3-101106/dotfiles-hypr --skill consolidate-memory-ankur3-101106
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: consolidate-memory
Source: https://github.com/ankur3-101106/dotfiles-hypr/tree/main/Claude/local-agent-mode-sessions/skills-plugin/ab436dd0-752a-4b9b-8503-dc6695d483cb/cedd2988-3bab-48aa-884f-cc7b3bfb8e81/skills/consolidate-memory
Command: npx skills add https://github.com/ankur3-101106/dotfiles-hypr --skill consolidate-memory-ankur3-101106

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Over time, an AI assistant's memory files accumulate duplicates, stale facts, and bloated indexes, making it hard for future sessions to orient quickly about who you are and how you work. This Skill performs a structured reflective pass to keep that memory accurate and compact. ## Core Features & Use Cases - Durable vs. dated separation: Keeps lasting preferences, relationships, and workflows while retiring completed projects and expired deadlines. - Duplicate merging and time fixing: Combines overlapping topic files and converts relative phrases like "next week" into absolute dates. - Index tidying: Updates MEMORY.md to stay under 200 lines and ~25KB with one concise line per entry. - Use Case: After weeks of sessions, your memory folder has three overlapping files about the same colleague and several outdated project notes. Run this Skill to merge them, retire finished work, and produce a clean index. ## Quick Start Ask the assistant to consolidate its memory files and clean up the memory index.

Frequently Asked Questions about consolidate-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up duplicate AI memory files?▼

Run a consolidation pass that reads every topic file, identifies files describing the same person, project, or preference, and merges them into one file while keeping the richer file's path. The index is then updated to remove stale pointers.

What should an AI assistant keep in long-term memory?▼

Keep durable facts like stated preferences, working style, key relationships, and the context behind decisions. Drop anything easily re-derived from calendars, docs, or connected tools, and retire dated items like finished projects or passed deadlines.

How do I handle relative dates in stored memory notes?▼

Convert relative phrases like "next week", "this quarter", or "by Friday" into absolute dates during consolidation. This keeps memory entries readable and accurate when reviewed in later sessions.

How large should a memory index file be?▼

Keep MEMORY.md under 200 lines and roughly 25KB, with one line per entry under about 150 characters in the format of a linked title plus a one-line hook. Detail belongs in the topic files, not the index.

When should memory consolidation not delete old notes?▼

Do not delete notes containing hard-to-re-derive context, such as why a decision was made or who to contact for what. Only retire entries whose dates have passed or whose information is easily pulled from connected tools on demand.