git clone --depth 1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor /tmp/cost-report && cp -r /tmp/cost-report/plugins/ccam-reports/skills/cost-report ~/.claude/skills/cost-reportSKILL.md
# Cost Report 1. Confirm the time window and optional provider, source, or session scope. 2. Read `GET /api/pricing/cost`, `GET /api/analytics`, and the scoped session list. 3. Show total cost, model breakdown, token directions, cache efficiency, unpriced models, and the highest-cost sessions. 4. State the pricing rule and rate tier used when returned by the API. 5. Use USD with four decimal places and integer token counts. 6. Do not estimate missing prices as zero-cost usage without labeling them unpriced.
Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.
Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.
Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.
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.
Debug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.
Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.