What problem does it solve? Token usage numbers are often guessed by the model itself, making them unreliable. This Skill reads the real JSONL session log on disk so you see actual input/output token counts and estimated savings versus a non-caveman baseline, with no AI estimation involved. ## Core Features & Use Cases - Real Token Receipts: Parses the current Claude Code session log to report actual input and output token counts per session. - Savings Estimation: Compares caveman-mode output tokens against an estimated non-caveman baseline and reports tokens saved and percentage. - Statusline Integration: Writes a lifetime-savings suffix file consumed by the statusline badge (e.g., ⛏ 12.4k). - Use Case: After a long coding session in caveman mode, run /caveman-stats to see exactly how many tokens you used and saved, grounded in the on-disk session log rather than model guesses. ## Quick Start Type /caveman-stats in your Claude Code session to display the current session's real token usage and estimated savings.