Use this skill to run a deterministic Inspect evaluation harness over toy scientific-agent cases and compare a candidate solver against a weaker baseline.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill inspect-evaluation-harness-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Inspect Evaluation Harness Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-inspect-evaluation-harness-starter)More formats (shields.io, HTML) on the badges page.
# Inspect Evaluation Harness Starter
Use this skill to run a deterministic Inspect evaluation harness over toy scientific-agent cases and compare a candidate solver against a weaker baseline.
## What This Skill Does
- defines a small local Inspect task set without external model credentials
- evaluates two deterministic solver variants on the same cases
- writes machine-readable accuracy summaries plus Inspect log files for both runs
## When To Use It
- when you need a runnable `evaluation-harnesses-for-scientific-agents` starter
- when you want a local Inspect example before wiring in real agents or model-backed solvers
- when you need a stable comparison harness for repository tests
## Run
```bash
./slurm/envs/agents/bin/python skills/scientific-agents-and-automation/inspect-evaluation-harness-starter/scripts/run_inspect_evaluation_harness.py \
--cases skills/scientific-agents-and-automation/inspect-evaluation-harness-starter/examples/toy_eval_cases.json \
--summary-out scratch/agents/inspect_evaluation_harness_summary.json \
--log-dir scratch/agents/inspect-eval-logs
```
## Notes
- This starter intentionally avoids external model APIs so it can run in the repository sandbox.
- The candidate and baseline solvers are both deterministic; the purpose is to verify the harness and comparison surface, not to benchmark large models.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!