Skip to content

Docs: Clarify hook script path resolution in caveman-stats skill #789

Description

@vasugarg09

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions