session-report

Analyze Claude Code transcripts and render an interactive HTML report.

Updated Dec 17, 2024
One-click install
npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill session-report-laf-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-report
Source: https://github.com/LAF-US/IDAHO-VAULT/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/session-report/skills/session-report
Command: npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill session-report-laf-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes Claude Code transcripts to surface token usage, cache behavior, subagent activity, and prompts, enabling clarity and governance over usage.

Core Features & Use Cases

  • Generate a self-contained HTML report from transcripts in ~/.claude/projects, including per-session, per-project, and per-skill views.
  • Drill down into token flows, cache breaks, and subagent activity with contextual transcript snippets.
  • Use for auditing, optimization, and governance of Claude Code workflows across teams.

Quick Start

Generate an explorable HTML report from Claude Code transcripts in the current workspace.

Frequently Asked Questions about session-report

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

FAQPage Schema
How do I analyze Claude Code transcripts to audit token usage and subagent activity?

You can analyze Claude Code transcripts by reading session data from the local transcript store to surface token usage, cache behavior, and subagent activity, rendering the aggregated metrics into an interactive HTML report for auditing.

Can I generate a self-contained HTML report from local Claude Code session transcripts?

Yes, you can generate a self-contained HTML report from local transcripts by aggregating per-session, per-project, and per-skill metrics, which produces a portable file suitable for governance without requiring external services.

Does the session transcript report require external services or database connections?

No, the transcript report requires no external services. It relies on bundled analyzers and templates to read the local transcript store directly, ensuring your usage data remains entirely local and portable.

How do I track cache breaks and token flows across multiple Claude Code projects?

To track cache breaks and token flows across projects, the analyzer aggregates per-project metrics from local transcripts and renders them with contextual transcript snippets in an interactive HTML view.

What is the best way to monitor subagent prompts for Claude Code workflow governance?

The best way to monitor subagent prompts for governance is to analyze local Claude Code transcripts, which surface subagent activity and prompts alongside token usage in an explorable HTML report.

Are there limitations when analyzing transcripts for per-skill metrics in Claude Code?

A key limitation is that transcript analysis is restricted to data available in the local transcript store, meaning per-skill metrics depend entirely on the session history recorded locally on your machine.