Content
88%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 high-quality, predictor-agnostic benchmarking skill: fully executable code, a clear gated workflow with mandatory validation and robustness sweep, and honest limitations. The main gap is progressive disclosure — it is a single ~440-line file with long worked examples that could be split into bundled reference files.
Suggestions
Externalize the long AlphaMissense bin-parsing worked example and the per-predictor scoring tables into a references/ file (e.g. PREDICTOR_SOURCES.md), keeping SKILL.md a lean overview with one-level-deep links.
Trim or move the DeepMind bulk-CSV 'higher-resolution alternative' aside out of the main Step 2 flow so the primary path stays scannable.
Consider a scripts/ helper for the repetitive sweep + MWU loop so the body can reference it instead of inlining the full implementation twice (Step 4 and Step 5).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean with executable, no-preamble code blocks and tight tables, but the worked AlphaMissense bin-parsing example and the alternative-source boilerplate add length that could be trimmed or externalized; assumes Claude's competence for the most part. | 4 / 5 |
Actionability | Copy-paste-ready executable functions cover every predictor option (SAE drop, AlphaMissense matrix, ESM logits, ESM-2 masked-marginal), plus a complete MWU + sweep implementation with concrete example inputs (KRAS P01116, position 12). | 5 / 5 |
Workflow Clarity | Six-step sequence with an explicitly MANDATORY pre-MWU NaN-coverage sanity gate, a sign-convention double-check, error-recovery guidance ('do not paper over… debug the predictor computation step'), and a robustness sweep — clear checkpoints and feedback loops for the batch/statistical operations. | 5 / 5 |
Progressive Disclosure | Well-organized sections with a cross-reference table pointing to sibling skills/tools at one level, but the SKILL.md is monolithic (no references/ scripts/ assets/ bundle files) and inlines several long worked examples (AlphaMissense parsing, two scoring-path tables) that could be externalized to reference files. | 4 / 5 |
Total | 18 / 20 Passed |