hoangsonww/session-debug
> Debug a specific session by inspecting its full event chain (PreToolUse, PostToolUse, Stop, SubagentStop, Compaction, APIError, TurnDuration, Notification events), agent hierarchy (recursive parent/child tree with subagent_type and depth), token usage with compaction baselines, workflow intelligence data (orchestration DAG, error propagation by depth), and session metadata (thinking_blocks, turn_count, total_turn_duration_ms).
npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor --skill session-debug
Debug and inspect a Claude Code session from Agent Monitor data.
The user provides: $ARGUMENTS
This may be:
GET /api/sessions/{id} from http://localhost:4820GET /api/sessions?limit=1 (default sort: most recently updated first)GET /api/sessions?limit=10&status=errorGET /api/events?session_id={session_id} — full event timelineGET /api/agents?session_id={session_id} — all agents in sessionGET /api/pricing/cost/{session_id}Present as a debug report with:
Take hoangsonww/session-debug from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.