Description
In skills/caveman-stats/SKILL.md, the documentation states:
"This skill is delivered by hooks/caveman-stats.js (read by hooks/caveman-mode-tracker.js on /caveman-stats)."
However, in the repository structure, these scripts are located inside src/hooks/ (src/hooks/caveman-stats.js).
Depending on how caveman is installed (manually from source vs via package layout), the relative path reference hooks/*.js parsed relative to the skill directory fails resolution unless mapped by the installer.
Suggested Fix
Update path references in skills/caveman-stats/SKILL.md to point explicitly to src/hooks/ or document the expected installation layout resolution.
Discovered via SkillDoctor automated audit.
Description
In
skills/caveman-stats/SKILL.md, the documentation states:However, in the repository structure, these scripts are located inside
src/hooks/(src/hooks/caveman-stats.js).Depending on how
cavemanis installed (manually from source vs via package layout), the relative path referencehooks/*.jsparsed relative to the skill directory fails resolution unless mapped by the installer.Suggested Fix
Update path references in
skills/caveman-stats/SKILL.mdto point explicitly tosrc/hooks/or document the expected installation layout resolution.Discovered via SkillDoctor automated audit.