Context Manager Skill

Save, load, list, and search Claude Code conversation contexts.

87|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/gaoziman/claude-context-manager --skill context-manager-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Context Manager Skill
Source: https://github.com/gaoziman/claude-context-manager/tree/main/.claude/skills/context-manager
Command: npx skills add https://github.com/gaoziman/claude-context-manager --skill context-manager-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the critical problem of losing valuable conversation context in Claude Code, especially after API errors or when starting new sessions, by providing robust tools to save, manage, and restore past work.

Core Features & Use Cases

  • Save Context: Capture the entire state of your current conversation, including requirements, decisions, code, and progress, with a simple command.
  • Load Context: Instantly restore a previous session's context in a new conversation, allowing you to pick up exactly where you left off.
  • Manage & Search: Browse, search, and organize all your saved contexts for easy retrieval.
  • Use Case: After a 400 API error forces you to restart a complex coding session, use /load-context with a keyword to quickly bring back all the project details, code snippets, and decisions made previously, avoiding hours of re-explanation.

Quick Start

Use the context manager skill to save the current conversation context with the title "User Authentication Feature Development".

Frequently Asked Questions about Context Manager Skill

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

FAQPage Schema
How do I save and restore Claude Code sessions after an API error?

To save and restore Claude Code sessions, you can capture the current conversation state including requirements and code, then load it into a new session using a keyword to recover context lost to API errors.

What is the best way to manage conversational context for Claude Code?

Managing conversational context for Claude Code involves structured storage and intelligent tagging of historical sessions, allowing you to browse, search, and organize saved contexts for seamless retrieval and work continuity.

Can I recover previous coding decisions and progress when starting a new Claude Code session?

Yes, you can recover previous coding decisions and progress when starting a new Claude Code session by loading a previously saved context, which preserves detailed session information including project details and code snippets.

How do I search historical Claude Code sessions by keyword?

You can search historical Claude Code sessions by keyword using the context manager's search and organize features, which apply type-specific extraction strategies to retrieve relevant past work, decisions, and code instantly.

Does the context manager skill work without additional dependencies?

Yes, the context manager skill works without additional dependencies, operating independently through its internal scripts and references to save, load, and manage your Claude Code session data.

What context details are preserved when saving Claude Code sessions?

Saving Claude Code sessions preserves the entire conversation state, specifically capturing project requirements, decisions, code snippets, and progress to ensure detailed work continuity for future restoration.