gaozimangaozimanCommunityยท1 Agent Skills Included

claude-context-manager

Save, restore, and search coding session context

Saves, restores, and searches Claude Code session context through simple slash commands. Prevents lost work after API errors by recovering conversations from auto-saved JSONL files. Auto-tags sessions by tech stack and task type, with optional hooks that save progress automatically. Keeps long projects continuous without re-explaining background in every new session.
npx skills add gaoziman/claude-context-manager --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-context-manager?โ–ผ

Run `npx skills add gaoziman/claude-context-manager --all -g -y` in your terminal to install all commands globally, then fully restart Claude Code.

How to recover a Claude Code session after a 400 error?โ–ผ

Open a new window and run /recover-context to restore your previous conversation from the automatically saved JSONL files.

How do I save and reload my coding session?โ–ผ

Use /save-context with an optional title to snapshot your current work, then /load-context with a number or keyword to restore it in any new session.

Can it save sessions automatically?โ–ผ

Yes. The optional hooks installer adds a Stop Hook that saves context whenever a task stops, plus a periodic save every 20 tool calls or 5 minutes.

Does it work on Windows, macOS, and Linux?โ–ผ

Yes. It ships with install scripts for all three platforms and stores everything in your global ~/.claude directory.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’