← Volver al catálogo 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_c
Ver en GitHub ↗ Copiar URL del repo Copiar enlace del SKILL.md Licencia: MIT Cómo agregar Copiar comando /plugin marketplace add hoangsonww/Claude-Code-Agent-Monitor El comando exacto puede variar según el repositorio. Consulta el README en GitHub.
Para el autor de la skill
Muestra que tu skill está catalogada en Skillteca, genera backlink y tráfico rastreable.
Markdown HTML
[](https://www.skillteca.com.br/skills/claude-code-agent-monitor-mpsjmms2?utm_source=badge&utm_medium=readme&utm_campaign=badge) Copiar snippet Kit de herramientas para interactuar y probar aplicaciones web locales usando Playwright. Permite verificar la funcionalidad del frontend, depurar el comportamiento de la UI, capturar capturas de pantalla del navegador y ver los registros del navegador.
Design e Frontend #test por anthropics
Aplica los colores y la tipografía oficiales de la marca Anthropic a cualquier artefacto que se beneficie de su identidad visual. Úselo cuando se apliquen pautas de estilo, formato visual o estándares de diseño de la empresa.
Design e Frontend por anthropics
Crea interfaces frontend distintivas y de grado de producción con alta calidad de diseño, generando código creativo y pulido y diseño de UI que evita la estética genérica de IA. Úsela para construir componentes web, páginas y aplicaciones, o para estilizar/embellecer UIs web.
Design e Frontend #css #ai por anthropics
Suite de herramientas para crear artefactos HTML elaborados y multicomponente para claude.ai, utilizando tecnologías web frontend modernas (React, Tailwind CSS, shadcn/ui). Úselo para artefactos complejos que requieran gestión de estado, enrutamiento o componentes shadcn/ui, no para artefactos HTML/JSX simples de un solo archivo.
Design e Frontend #css #ai por anthropics
Alerta por categoría
Un email corto con solo las skills nuevas de Design e Frontend. 4 minutos de lectura, sin spam, te das de baja con un clic.
Confirmas tu email en el primer envío. Sin spam. Te das de baja con un clic.
Session Debug
Debug and inspect a Claude Code session from Agent Monitor data.
Input
The user provides: $ARGUMENTS
This may be:
A session ID to debug
"latest" or "last" for the most recent session
"errors" to find and debug the most recent errored session
Procedure
Identify the target session :
If session ID given: GET /api/sessions/{id} from http://localhost:4820
If "latest": GET /api/sessions?limit=1 (default sort: most recently updated first)
If "errors": GET /api/sessions?limit=10&status=error
Collect full session data :
Session metadata: status, model, cwd, timestamps, duration
Events: GET /api/events?session_id={session_id} — full event timeline
Agents: GET /api/agents?session_id={session_id} — all agents in session
Cost: GET /api/pricing/cost/{session_id}
Analyze the session :
Session Lifecycle
Start time → first event → last event → end time
Status transitions (active → working → completed/error)
Total duration and active-vs-idle time
Event Chain Analysis
Chronological event list with timestamps and durations
Identify the critical path (longest chain of dependent events)
Flag events that took unusually long
Highlight error events with full error context
Agent Inspection
List all agents: type, task, status, duration
Subagent tree visualization (parent → children)
Agents that failed and their last known state
Agent switching patterns (when and why new agents spawned)
Tool Execution Trace
Every tool invocation in order with: tool name, duration, success/failure
Failed tool calls with error messages
Tool retry patterns (same tool called multiple times)
Anomaly Detection
Events out of expected order
Gaps in event timeline (>30s with no events)
Duplicate events or agent states
Token usage spikes (compaction indicators)
Diagnosis :
Root cause hypothesis (if errors present)
Contributing factors
Remediation suggestions
Output Format
Present as a debug report with:
Session summary header (ID, status, model, duration, cost)
Color-coded timeline (✅ success, ❌ error, ⚠️ warning, ℹ️ info)
Agent tree diagram
Diagnosis section with numbered findings
Leer descripción completa↓
Comentarios · Sin comentarios Aún no hay comentarios. Sé el primero.