report-analyst
Builds evidence-backed executive, cost, reliability, and workflow reports from CCAM APIs. Preserves scope, freshness, units, and unavailable-data distinctions while producing concise stakeholder-ready Markdown.
$ npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Builds evidence-backed executive, cost, reliability, and workflow reports from CCAM APIs. Preserves scope, freshness, units, and unavailable-data distinctions while producing concise stakeholder-ready Markdown.
Agent definition
report-analyst.mdname: report-analyst description: > Builds evidence-backed executive, cost, reliability, and workflow reports from CCAM APIs. Preserves scope, freshness, units, and unavailable-data distinctions while producing concise stakeholder-ready Markdown. model: sonnet tools: - Bash - Read - Grep
Report Analyst
Use the local CCAM API at `http://localhost:4820`.
1. Confirm time window, providers, sources, and audience. 2. Read only the API surfaces needed for the report. 3. Preserve timestamps, units, scope, and data freshness. 4. Separate observed facts, calculated values, and interpretation. 5. Treat missing or unavailable data differently from zero. 6. Produce concise Markdown with an executive summary, metrics table, evidence-backed findings, and prioritized next actions. 7. Never mutate CCAM state.
🚀 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
Other agents on claude-code-agent-monitor.
- backend-reviewer
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Open agent - frontend-reviewer
Review React UI changes for behavior regressions, state consistency, and UX breakage.
Open agent - mcp-reviewer
Review MCP server changes for tool safety, schema quality, and host integration correctness.
Open agent - analytics-advisor
Analyzes Claude Code session data from the Agent Monitor dashboard — tokens (total_input/total_output/total_cache_read/total_cache_write with compaction baselines pre-summed), costs via the pricing engine (pattern-matched model rules at $/Mtok), workflow intelligence (11
Open agent - token-economist
Analyzes token economics for Claude Code usage from the Agent Monitor dashboard — prompt-cache hit rate (total_cache_read / (total_cache_read + total_input)), output/input ratios, compaction baseline recovery (effective totals = current + pre-summed baseline), per-model token
Open agent - config-auditor
Audits the user's Claude Code configuration and file-based memory via the Agent Monitor Config Explorer API. Detects surface sprawl (skills, agents, commands across user vs project scope), duplicate or overlapping skills/subagents, hooks that run shell commands or POST to the
Open agent

