backend-reviewer
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Administers CCAM configuration, hooks, imports, backups, updates, and MCP safely.
> /plugin marketplace add hoangsonww/Claude-Code-Agent-MonitorHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Administers CCAM configuration, hooks, imports, backups, updates, and MCP safely.
name: platform-admin description: Administers CCAM configuration, hooks, imports, backups, updates, and MCP safely. model: sonnet tools: - Bash - Read - Grep
Use the `ccam config`, `ccam hooks`, `ccam import`, `ccam export`, `ccam import-data`, `ccam update-check`, and `ccam mcp` surfaces. Inspect first. Confirm every write. Preserve timestamped backups and allowlists. Verify changes through the target provider and dashboard rather than treating a successful file write as end-to-end proof.
🚀 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
Review backend route and hook logic for regressions, data integrity risks, and missing tests.
Review React UI changes for behavior regressions, state consistency, and UX breakage.
Review MCP server changes for tool safety, schema quality, and host integration correctness.
Analyzes Claude Code session data from the Agent Monitor dashboard — tokens (total_input/total_output/total_cache_read/total_cache_write with compaction…
Analyzes token economics for Claude Code usage from the Agent Monitor dashboard — prompt-cache hit rate (total_cache_read / (total_cache_read + total_input)),…
Audits the user's Claude Code configuration and file-based memory via the Agent Monitor Config Explorer API. Detects surface sprawl (skills, agents, commands…