burn-rate
Compute the recent 7-day spend trend (burn rate) from daily sessions and per-session cost.
Surface the top 3 data-backed insights about your Claude Code usage right now
> /plugin marketplace add hoangsonww/Claude-Code-Agent-MonitorHow it fires
How this command gets triggered: by you, by Claude, or both.
/insightsContext preview
What this command does when you run it.
Surface the top 3 data-backed insights about your Claude Code usage right now
description: Surface the top 3 data-backed insights about your Claude Code usage right now
Produce the **top 3 insights** about Claude Code usage right now, each backed by real numbers from the Agent Monitor dashboard.
1. Fetch high-level state:
2. Derive signal, citing exact field values:
3. Pick the **3 most decision-relevant** findings (biggest cost lever, sharpest trend, or clearest anomaly). For each print:
Output rules: rank by impact (most important first); currency in USD to 4 decimals; rates as percentages to 2 decimals; use ▲/▼ for trend direction; cite only fields the API returned — never fabricate. If `curl` cannot reach `http://localhost:4820`, tell the user to start the dashboard with `npm start` from the repo root.
🚀 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
Compute the recent 7-day spend trend (burn rate) from daily sessions and per-session cost.
Quick total cost plus a per-model one-liner from the dashboard pricing engine.
List the top N most expensive Claude Code sessions by inline cost.
Quick Claude Code config audit — counts per surface (user vs project) and totals.
One-screen inventory of skills, agents, commands, MCP servers, and hooks counts.
List the file-based memory store grouped by project (auto-memory) plus the CLAUDE.md files.