wrap

Consolidate session data into AGENTS.md, MEMORY.md, and .agentic/context.md.

12|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill wrap-space-dinosaurs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap
Source: https://github.com/Space-Dinosaurs/DinoStack/tree/main/.openclaw/skills/wrap
Command: npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill wrap-space-dinosaurs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool enriches the current session context by merging auto-generated notes with a manually curated, stable record that updates AGENTS.md, MEMORY.md, and .agentic/context.md across a session.

Core Features & Use Cases

  • On-demand session context enrichment: enrich and persist decisions, conventions, and learned details for future sessions.
  • Preflight and drift management: perform schema migrations and drift fixes per the wrapper workflow, with a safe lock to prevent concurrent runs.
  • Durable memory and knowledge capture: centralize decisions and conventions into memory for long-term reference.

Quick Start

Run the wrap command to enrich the session context before concluding this session.

Frequently Asked Questions about wrap

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

FAQPage Schema
How do I preserve session context for future agents?

Session context enrichment merges auto-generated session notes with a manually curated stable record. It updates AGENTS.md, MEMORY.md, and .agentic/context.md to persist decisions and conventions for future use.

How do I manage schema drift and prevent concurrent context updates?

Schema drift and concurrent updates are handled through preflight migrations and safe lock management. The workflow performs drift fixes per the wrapper workflow, using a lock to prevent concurrent runs.

What is the best way to capture durable memory and conventions across sessions?

The best way to capture durable memory is to centralize decisions and conventions into memory files. This produces a machine-readable summary of conventions for long-term reference across future sessions.

Does session context enrichment require any external dependencies?

No external dependencies are required for session context enrichment. The tool operates independently to coordinate on-demand enrichment, preflight migrations, and lock management within your environment.

When should I run a session context wrap?

You should run a session context wrap before concluding your current session. This ensures that all decisions, conventions, and learned details are enriched and persisted for future agents.

Why does my session context drift between different agent runs?

Session context drift occurs when schema migrations are not applied or concurrent runs overwrite data. Drift handling and lock management coordinate preflight fixes to maintain a stable, curated context record.