dreamcontext

Load structured context files from _dream_context at session start.

11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/meanllbrl/dreamcontext --skill dreamcontext
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dreamcontext
Source: https://github.com/meanllbrl/dreamcontext/tree/main/skill
Command: npx skills add https://github.com/meanllbrl/dreamcontext --skill dreamcontext

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agent persistent context management system that ensures decisions, state, and knowledge survive between sessions, reducing re-discovery and startup time.

Core Features & Use Cases

  • Persistent memory: stores identity, rules, decisions, and ongoing tasks in a structured set of files.
  • Auto-loaded context: loads Soul, User, Memory, and memory index at each session start to kick off work with continuity.
  • Cross-session continuity: enables task lifecycles, knowledge recall, and memory updates that travel with your project.
  • Extended core files: supports optional extended materials (knowledge index, features index) for deeper recall and planning across long-running projects.

Quick Start

Run dreamcontext hook session-start to preload soul, user, memory, and active tasks for the current session.

Frequently Asked Questions about dreamcontext

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

FAQPage Schema
How do I maintain AI agent memory and context across multiple sessions?

To maintain AI agent memory across sessions, you need a persistent context management system that auto-loads structured identity, rules, and active tasks at session start. This ensures decisions and knowledge survive between sessions, reducing startup re-discovery time.

What is the best way to manage task lifecycles for long-running AI projects?

Managing task lifecycles requires storing ongoing tasks and decisions in a structured memory index. Auto-loading extended core files at each session start enables deep recall and planning, allowing task continuity to travel with your project across tools.

How does cross-session context persistence work for AI agents?

Cross-session context persistence works by loading structured context from a dedicated directory at session start. It automatically retrieves Soul, User, and Memory files to facilitate immediate memory recall and knowledge access without manual reconstruction.

Do I need to manually load memory files every time I start a new AI session?

No, you do not need to manually load memory files. A session-start hook automatically preloads soul, user, memory, and active tasks, instantly initializing the current session with full continuity and previous knowledge recall.

Can I use structured context files to reduce AI agent startup time?

Yes, using structured context files significantly reduces AI agent startup time. By preserving state and knowledge in a structured set of files, the system eliminates re-discovery and immediately provides the agent with necessary identity and task data.

What limitations exist when relying on session memory for AI context management?

Session memory relies on a structured directory format, meaning context recall depends on consistent file updates. Without properly maintaining the memory index and extended core files, long-running projects may experience degraded knowledge access and continuity gaps.