claude-context-manager
Save, restore, and search coding session context
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core