Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tightly written, highly actionable reference with clear sequencing and verification checkpoints. The only weakness is progressive disclosure: all content is inline with no external references for a multi-tool skill that has grown past 50 lines.
Suggestions
Consider moving the per-tool detail (Hermes-unique features, cmux orchestration notes) into reference files and linking to them from a leaner overview.
Add a short pointer near the top indicating where each tool's specifics live, so the overview stays a quick entry point.
If keeping everything inline is intentional, trim the cmux/Hermes feature lists to only the must-know items to stay within a single-file overview's budget.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and lean, assuming Claude's competence; it adds only tool-specific detail Claude would not know (Hermes/cmux) and avoids explaining generic concepts, so every token earns its place. | 3 / 3 |
Actionability | It provides fully executable commands — 'claude -p "PROMPT" --output-format json --allowedTools "Read,Edit,Bash"', 'hermes cron create "every 1h" ...', cron entries, and while-sleep loops — that are copy-paste ready with only justified placeholders. | 3 / 3 |
Workflow Clarity | A clear decision flow (Camp A vs Camp B) is paired with an explicit 'Verify it fires (before reporting success)' validation checklist and a gotchas section covering error recovery, matching the top anchor. | 3 / 3 |
Progressive Disclosure | The skill is well-organized with clear headers but is a 68-line multi-tool reference kept entirely inline with no external references; per-tool detail (Hermes features, cmux) could be split into reference files to lighten the overview. Not a 3 because there are no well-signaled one-level-deep references, and not a 1 because structure and navigation are clean. | 2 / 3 |
Total | 11 / 12 Passed |