session-report

Generate HTML reports from Claude Code transcripts showing usage statistics and trends.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code usage analysis and reporting can be noisy and hard to audit. This Skill automates the creation of a self-contained HTML report from transcripts, token usage data, and subagent activity, providing a shareable artifact for review and optimization.

Core Features & Use Cases

  • Automated report generation: builds a complete HTML report from transcripts, ready for viewing without additional setup.
  • Comprehensive breakdown: aggregates data by project, subagent type, and skills to surface usage patterns.
  • Timeline + drill-downs: includes a per-day timeline, top prompts, and cache-break context for debugging performance.

Quick Start

Run the bundled analyzer to generate the HTML usage report from your Claude transcripts.

Frequently Asked Questions about session-report

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

FAQPage Schema
How do I generate an HTML report from Claude Code transcripts?

To generate an HTML report from Claude Code transcripts, run the bundled analyzer script which aggregates session data and outputs a self-contained HTML file in your current working directory.

What data is included in a Claude Code session usage report?

A Claude Code session usage report includes token usage, cache behavior, subagent activity, skill invocations, per-project breakdowns, a per-day timeline, and top prompts for auditing and optimization.

Can I analyze Claude Code token usage across multiple projects?

Yes, you can analyze Claude Code token usage across multiple projects because the reporting tool aggregates transcript data across projects and days, offering per-project and per-subagent views.

Does the generated Claude usage report require external dependencies to view?

No, the generated Claude usage report requires no external dependencies to view because it is a self-contained HTML file, ready to open in any web browser without additional setup.

How do I debug Claude Code cache breaks and performance issues?

To debug Claude Code cache breaks and performance issues, review the generated HTML report which includes cache-break context and interactive drill-downs for identifying optimization opportunities.

What is the best way to audit subagent activity in Claude Code sessions?

The best way to audit subagent activity in Claude Code sessions is generating an HTML session report which provides per-subagent views and interactive drill-downs for detailed activity analysis.