dream

Consolidate and index CLAUDE auto-memory files into durable memories.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SamyakJhaveri/loam --skill dream-samyakjhaveri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream
Source: https://github.com/SamyakJhaveri/loam/tree/main/seed/.claude/skills/dream
Command: npx skills add https://github.com/SamyakJhaveri/loam --skill dream-samyakjhaveri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory consolidation for CLAUDE's auto-memory files to preserve context across sessions after major milestones or long breaks, ensuring memories stay relevant and accessible.

Core Features & Use Cases

  • Performs a four-phase consolidation pass (audit → plan → approval → execute) to convert ephemeral learnings into durable memories.
  • Supports targeted pruning via prune <file> and read-only auditing via audit for validation before changes.
  • Maintains a clean, indexed memory directory at ~/.claude/projects/<project-path-slug>/memory with an up-to-date MEMORY.md for quick reference.

Quick Start

Trigger a memory consolidation pass after major milestones to organize recent learnings into durable memories.

Frequently Asked Questions about dream

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

FAQPage Schema
How do I consolidate Claude auto-memory files across multiple project sessions?

You can consolidate Claude auto-memory files by running a four-phase pass (audit, plan, approval, execute) that converts ephemeral session learnings into durable, indexed memories within your project memory directory.

What is memory consolidation for Claude session context and when do I need it?

Memory consolidation preserves session context across long breaks or after major milestones. You need it when accumulated Claude auto-memory files become difficult to search and require indexing to stay accessible.

How do I prune specific Claude memory files to keep my project context relevant?

You can prune specific Claude memory files by triggering the targeted prune workflow with a file name argument, which removes outdated or irrelevant entries while preserving durable context in MEMORY.md.

Do I need a specific directory structure to audit and consolidate Claude project memory?

Yes, you need a memory directory located at ~/.claude/projects/<project-path-slug>/memory. This path stores the auto-memory files and the MEMORY.md index required for audit and consolidation workflows.

Can I review Claude session memories without modifying any files?

Yes, you can run a read-only audit workflow to validate existing Claude session memories and review the current indexed state before approving any consolidation or pruning changes.

What's the best way to manage Claude memory accumulation after major project milestones?

The best way to manage Claude memory accumulation is triggering a consolidation pass after milestones, which audits recent learnings, plans updates, and executes changes to maintain a clean, searchable memory directory.