Content
50%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 skill is a well-structured, actionable gateway with concrete clone/read commands and clear sourcing, but it is held back by a very long inlined index that inflates token cost and by fetch/clone workflows that lack explicit validation checkpoints.
Suggestions
Move the full per-domain skill index into a separate reference file (e.g., references/SKILL_INDEX.md) and keep only a condensed summary plus a link in SKILL.md to improve conciseness and progressive disclosure.
Add validation checkpoints to the fetch workflow — e.g., verify the clone succeeded (`git clone ... && test -d`) and confirm prerequisites/installed tools before invoking a fetched ClawBio pipeline.
Trim redundant restatements (e.g., the 'NOT in Hermes SKILL.md format' caveat appears in both 'How to fetch' step 4 and 'Pitfalls'); consolidate to cut tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body inlines a ~200-line enumerated skill index listing hundreds of skill names across every domain; this large catalog duplicates information that lives in the linked repos and competes with the context window, matching the noticeably-verbose/padded anchor. | 2 / 5 |
Actionability | It provides concrete, copy-pasteable commands (shallow clone URLs, cat paths to specific SKILL.md/README files, pip/R/apt/conda install blocks), with only minor gaps such as no example of actually selecting and running a fetched ClawBio skill end-to-end. | 4 / 5 |
Workflow Clarity | The four-step fetch-and-use sequence is clearly numbered, but it involves batch/external operations (cloning repos, running third-party pipelines) with no validation checkpoints (e.g., verify the clone succeeded, confirm prerequisites before running), capping it at 3 per the destructive/batch rule. | 3 / 5 |
Progressive Disclosure | It correctly acts as a gateway pointing one level deep to two external repos, but the huge inlined skill index is content that arguably belongs in a separate reference file, and the references are external URLs rather than well-signaled local bundle files. | 3 / 5 |
Total | 12 / 20 Passed |