cache-monitor

Installation
SKILL.md

Cache Monitor

When to Use

  • Weekly cost review
  • After noticing expensive sessions
  • After changing CLAUDE.md or settings.json (check for cache busting)
  • When Kevin asks "how much did that cost?"

Analysis Commands

Per-Session Cost (Claude Code)

# Find today's sessions
find ~/.claude/projects/ -name "*.jsonl" -mtime -1 2>/dev/null | head -20
Installs
3
First Seen
Apr 1, 2026
cache-monitor — kevinzai/cc-commander