dream

Consolidate recent learnings into topic-based memory files under .claude/memory/.

1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/peteknowsai/swain-agents --skill dream-peteknowsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream
Source: https://github.com/peteknowsai/swain-agents/tree/main/sprite/skills/dream
Command: npx skills add https://github.com/peteknowsai/swain-agents --skill dream-peteknowsai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory fragmentation and difficulty recalling recent learnings. This skill performs a reflective pass over memory logs to synthesize what you've learned into durable, organized memories for faster orientation in future sessions.

Core Features & Use Cases

  • Reflective consolidation of memory files into topic-based memories.
  • Phase-driven workflow: orient, gather signal, consolidate, prune and index.
  • Yearning lifecycle support by resolving questions and updating the MEMORY index.

Quick Start

Run a nightly memory consolidation pass to organize recent learnings into topic memories.

Frequently Asked Questions about dream

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

FAQPage Schema
How do I consolidate recent learnings into durable memories?

To consolidate recent learnings into durable memories, this skill processes session data through a phase-driven workflow to synthesize signals into organized topic-based memory files.

What is the best way to organize memory files by topic for future sessions?

Organizing memory files by topic is achieved by synthesizing session data into structured topic files under .claude/memory/ and maintaining a MEMORY.md index for fast retrieval.

When should I run a memory consolidation pass?

Run memory consolidation during nightly cron jobs, after rich sessions, or via on-demand prompts to synthesize recent learnings and prevent memory fragmentation.

How does the memory consolidation workflow orient existing memories?

The consolidation workflow orients existing memories through a phase-driven process that gathers signals, consolidates data into topic files, resolves yearnings, and prunes the memory index.

Can I automate memory consolidation with cron runs?

Yes, memory consolidation supports nightly cron runs to automatically process session data, update the MEMORY.md index, and maintain topic files without manual intervention.

What is a yearning lifecycle in memory management?

The yearning lifecycle in memory management tracks open questions, resolving them during the consolidation phase and updating the MEMORY index to reflect newly synthesized learnings.