context-manager

Save, load, and restore project context across Claude Code sessions.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill context-manager-mtsatryan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-manager
Source: https://github.com/mtsatryan/openclaw-ai-agents/tree/main/context-manager
Command: npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill context-manager-mtsatryan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Claude Code sessions often lose context between runs. This Skill provides a dedicated context-management workflow to preserve and organize project memory across sessions, enabling seamless resumption.

Core Features & Use Cases

  • Smart Context Capture: automatically extract and structure relevant project information.
  • Compressed Summaries: create concise, actionable context snapshots.
  • Intelligent Restoration: parse context and plan continuation strategies.
  • Progress Tracking: maintain records of decisions, progress, and open questions.

Quick Start

Save context before closing a Claude Code session and load it when you resume.

Frequently Asked Questions about context-manager

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

FAQPage Schema
How do I keep context and memory across Claude Code sessions?

To keep context across Claude Code sessions, use a structured context management workflow that captures project memory, tracks progress, and restores decisions when you resume your work.

What is the best way to save project state before closing a coding session?

The best way to save project state is to trigger a smart context capture, which automatically extracts relevant information into a compressed summary of decisions, open questions, and progress.

How do I restore progress and open questions when resuming a multi-day coding project?

You can restore progress and open questions through intelligent restoration, which parses your saved context snapshots and plans a continuation strategy for your resumed session.

Can I track decisions and project memory for long-running collaborative explorations?

Yes, you can track decisions and project memory for long-running explorations by using progress tracking commands to maintain persistent records of your collaborative work.

Why does Claude Code lose my project context between runs?

Claude Code loses project context between runs because sessions are ephemeral, requiring dedicated session persistence mechanisms to capture and reload the working state.

Does session persistence work without external dependencies?

Yes, session persistence works without external dependencies by using frontmatter-driven instructions and structured capture commands to manage memory entirely within the workflow.