Install
npx skillscat add egorfedorov/claude-context-optimizer/cco-replay Install via the SkillsCat registry.
About this skill
This skill displays summaries of recent sessions, showing timestamps, edited files, and token usage. It helps recover context from previous work without manually searching through logs. Use it when starting a new session or returning to a project to quickly review prior activity.
SKILL.md
Session Replay
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 $ARGUMENTSPresent the output to the user. It shows recent session summaries including:
- When the session happened and how long it lasted
- Which files were edited
- Token usage and waste percentage
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!"