session-recap

Summarize Claude Code sessions with commit history and token metrics.

101|10|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/tombelieber/claude-view --skill session-recap-tombelieber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-recap
Source: https://github.com/tombelieber/claude-view/tree/main/packages/plugin/skills/session-recap
Command: npx skills add https://github.com/tombelieber/claude-view --skill session-recap-tombelieber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly understand the progress and details of their Claude Code sessions without manually sifting through terminals or logs.

Core Features & Use Cases

  • Session Summarization: Provides a concise overview of what a specific Claude session was working on.
  • Commit History: Lists recent commits made within a session.
  • Metrics Tracking: Displays token usage, cost, and context window information.
  • Use Case: A user might ask "recap my last session" to get a quick summary of a long-running task, including what code changes were made and how many tokens were consumed.

Quick Start

Use the session-recap skill to summarize the most recent Claude session.

Frequently Asked Questions about session-recap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize a Claude Code session and track token usage?

To summarize a Claude Code session and track token usage, use the session-recap skill to fetch session details, recent commits, and key metrics like cost and context window size. It provides a concise overview of the work completed.

Can I review recent commits made during a long-running AI agent task?

Yes, you can review recent commits made during a long-running AI agent task by requesting a session recap. The skill fetches session details and lists the associated commit history to help you understand code evolution.

What do I need to retrieve Claude session details and metrics?

To retrieve Claude session details and metrics, you need access to claude-view MCP tools for session listing and retrieval. This environment setup allows the skill to fetch and summarize your code sessions.

How does session recap work for monitoring resource consumption in Claude Code?

Session recap works for monitoring resource consumption by fetching key metrics from your Claude Code sessions. It displays token usage, cost, and context window information to help you track how many resources were consumed.

What is the best way to understand code evolution from an AI agent session?

The best way to understand code evolution from an AI agent session is to generate a recap that combines session summaries with recent commit history. This provides a quick overview of code changes without manually sifting through logs.