From Harness Data
UK AISI Inspect AI eval conventions — the dataset/solver/scorer three-piece shape, Docker-sandboxed task isolation, the 200+ pre-built inspect_evals starter tasks, and wrapping Claude Code/Codex/Gemini CLI as the agent under test. Use when authoring or running Inspect AI evals, sandbox-isolated agentic evals, or adding a custom eval task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness-data:addon-inspect-aiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Dataset → solver → scorer.** Three-piece eval shape. Datasets are
github.com/UKGovernmentBEIS/inspect_evals.
Use them as starter tasks; do not re-invent.npx claudepluginhub camilool8/harness-engineering-templates --plugin harness-dataGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.