Use when the user reports a problem with a specific Claude Code session, needs to diagnose why something went wrong, wants to understand errors in detail, or asks "what happened in my last session". Trigger on phrases like "debug my session", "why did that fail", "what went wrong", "replay my session", or when investigating specific errors.
From cc-telemetrynpx claudepluginhub layerdynamics/lore --plugin cc-telemetryThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Help diagnose issues in specific Claude Code sessions by analyzing the complete session context including tool calls, errors, thinking blocks, and system messages.
Activate when the user:
If user doesn't specify which session:
/cc-telemetry:sessions to show recent sessionsGather comprehensive data:
/cc-telemetry:replay <session-id>
/cc-telemetry:errors --session <session-id>
/cc-telemetry:performance --session <session-id>
Look for:
For each error found:
Common root causes:
Present findings:
## Session Diagnosis: <session-slug>
**Summary**: [1-2 sentence description of what went wrong]
**Timeline**:
1. [timestamp] Claude thought: [thinking summary]
2. [timestamp] Tool called: [tool name with input]
3. [timestamp] ERROR: [error message]
**Root Cause**: [explanation of why it failed]
**Context**: [what led to this situation]
**Fix**: [how to avoid this in future]
User: "My last session kept failing on file writes"
/cc-telemetry:sessions --tail 1/cc-telemetry:replay <id>/cc-telemetry:search-errors "Write"/readonly/file.txt - the file is in a read-only directory"~/project/file.txt"User: "Why was my session so slow?"
/cc-telemetry:performance --session <id>Read tool took 15s because you were reading a 50MB log file"head or tail to read only relevant portions of large files"Use the telemetry-analyzer agent when: