Displays summaries of recent Claude Code sessions including timestamps, durations, edited files, token usage, and waste percentages for quick context recovery. Useful after restarting sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-context-optimizer:cco-replay [N] (number of sessions to show, default 5)[N] (number of sessions to show, default 5)This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user summaries of their recent sessions so they can quickly recover context.
Show the user summaries of their recent sessions so they can quickly recover context.
Parse $ARGUMENTS for the number of sessions to show (default: 5).
Run:
node ${CLAUDE_PLUGIN_ROOT}/src/replay.js $ARGUMENTS
Present the output to the user. It shows recent session summaries including:
If no summaries exist yet, tell the user: "No session summaries yet. They're generated automatically at the end of each session — just keep working!"
npx claudepluginhub egorfedorov/claude-context-optimizerQuery Claude Code session history for IDs, durations, tokens consumed, tool usage patterns, errors, permissions, and search past conversations by keyword or project. Use for usage introspection like 'tokens today' or 'find setup X'.
Recaps Claude Code sessions using claude-view tools to list recent ones, fetch details, and summarize duration, model, turns, commits, metrics. Activates on recap/summary/review requests.
Analyzes Claude Code session history JSONL files to extract insights, summaries, and patterns from conversations. Processes current project or all sessions with bash, jq, and subagents.