Content
27%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill body is essentially a brief explanation that the model doesn't need to act, delegating everything to external hooks. While the intent (a passive/no-op skill) is understandable, the content provides no actionable guidance, no example of the stats output format, and no verifiable references to the hook files it mentions. It reads more like a comment than a skill document.
Suggestions
Add an example of the actual stats output that the hook produces, so the skill documents what the user will see and Claude can reference it if asked about the format.
Include the hook file(s) in the bundle or inline the key logic so the references to `hooks/caveman-stats.js` and `hooks/caveman-mode-tracker.js` are verifiable.
Add a minimal structure with at least a heading and a brief section explaining what triggers the skill (`/caveman-stats`) and what Claude should do if the hook fails or the user asks follow-up questions about the stats.
If Claude truly has zero responsibility, state explicitly what Claude should say if a user asks about token stats outside of the hook context (e.g., 'Refer the user to /caveman-stats').
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is brief (3 sentences), but it's essentially all explanation of how the system works rather than actionable instruction. The phrase 'The model does not need to do anything when this skill fires' is useful context, but the rest is somewhat redundant given the description already covers this. | 2 / 3 |
Actionability | There is no actionable guidance whatsoever — no code, no commands, no examples of output, no instructions for Claude to follow. The content merely describes what happens externally without giving Claude anything concrete to do or respond with. | 1 / 3 |
Workflow Clarity | The workflow is implicitly described (hook fires, blocks, returns stats), but there are no explicit steps, no validation, and no detail on what the output looks like or how errors are handled. For a simple 'do nothing' skill this is borderline acceptable, but the lack of any example output or trigger details is a gap. | 2 / 3 |
Progressive Disclosure | The content references `hooks/caveman-stats.js` and `hooks/caveman-mode-tracker.js` but no bundle files are provided, so these references are unverifiable. There's no structure, no sections, and no navigation — just a single paragraph. | 1 / 3 |
Total | 6 / 12 Passed |