hoangsonww

226 mods across 9 repositories, 1.3k stars between them.

cache-efficiency

26

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…

956 3d ago A 100 tokens original MIT

cost-breakdown

27

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.

956 3d ago A 64 tokens original MIT

model-mix

28

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…

956 3d ago A 110 tokens original MIT

productivity-score

29

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…

956 3d ago A 67 tokens original MIT

session-report

30

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…

956 3d ago A 73 tokens original MIT

usage-trends

31

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.

956 3d ago A 51 tokens original MIT

ccam-config

32

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…

956 3d ago A tokens not measured original MIT

config-auditor

33

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…

956 3d ago A 85 tokens original MIT

config-audit

37

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…

956 3d ago A 94 tokens original MIT

hook-inventory

38

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…

956 3d ago A 71 tokens original MIT

mcp-audit

39

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…

956 3d ago A 72 tokens original MIT

memory-review

40

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…

956 3d ago A 93 tokens original MIT

skill-inventory

41

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…

956 3d ago A 74 tokens original MIT

ccam-cost-guard

42

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 …

956 3d ago A tokens not measured original MIT

budget-sentinel

43

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…

956 3d ago A 116 tokens original MIT

budget-set

47

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…

956 3d ago A 79 tokens original MIT

cost-alert

48

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.

956 3d ago A 63 tokens original MIT