# Cco Replay

> Show recent session summaries for quick context recovery

- Skill: `egorfedorov/cco-replay` (Agent Skill)
- Install (CLI): `npx skillmds@latest add egorfedorov/cco-replay`
- Raw SKILL.md: https://api.skillmd.com/api/skills/egorfedorov/cco-replay/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: egorfedorov (https://skillmd.com/u/egorfedorov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/egorfedorov/cco-replay

---


# 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:
```bash
node ${CLAUDE_PLUGIN_ROOT}/src/replay.js $ARGUMENTS
```

Present the output to the user. It shows recent session summaries including:
1. When the session happened and how long it lasted
2. Which files were edited
3. 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!"

