From cc-harness
Consolidates logs, sessions, and memory files into durable topic memories with date normalization and stale-entry pruning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-harness:dream-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you want a deliberate memory-consolidation pass instead of storing more raw notes.
Use this skill when you want a deliberate memory-consolidation pass instead of storing more raw notes.
This bundle is intentionally portable. It borrows the workflow shape from Claude Code's dream system, but it does not depend on Claude Code internals.
MEMORY.md small and index-likeInspect a memory directory before running the consolidation prompt:
python3 {baseDir}/scripts/dream_memory.py --memory-root /path/to/memory --transcripts-dir /path/to/transcripts
Then use the portable prompt in references/prompt-template.md.
MEMORY.md, topic files, and recent logs or transcripts.MEMORY.md as a concise index.MEMORY.md is an index, not a content dump.python3 {baseDir}/scripts/dream_memory.py ...npx claudepluginhub learnprompt/cc-harness-skills --plugin cc-harnessReviews, merges, prunes, and indexes memory files to keep them organized and up-to-date. Run periodically for memory consolidation.
Consolidates Claude Code's auto-memory across sessions using a four-phase cycle (Orient, Gather Signal, Consolidate, Prune Index) with seven operators. Activates via session hooks or manual `/dream` command.
Consolidates, prunes, and reorganizes Claude Code auto memory files. Fixes format drift, deduplicates facts, enforces MEMORY.md index structure. Use when memory feels stale or cluttered.