Cache Efficiency

Analyze prompt-cache effectiveness for Claude Code usage from the Agent Monitor dashboard — cache hit rate (total_cache_read / (total_cache_read + total_input)), cache_write vs cache_read reuse, cache-read vs cache-write spend, and the sessions with the poorest reuse. Pulls token totals from /api/analytics, per-session detail from /api/sessions, and dollar splits from /api/pricing/cost. Use when diagnosing cache spend or deciding whether prompt caching is paying off.

majiayu000 Updated 567 repo stars

File contents

majiayu000/claude-skill-registry/tree/main/skills/other/cache-efficiency commit 2b0824aff5

Frequently asked questions

npx skillmds@latest add majiayu000/cache-efficiency