cc-sessions
01Plugin Claude Code
Never lose context again. Smart session memory with extended retention for Claude Code.
Plugin Claude Code
Never lose context again. Smart session memory with extended retention for Claude Code.
Command
Export session to markdown or JSON format.
Command
Browse all saved sessions.
Command
Resume a session with full context restoration.
Command
Search across all saved sessions.
Command
Configure session memory settings.
Command
Regenerate AI summaries for sessions that only have rule-based summaries.
Command
Open the sessions browser UI — a claude.ai-style project/session explorer in your browser.
Command
Show summary of the last session in this project.
Hook
Runs when a session starts on clear, executing session-start.js and post-clear.js via node (2 commands). From iam-dev/cc-sessions.
Hook
Runs when a session ends, executing session-end.js via node. From iam-dev/cc-sessions.
Hook
Runs when the agent sends a notification, executing notification.js via node. From iam-dev/cc-sessions.
Hook
Runs on the Periodic event, executing periodic-save.js via node. From iam-dev/cc-sessions.
Skill Claude CodeCodex
Save the current session with a summary, then clear context. Use instead of /clear when you want to preserve the session before clearing.
Skill Claude CodeCodex
Import all Claude Code CLI sessions from /.claude/projects/ into the cc-sessions database with AI-generated summaries. Use when the user wants to import their session history.
Skill Claude CodeCodex
Generate a high-level project summary by analyzing all saved sessions for the current project. Use when the user wants an overview of work done across multiple sessions.
Skill Claude CodeCodex
Save the current Claude Code session to the database as a checkpoint. Use when the user wants to persist session progress without clearing context.
Skill Claude CodeCodex
Save the current Claude Code session before running /clear. Use when the user wants to snapshot their session, or before clearing context.
Skill Claude CodeCodex
Regenerate AI summaries for sessions that only have rule-based summaries. Use when imported sessions have poor or missing summaries.