SubagentStop
25hoangsonww/Claude-Code-Agent-Monitor
Hook
Runs when a subagent finishes, running an inline shell check. From hoangsonww/Claude-Code-Agent-Monitor.
hoangsonww/Claude-Code-Agent-Monitor
Hook
Runs when a subagent finishes, running an inline shell check. From hoangsonww/Claude-Code-Agent-Monitor.
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Analyze prompt-cache effectiveness for Claude Code usage from the Agent Monitor dashboard — cache hit rate (totalcacheread / (totalcacheread + totalinput)), cachewrite vs cacheread reuse, cache-read vs cache-write spend, and the sessions with the poorest reuse. Pulls token totals from /api/analytics, per-session…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Break down Claude Code costs using the Agent Monitor pricing engine. Shows per-model costs (input, output, cacheread, cachewrite at $/Mtok rates), per-session costs, daily trends, and compaction baseline token recovery. Use when analyzing spending, comparing model costs, or planning budgets.
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Break down Claude Code usage by model family (Opus / Sonnet / Haiku) from the Agent Monitor dashboard — each family's share of tokens, share of cost, and the spots where an expensive model is doing cheap work. Pulls per-model token and cost splits from /api/pricing/cost, current rates from /api/pricing, fleet token…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Calculate a productivity score using actual Agent Monitor metrics — session completion rates, cache efficiency (cacheread vs input), compaction pressure (baseline tokens), turn velocity (turncount / totalturndurationms), tool success ratio (PreToolUse vs PostToolUse), and the workflow intelligence API's complexity and…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Generate a comprehensive session report with per-model token usage (input, output, cacheread, cachewrite including compaction baselines), cost breakdown via the pricing engine, tool invocations, agent hierarchy, compaction events, API errors, turn durations, and thinking block counts. Use when reviewing a specific…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Analyze Claude Code usage trends over time using the Agent Monitor's analytics API — daily session counts, daily event counts, token volumes by type, model distribution, tool usage rankings, and agent/event type distributions across 365-day retention windows.
hoangsonww/Claude-Code-Agent-Monitor
Plugin Claude Code
Audit and govern your Claude Code configuration and file-based memory via the Agent Monitor Config Explorer API — skills, subagents, commands, MCP servers, hooks, settings, and the per-project memory store. Surfaces sprawl, duplication, risky hooks, and stale facts, all read through the dashboard at…
hoangsonww/Claude-Code-Agent-Monitor
Agent
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 network, and stale or oversized memory…
hoangsonww/Claude-Code-Agent-Monitor
Command
Quick Claude Code config audit — counts per surface (user vs project) and totals.
hoangsonww/Claude-Code-Agent-Monitor
Command
One-screen inventory of skills, agents, commands, MCP servers, and hooks counts.
hoangsonww/Claude-Code-Agent-Monitor
Command
List the file-based memory store grouped by project (auto-memory) plus the CLAUDE.md files.
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Run a full audit of the user's Claude Code configuration via the Agent Monitor Config Explorer API: counts per surface (user vs project), duplicate or overlapping skills and subagents, hooks that run shell commands, and which surfaces are read-only vs mutable. Reads /api/cc-config/overview, /skills, /agents…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Inventory hooks across the user, project, and project-local settings plus the /.claude/hooks scripts directory — read through the Agent Monitor Config Explorer API — and flag hooks that POST to the network or run arbitrary commands. Reads /api/cc-config/hooks and /api/cc-config/hook-scripts. Use when auditing hook…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Audit the configured MCP servers (user + project scope) via the Agent Monitor Config Explorer API: transport (stdio vs http), command/args and env variable names, headers, and the source file each definition came from. Reads /api/cc-config/mcp. Use when reviewing MCP integrations for hygiene, duplication, or…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Review the file-based memory store via the Agent Monitor Config Explorer API: the user and project CLAUDE.md plus per-project auto-memory files under /.claude/projects/ /memory/.md. Groups by project, shows the index (MEMORY.md) vs per-fact files, and flags stale or oversized facts. Reads /api/cc-config/memory and…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Inventory the installed skills and which plugins contribute them, then flag overlap with the user's own skills — read through the Agent Monitor Config Explorer API. Reads /api/cc-config/skills and /api/cc-config/plugins. Use when managing skills: deduping, deciding what to keep, or tracing a skill back to the plugin…
hoangsonww/Claude-Code-Agent-Monitor
Plugin Claude Code
Budget tracking, spend forecasting, and cost-threshold alerts for Claude Code usage via the Agent Monitor pricing engine. Watches spend against a target budget, projects month-end cost from the daily trend, surfaces the priciest sessions, estimates savings from cheaper-model routing, and wires up cost alert rules …
hoangsonww/Claude-Code-Agent-Monitor
Agent
Watches Claude Code spend against a target budget from the Agent Monitor dashboard. Reads the live pricing-engine cost total, splits it per model, projects month-end (and week-end) spend from the daily session trend (moving average × remaining days), flags the sessions driving overage, and recommends concrete cuts…
hoangsonww/Claude-Code-Agent-Monitor
Command
Show current Claude Code spend versus a budget number.
hoangsonww/Claude-Code-Agent-Monitor
Command
Quick month-end spend projection from the daily trend.
hoangsonww/Claude-Code-Agent-Monitor
Command
List the most expensive sessions pushing your spend up.
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Define a spend budget for Claude Code and, optionally, create a cost alert rule that fires when usage crosses the limit, via POST /api/alerts/rules on the Agent Monitor dashboard. Reads current spend from /api/pricing/cost to size the budget sensibly and explains every rule field before writing. Use when setting a…
hoangsonww/Claude-Code-Agent-Monitor
Skill Claude CodeCodex
Review the configured cost alert rules and the alerts currently fired on the Agent Monitor dashboard, then explain exactly what tripped and why. Uses /api/alerts (fired feed) and /api/alerts/rules (definitions). Use when checking spend alerts or asking why a cost alarm went off.