Claude Session Report
Plugin 확인됨Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.
The plugin analyzes transcript data to provide insights into token usage, cache efficiency, subagent and skill activity, and expensive prompts. It outputs this information into an explorable HTML report, aiding in understanding and optimizing Claude Code session costs and performance.
Documentation
- warning:Configuration & parameter referenceThe SKILL.md details the usage of the analyzer script and the template editing process, but implicitly relies on the default 7-day window and does not explicitly document how to override it or other potential arguments for the analyzer script.
Code Execution
- warning:ValidationWhile the SKILL.md describes command-line usage, the analyzer script does not appear to use a schema library for validating command-line arguments like `--since` or `--top` beyond basic parsing.
설치
먼저 마켓플레이스를 추가하세요
/plugin marketplace add anthropics/claude-plugins-official/plugin install session-report@claude-plugins-official유사한 확장
Cowork Plugin Management
98Create, customize, and manage plugins tailored to your organization's tools and workflows. Configure MCP servers, adjust plugin behavior, and adapt templates to match how your team works.
PR Review Toolkit
98Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
ast-grep Code Search
98Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.