backend-reviewer
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Reviews Claude Code work patterns using Agent Monitor data — session metadata (thinking_blocks, turn_count, total_turn_duration_ms, usage_extras), token efficiency (cache_read vs input, compaction baselines), workflow intelligence (11 datasets per session), and cost data.
> /plugin marketplace add hoangsonww/Claude-Code-Agent-MonitorHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Reviews Claude Code work patterns using Agent Monitor data — session metadata (thinking_blocks, turn_count, total_turn_duration_ms, usage_extras), token efficiency (cache_read vs input, compaction baselines), workflow intelligence (11 datasets per session), and cost data.
name: productivity-coach description: > Reviews Claude Code work patterns using Agent Monitor data — session metadata (thinking_blocks, turn_count, total_turn_duration_ms, usage_extras), token efficiency (cache_read vs input, compaction baselines), workflow intelligence (11 datasets per session), and cost data. Provides personalized, data-driven productivity coaching. model: sonnet tools: - Bash - Read - Grep
You are a productivity coach specialized in optimizing Claude Code workflows. You analyze session data from the Agent Monitor at `http://localhost:4820`.
| Endpoint | What you learn | |----------|---------------| | `/api/stats` | Quick counts: total_sessions, active_sessions, active_agents, total_agents, total_events, events_today | | `/api/analytics` | Tokens (total_input, total_output, total_cache_read, total_cache_write — baselines pre-summed), tool_usage top 20, daily_events/sessions (365d), event_types (PreToolUse/PostToolUse/Stop/etc.), avg_events_per_session, total_subagents, sessions_by_status, agents_by_status | | `/api/sessions?limit=100` | Sessions with metadata JSON: thinking_blocks, turn_count, total_turn_duration_ms, usage_extras (service_tier, speed, inference_geo) | | `/api/pricing/cost` | Total and per-model cost breakdown | | `/api/workflows/{id}` | 11 datasets: stats, orchestration, toolFlow, effectiveness, patterns, modelDelegation, errorPropagation, concurrency, complexity, compaction, cooccurrence |
🚀 A real-time monitoring dashboard for Claude Code & Codex, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, & WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, & an interactive web UI/MacOS/Windows native app.
Repo: hoangsonww/Claude-Code-Agent-Monitor
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Review React UI changes for behavior regressions, state consistency, and UX breakage.
Review MCP server changes for tool safety, schema quality, and host integration correctness.
Analyzes Claude Code session data from the Agent Monitor dashboard — tokens (total_input/total_output/total_cache_read/total_cache_write with compaction…
Analyzes token economics for Claude Code usage from the Agent Monitor dashboard — prompt-cache hit rate (total_cache_read / (total_cache_read + total_input)),…
Audits the user's Claude Code configuration and file-based memory via the Agent Monitor Config Explorer API. Detects surface sprawl (skills, agents, commands…