/audit-config
Quick Claude Code config audit — counts per surface (user vs project) and totals.
$ npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/audit-config
Context preview
What this command does when you run it.
Quick Claude Code config audit — counts per surface (user vs project) and totals.
Command definition
audit-config.mddescription: Quick Claude Code config audit — counts per surface (user vs project) and totals.
Run a fast configuration audit against the Agent Monitor Config Explorer at `http://localhost:4820`. Fetch the overview in one call:
curl -s http://localhost:4820/api/cc-config/overview
The response is `{ roots, counts }` where `counts` includes: `skills`, `agents`, `commands`, `outputStyles` (each `{ user, project }`), `plugins`, `pluginsEnabled`, `pluginsDisabled`, `marketplaces`, `keybindings`, `mcpServers` (`{ user, project }`), `hooks` (`{ user, project, "project-local" }`), `memory`, and `settingsFiles`.
Print a compact one-screen table — one row per surface with User, Project, and Total columns (sum the two scopes; for plugins/memory/etc. that have no scope split, show the single total). Echo the resolved `roots.claudeHome` and `roots.projectRoot` on the first line so the user knows what was inspected.
Config Audit (home=~/.claude project=/path/to/repo)
Skills .......... user 22 project 3 total 25
Agents .......... user 7 project 1 total 8
Commands ........ user 14 project 0 total 14
Output styles ... user 2 project 0 total 2
Plugins ......... 9 (enabled 7 / disabled 2)
Marketplaces .... 2
MCP servers ..... user 5 project 1 total 6
Hooks ........... user 7 project 0 project-local 0 total 7
Memory .......... 41 entries
Settings files .. 2
End with a one-line verdict: note the largest surface and any obvious sprawl (e.g. heavy user-scope skills/commands). Cite only the numbers the API returned — never fabricate counts. If the dashboard is unreachable, say so and tell the user to start it with `npm start` from the repo root. Keep it to the table + verdict; no extra prose.
Read more
description: Quick Claude Code config audit — counts per surface (user vs project) and totals.
Run a fast configuration audit against the Agent Monitor Config Explorer at `http://localhost:4820`. Fetch the overview in one call:
curl -s http://localhost:4820/api/cc-config/overview
The response is `{ roots, counts }` where `counts` includes: `skills`, `agents`, `commands`, `outputStyles` (each `{ user, project }`), `plugins`, `pluginsEnabled`, `pluginsDisabled`, `marketplaces`, `keybindings`, `mcpServers` (`{ user, project }`), `hooks` (`{ user, project, "project-local" }`), `memory`, and `settingsFiles`.
Print a compact one-screen table — one row per surface with User, Project, and Total columns (sum the two scopes; for plugins/memory/etc. that have no scope split, show the single total). Echo the resolved `roots.claudeHome` and `roots.projectRoot` on the first line so the user knows what was inspected.
Config Audit (home=~/.claude project=/path/to/repo) Skills .......... user 22 project 3 total 25 Agents .......... user 7 project 1 total 8 Commands ........ user 14 project 0 total 14 Output styles ... user 2 project 0 total 2 Plugins ......... 9 (enabled 7 / disabled 2) Marketplaces .... 2 MCP servers ..... user 5 project 1 total 6 Hooks ........... user 7 project 0 project-local 0 total 7 Memory .......... 41 entries Settings files .. 2
End with a one-line verdict: note the largest surface and any obvious sprawl (e.g. heavy user-scope skills/commands). Cite only the numbers the API returned — never fabricate counts. If the dashboard is unreachable, say so and tell the user to start it with `npm start` from the repo root. Keep it to the table + verdict; no extra prose.
🚀 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 commands on claude-code-agent-monitor.
- /burn-rate
Compute the recent 7-day spend trend (burn rate) from daily sessions and per-session cost.
Open command - /cost-today
Quick total cost plus a per-model one-liner from the dashboard pricing engine.
Open command - /top-spenders
List the top N most expensive Claude Code sessions by inline cost.
Open command - /inventory
One-screen inventory of skills, agents, commands, MCP servers, and hooks counts.
Open command - /memory
List the file-based memory store grouped by project (auto-memory) plus the CLAUDE.md files.
Open command - /budget
Show current Claude Code spend versus a budget number
Open command

