Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub backpaper0/claude-plugins --plugin cc-devHow this skill is triggered — by the user, by Claude, or both
Slash command
/cc-dev:analyze-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
次のコマンドを実行して、セッションログを解析する。
Generates an in-chat session report from the active or named Claude Code transcript, showing every tool call, sub-agent delegation, and file edit with diagnostics for missed parallelism, redundant work, and over-serialization.
Analyzes Claude Code session logs to extract tool usage stats, thinking blocks, error patterns, debug trajectories, and generate actionable productivity recommendations. Provides cc-session CLI for overviews, timelines, searches.
Locates, lists, filters, and extracts structured data from Claude Code native session logs. Supports both single and multiple session analysis.
Share bugs, ideas, or general feedback.
次のコマンドを実行して、セッションログを解析する。
uvx git+https://github.com/backpaper0/session-analyzer.git@v0.2.0 ${CLAUDE_SESSION_ID}
解析結果(HTMLファイル)のパスが標準出力へ書き出されるので、次のコマンドを使用して開く。
open <解析結果のパス>start <解析結果のパス>