Content
82%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 tight, actionable SKILL.md body built around a complete executable command, with the important gotchas (repo-relative imports, soluble weight versions, training-set vs host-solubility gap) surfaced rather than hidden. It earns its length on genuinely non-obvious domain context.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and competence-assuming with a complete runnable code block; a few prose sentences (e.g. the CPU-vs-GPU dispatching aside) could be trimmed without losing signal. | 4 / 5 |
Actionability | Provides a copy-paste-ready bash block with all flags, calls out the load-bearing cd and the default --model_name gotcha, names the output path, and gives the LigandMPNN alternative with its exact flag, covering the common cases fully. | 5 / 5 |
Workflow Clarity | The single run action is sequenced clearly with key gotchas surfaced and a fold-verification follow-up (boltz/esmfold2) recommended; it is not a multi-step destructive workflow, but the verification is framed as a follow-up rather than an inline checkpoint. | 4 / 5 |
Progressive Disclosure | Cleanly sectioned (Running it, hydrophobic patches, training-set caveat) with one-level, well-signaled deferrals to sibling skills ("see proteinmpnn for the parsing quirks"); no bundle files exist, so structure is all inline and well-organized with only minor room to externalize. | 4 / 5 |
Total | 17 / 20 Passed |