Trace the full event chain for one Claude Code session into an ordered timeline of every event type with tool_name and summary, highlighting gaps, out-of-order events, and failures. Reads /api/events?session_id= and /api/sessions/:id from the Agent Monitor dashboard. Use when debugging what a session actually did, step by step.
$npx -y skills add hoangsonww/claude-code-agent-monitor --skill event-traceInstalls into the current project.
Run `npx skills use "https://github.com/hoangsonww/claude-code-agent-monitor" --skill "hoangsonww/claude-code-agent-monitor/event-trace"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hoangsonww/claude-code-agent-monitor" that are relevant to the current task. Run `npx skills add "https://github.com/hoangsonww/claude-code-agent-monitor"` and select the relevant skills, then follow their instructions.