Skip to main content
ClaudeWave
Skill486 repo starsupdated yesterday

caveman-stats

The caveman-stats skill tracks and displays user engagement metrics in a simplified format. Use this skill when you need to monitor interaction counts and activity patterns without requiring any model-side processing, as the hook automatically blocks execution and returns pre-formatted statistics to the user.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/stevesolun/ctx /tmp/caveman-stats && cp -r /tmp/caveman-stats/imported-skills/julius-caveman/skills/caveman-stats ~/.claude/skills/caveman-stats
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

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.