dream-consolidation

dream-consolidation is a skill for Claude Code, Codex from YousefNabil-SOC/claude-apex. It costs 36 tokens per session (411 once invoked), scanned A, original, MIT.

A memory-maintenance workflow that reviews stored project notes, combines duplicates, archives old information, and removes details that are no longer useful.

In plain words
What is it for?
Use it after major milestones, when memory files grow too large, or periodically to update project priorities, lessons, and session notes.
Why use it?
It keeps accumulated assistant memory organized and small enough to remain useful over time.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it after major milestones, when memory files grow too large, or periodically to update project priorities, lessons, and session notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yousefnabil-soc/claude-apex/dream-consolidation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add YousefNabil-SOC/claude-apex --skill dream-consolidation
Clone the repo
git clone --depth 1 https://github.com/YousefNabil-SOC/claude-apex

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dream-consolidation

README.md
[![agentmods](https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/dream-consolidation/github.svg)](https://agentmods.dev/skills/yousefnabil-soc/claude-apex/dream-consolidation)
Your own site
<a href="https://agentmods.dev/skills/yousefnabil-soc/claude-apex/dream-consolidation"><img src="https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/dream-consolidation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dream-consolidation

Your own site · 80×15
<a href="https://agentmods.dev/skills/yousefnabil-soc/claude-apex/dream-consolidation"><img src="https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/dream-consolidation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 411 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00411
Opus 5 $0.00018 $0.00205
Sonnet 5 $0.00007 $0.00082
Haiku 4.5 $0.00004 $0.00041

Measured 8d ago against content hash 547a82260fdc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dream-consolidation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dream-consolidation/SKILL.md · 51 lines

What it actually says

Dream Consolidation

A 4-phase memory maintenance cycle that mirrors biological memory consolidation.

When to Trigger

  • After major project milestones
  • When MEMORY.md exceeds 200 lines
  • Every 2 weeks of active use
  • When the user says "consolidate memory" or "dream"

Phase 1: Orient

Read ALL memory files to understand current state:

  • Global memory (~/.claude/memory/*)
  • Project memory (~/.claude/projects//memory/)
  • MEMORY.md index file

Assess: line counts, staleness, duplicates, outdated entries.

Phase 2: Gather

Identify what to keep, compress, and discard:

  • Keep: Active project details, current priorities, hard rules
  • Compress: Session summaries → archive file with key takeaways
  • Discard: Completed tasks, stale priorities, resolved issues
  • Deduplicate: Info in MEMORY.md that's already in topic files

Phase 3: Consolidate

Execute the changes:

  • Archive old session summaries to archive file
  • Update MEMORY.md with compressed references
  • Backfill learning-log.md with missing entries
  • Clean up session-handoff.md
  • Extract cross-cutting technical lessons into MEMORY.md

Phase 4: Prune

Verify the results:

  • MEMORY.md under 200 lines
  • No duplicate information across files
  • All topic files still accurate and accessible
  • Archive file preserves important details
  • Report: before/after line counts, what changed

Key Principles

  • Deduplication through indirection: MEMORY.md points to topic files, doesn't repeat them
  • Cross-cutting consolidation: Scattered lessons get one reusable section
  • Nothing important lost: Archive preserves details, MEMORY.md keeps pointers
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 51 lines · 36 tokens per session scan A 547a82260fdc

Subscribe to this mod's changes

dream-consolidation is a skill published in the GitHub repository YousefNabil-SOC/claude-apex (2 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 411 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories