dream

dream is a skill for Claude Code, Codex from slowdoctor-dev/workspace-md. It costs 108 tokens per session (2,248 once invoked), scanned A, original, Apache-2.0.

A sleep-consolidation workflow for turning journal entries into durable assistant memory and workspace procedures. It requires a specific workspace structure, including foundation files and an essential-memory folder.

In plain words
What is it for?
Use it after substantial sessions, during certain workspace events, or when explicitly requested to review entries and propose or create memory and procedure updates.
Why use it?
It helps preserve useful preferences and working patterns while separating short-term notes from longer-term guidance.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/slowdoctor-dev/workspace-md/dream
Any agent
npx skills add slowdoctor-dev/workspace-md --skill dream
Clone the repo
git clone --depth 1 https://github.com/slowdoctor-dev/workspace-md

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/slowdoctor-dev/workspace-md/dream.svg)](https://agentmods.dev/skills/slowdoctor-dev/workspace-md/dream)
Your own site
<a href="https://agentmods.dev/skills/slowdoctor-dev/workspace-md/dream"><img src="https://agentmods.dev/badge/skills/slowdoctor-dev/workspace-md/dream.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,248 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00108 $0.02248
Opus 5 $0.00054 $0.01124
Sonnet 5 $0.00022 $0.00450
Haiku 4.5 $0.00011 $0.00225

Measured 5d ago against content hash c0dc8ab0b5da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

dream 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 5d 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.

2-mind/forge/act/skill/dream/SKILL.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

dream

When to use

Three modes:

  • Chained: after session-end of a substantive session (default).
  • Mid-session: on Hermes-style triggers — ≥5 tool calls in a non-trivial workflow, error recovery, Owner correction, novel workflow.
  • Explicit: Owner invokes /dream directly.

Operational instance of R1 (consolidation under capacity) + R4 (dual-store graduation). Named for the sleep-consolidation metaphor that R1/R2 are grounded in (McGaugh hippocampus→cortex replay; Anthropic Auto Dream); session-end → dream → session-start completes a sleep cycle (lay down memory → consolidate during quiescence → wake to refined context).

Requires

Requires 3-control/foundation/SOUL.md, 3-control/foundation/PRINCIPLE.md, and 2-mind/garden/essential/ to exist. If any are missing, run init instead of continuing.

Quick reference

Signal type Target Tier
Owner preference / decision pattern garden/essential/USER.md T1 autonomous
Owner-stance / identity-shift signal garden/essential/SOUL.md (Observations / Owner-signals sections) T1 autonomous
→ graduation of identity to canonical 3-control/foundation/SOUL.md T2 Owner-ratify
Synthesized domain observation garden/<topic>.md (lazy create) T1 autonomous
Procedure ≥5 tool calls, reusable new 2-mind/forge/act/skill/<name>/SKILL.md T1 autonomous (procedural memory)
Mechanical task ≥2 occurrences new 2-mind/forge/act/script/<name> T1 autonomous
Cross-session pattern → spec-level principle 3-control/foundation/PRINCIPLE.md T2 Owner-ratify
Hard constraint to enforce 3-control/rule/<topic>.md T2 Owner-ratify

T1 applies immediately (within R1 capacity bounds). T2 requires per-item Owner ratification — the 3-control/ governance boundary.

Procedure

1. Surgical signal gather

Read:

  • Today's journal entry (written by session-end)
  • Last 1–2 prior journal entries (cross-session pattern detection)
  • garden/essential/SOUL.md Observations / Owner-signals

Read the full file on GitHub · 192 lines

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. 5d ago First seen · 192 lines · 108 tokens per session scan A c0dc8ab0b5da

Subscribe to this mod's changes

dream is a skill published in the GitHub repository slowdoctor-dev/workspace-md (1 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 108 tokens to every session and 2,248 once invoked, about $0.0005 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-08-31.

Related

Other skills, from other repositories

memclaw

The agent's persistent long-term memory — the only knowledge that survives across sessions, shared across the fleet under access control. Consult it at the start of a task to recall prior decisions, findings, and rules before acting, and write outcomes, decisions, and lessons as work completes. Use whenever a caura…

caura-ai/caura · 124 tokens

company-brain

How an agent should operate as one mind inside a shared Company Brain built on Caura — recall before acting, obey fleet keystones, reuse and publish skills, and report outcomes so every task compounds across the whole organization. Use this whenever you work as part of a Caura-connected team or fleet and your work…

caura-ai/caura · 108 tokens

marm-init

Guided MARM MCP setup. Invoke after running marm-memory init on the CLI to configure MARM memory across your agent. Drives transport choice, runtime choice, MCP config writing, multi-agent linking, and server start. Works on Claude, Codex, Gemini, Qwen, Cursor, VS Code, and other MCP-capable agents.

Lyellr88/marm-memory · 75 tokens

codex-memory-trim

Manage Codex's native global memory (/.codex/memories) with three sub-procedures - trim (audit + dedupe + three-layer cleanup), compress (rewrite verbose memories into concise form), and add-global (add a custom global rule/preference). Use when the user asks to 精简/清理/整理/压缩 Codex 记忆, 去重, 简化冗长记忆, 添加/写入/修改全局记忆 or a…

Yu-Xiao-Sheng/codex-memory-trim · 108 tokens

remember

Routes user requests containing "remember", "recall", "checkpoint", "session", "todo", or "where were we" to the correct OpenEmpiric (OEM) MCP tool. Use when the user wants to persist, retrieve, or contextualize knowledge from project memory.

xpajonx/openempiric · 59 tokens

knowledge-repo-init

Guided wizard for connecting or scaffolding an optional knowledge / documentation repo to a Bridge instance. Walks the user through layout choice, area picks, frontmatter conventions, optional dual-doku contracts, Bridge wiring (ecosystem.yaml + workflow/contexts/), and copies template skeletons from…

bks-lab/open-bridge · 124 tokens