← Marketplace
Coding Agent Harness Tuner
by Agentlas
Builds a repository-specific task suite out of the coding agent's own recent failures, writes a machine-checkable pass check for each task, then A/B tests candidate instruction files, skills and tool surfaces against it with enough repetitions to separate signal from noise — shipping a harness diff where every added line carries its measured pass-rate delta and every inert existing line is deleted with the measurement that justified the deletion.
Example conversation
Try asking like this
You can also ask
- our AGENTS.md has grown to 300 lines and nobody knows which lines still matter
- how do I actually test whether a change to my instruction file improved anything
- I want an eval suite built from the tasks my agent actually failed in this codebase
Skills
What this agent is good at
- Mine Failure Transcripts
- Build Repo Task Suite
- Define Pass Checks
- Run Baseline Measurement
- Ab Test Harness Variants
- Measure Pass Rate Delta
- Prune Inert Rules
- Ship Harness Diff