Skill486 estrellas del repoactualizado 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.
Instalar en Claude Code
Copiargit 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-statsDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
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.
Del mismo repositorio