Content
92%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.
A well-structured, actionable read-only skill body: real commands with flags, a sequenced 5-step workflow with a readiness validation gate and error-recovery table, and a clean one-level-deep reference split. The only weakness is mild repetition of the read-only boundary and a little trimmable intro context.
Suggestions
State the read-only boundary once (in the intro) and reference it rather than repeating it in the description, the bold intro paragraph, and Step 3 rule 8.
Trim the 'How it works' paragraph and the 'on-chain perps/spot DEX' gloss — the audience can be assumed to know what Hyperliquid is once the read-only scope is stated.
Consider moving the per-command output-columns list (Step 3) into references/commands.md to keep SKILL.md purely an overview, since the full schemas already live there.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and domain-specific (it does not explain what funding, OHLCV, or an order book are), but the read-only boundary is restated ~3 times and the 'on-chain perps/spot DEX' gloss plus the 'How it works' paragraph could be trimmed. | 4 / 5 |
Actionability | Fully executable guidance throughout — real 'opencli hyperliquid markets --sort fundingAprPct --limit 15 -f json' style commands with concrete flags, install commands, a diagnostic command, and explicit output columns per command. | 5 / 5 |
Workflow Clarity | Five clearly sequenced steps with an explicit readiness gate in Step 1 ('READY' vs 'SETUP_NEEDED' vs 'NOT_INSTALLED' branches) and a Diagnostics step plus Error Reference table providing error→cause→fix recovery loops. | 5 / 5 |
Progressive Disclosure | SKILL.md stays an overview (command mapping, key rules, presentation guidance) and points to one clearly-signaled, one-level-deep reference — 'references/commands.md — Every command with all flags, output schemas, and analyst workflows' — which exists on disk. | 5 / 5 |
Total | 19 / 20 Passed |