byjuliusbrussee· 57 skills
Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.
$npx -y skills add juliusbrussee/caveman --skill caveman-statsInstalls into the current project.
Run `npx skills use "https://github.com/juliusbrussee/caveman" --skill "juliusbrussee/caveman/caveman-stats"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/juliusbrussee/caveman" that are relevant to the current task. Run `npx skills add "https://github.com/juliusbrussee/caveman"` and select the relevant skills, then follow their instructions.
| 1 | This skill is delivered by `hooks/caveman-stats.js` (read by `hooks/caveman-mode-tracker.js` on `/caveman-stats`). The model does not need to do anything when this skill fires — the hook returns `decision: "block"` with the formatted stats as the reason. The user sees the numbers immediately. |