Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A compact, well-structured skill body that gives an executable runnable example and focuses entirely on non-obvious gotchas and downstream validation rather than restating known concepts. It is appropriately self-contained for a single-task skill with no bundle files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence — it explains only non-obvious specifics (the load-bearing `cd`, the two-checkpoint limitation, the crystallisable-vs-soluble caveat) and never defines ProteinMPNN or inverse folding, matching the level-3 anchor where every token earns its place. | 3 / 3 |
Actionability | Provides a complete, copy-paste-ready bash invocation with exact flags plus concrete follow-ups (the `--model_name` error, the LigandMPNN `--model_type soluble_mpnn` path, output at `out/seqs/<stem>.fa`), meeting the level-3 fully-executable anchor. | 3 / 3 |
Workflow Clarity | The single running action is unambiguous with a called-out load-bearing step and explicit downstream validation ("check that the resulting designs still fold via boltz or esmfold2"), so under the simple-skill scoring note the clear sequence with a verification checkpoint scores 3. | 3 / 3 |
Progressive Disclosure | No bundle files are present and the body is under 50 lines with well-organized section headers and only one-level-deep peer-skill pointers (proteinmpnn, ligandmpnn, boltz, esmfold2), satisfying the simple-skill exception where well-organized sections alone score 3. | 3 / 3 |
Total | 12 / 12 Passed |