Content
38%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a comprehensive, well-organized project reference, but as a SKILL.md it is a monolithic 1700-line documentation dump with no progressive disclosure to separate files, padded with dated changelog and config-reference material, and lacking actionable task workflows with validation.
Suggestions
Move the bulk (release history, configuration reference, per-module architecture deep-dives) into separate reference files under references/ and keep SKILL.md as a lean overview with one-level-deep links, as the progressive-disclosure anchor expects.
Delete or relocate the dated release-history changelog — time-sensitive version/dating content is a named anti-pattern and inflates the token budget without aiding task execution.
If the skill is meant to guide building/extending the agent, add a concrete numbered workflow with validation checkpoints (e.g. build -> run tests -> verify) instead of descriptive internal-flow narratives.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | At ~1765 lines the body is a full project manual, and sections like the dated release-history changelog (~85 lines), full config-reference tables, and end-to-end architecture deep-dives are padded reference material that does not belong in a lean SKILL.md; it is not score-1 because it does not explain basic concepts Claude already knows. | 2 / 5 |
Actionability | There is genuine concrete content (copy-paste install commands, `hermes` CLI commands, real Python signatures and the agent loop), but large portions are descriptive prose and tables documenting an existing codebase rather than executable task guidance, so it sits at the middle anchor. | 3 / 5 |
Workflow Clarity | Numbered sequences exist (e.g. the compression algorithm, message flow, context-file discovery) and are reasonably clear, but they describe internal behavior rather than an instructional workflow and lack any validation/feedback checkpoints, which the rubric caps at 3 for operations without validation. | 3 / 5 |
Progressive Disclosure | No bundle directories (references/, scripts/, assets/) exist and there are zero external file references — content that clearly belongs in separate files (release history, config reference, full architecture) is entirely inlined into one monolithic document, despite a useful internal table of contents. | 2 / 5 |
Total | 10 / 20 Passed |