session

Analyze Claude Code session transcripts to search, summarize, and inspect past interactions.

60|13|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/leogodin217/leos_claude_starter --skill session-leogodin217
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session
Source: https://github.com/leogodin217/leos_claude_starter/tree/main/.claude/skills/session
Command: npx skills add https://github.com/leogodin217/leos_claude_starter --skill session-leogodin217

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you understand and analyze your past Claude Code session transcripts, making it easier to learn from your interactions and improve your workflow.

Core Features & Use Cases

  • Search & Find: Quickly locate specific sessions using keywords or custom titles.
  • Summarize: Get a concise overview of what happened in a session, including token usage and tools invoked.
  • Conversation Flow: Extract and display the turn-by-turn dialogue between you and Claude.
  • Tool Timeline: Visualize when and how tools were used during a session.
  • Use Case: After a complex coding session, use this Skill to summarize the key decisions made, identify any recurring issues, and review the exact prompts that led to successful code implementations.

Quick Start

Use the session skill to find recent sessions that contain the keyword "implement-sprint".

Frequently Asked Questions about session

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

FAQPage Schema
How do I analyze Claude Code session transcripts to review past interactions?

You can analyze Claude Code session transcripts by parsing the JSONL session data with a Python-based analyzer script. This enables searching, summarizing, and inspecting past interactions to understand conversation flow and tool usage.

How do I search for a specific keyword in my Claude Code session history?

Searching for a specific keyword in Claude Code session history is done using the find command. The analyzer script parses JSONL session data to locate sessions containing the target keyword or custom titles.

Can I summarize what tools were invoked and token usage from a previous coding session?

Yes, you can summarize tool usage and token counts from a previous coding session. The analyzer extracts a concise overview of invoked tools and visualizes a tool timeline from the session transcripts.

What's the best way to debug and understand the conversation flow of a complex LLM interaction?

The best way to debug LLM interaction flow is to extract and display the turn-by-turn dialogue from session transcripts. This helps identify recurring issues and review exact prompts that led to successful implementations.

Do I need Python to parse JSONL session data for debugging workflow analysis?

Yes, Python is required to parse JSONL session data for workflow analysis. The Skill leverages a Python-based analyzer script to process the session transcripts and execute the analysis commands.