session-report

Generate an HTML report analyzing Claude Code session usage statistics.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/VivekSinghRathore7/bs-_thesis_low_light- --skill session-report-viveksinghrathore7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-report
Source: https://github.com/VivekSinghRathore7/bs-_thesis_low_light-/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report
Command: npx skills add https://github.com/VivekSinghRathore7/bs-_thesis_low_light- --skill session-report-viveksinghrathore7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires analyze-sessions.mjs, template.html, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides an in-depth analysis of Claude Code session usage, enabling users to understand their code activity, performance, and resource consumption.

Core Features & Use Cases

  • Usage Analysis: Generate a comprehensive report on Claude Code sessions, including tokens, cache, subagents, skills, and expensive prompts.
  • Session Overview: Summarize overall usage statistics and highlight potential issues or areas for optimization.
  • Detailed Breakdown: Examine individual sessions, their duration, and resource usage, with a focus on expensive prompts and subagent activities.
  • Cache Analysis: Identify cache hits and misses, and evaluate their impact on session performance.
  • Subagent Analysis: Track the usage of different subagents, including the number of calls and the amount of tokens processed.

Quick Start

Run the 'session-report' skill to generate a report on Claude Code session usage.

Frequently Asked Questions about session-report

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

FAQPage Schema
How do I generate a detailed report on Claude Code session usage and token consumption?

Generating a detailed Claude Code session report involves running the session-report skill to process local transcripts, producing an HTML document that details tokens, cache hits, and subagent activities.

What data is required to analyze Claude Code session performance and resource tracking?

To analyze Claude Code session performance, you must provide local transcript files and have Python libraries installed for data analysis, utilizing the included 'analyze-sessions.mjs' script to process the data.

Can I track subagent activities and expensive prompts in my code sessions?

You can track subagent activities and expensive prompts by generating a session report that examines individual sessions, highlighting subagent call frequencies and identifying prompts that consume high amounts of tokens.

How does cache analysis work when monitoring code session statistics?

Cache analysis for code session monitoring evaluates your Claude Code transcripts to identify cache hits and misses, measuring their direct impact on overall session performance and resource consumption.

What is the best way to visualize code analysis statistics from Claude Code transcripts?

Visualizing code analysis statistics is best achieved by using the session-report skill to transform raw transcript data into a structured HTML report, summarizing overall usage and highlighting optimization areas.