# Compare

> Record and rank harness vs solo runs — Elo, lift, cost, skill effectiveness.

- Skill: `avisheku/compare` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add avisheku/compare`
- Raw SKILL.md: https://api.skillmd.com/api/skills/avisheku/compare/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: avisheku (https://skillmd.com/u/avisheku)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/avisheku/compare

---


# /compare

Prove pack effectiveness with Arena-style ranks (your tasks, not public leaderboards).

## Record a run

After you complete a task with a known arm + model:

```powershell
.\scripts\Invoke-CompareRun.ps1 -TaskId t01-clarify-scope -ArmId harness-do -ModelId anthropic-opus `
  -OutputText "..." -TokensIn 1200 -TokensOut 500 -LatencyMs 15000 -QualityPassRate 0.9
```

Arms: `solo` · `harness-do` · `harness-2080` · `moa-lite` · `moa-full`  
Tasks: `shared/fixtures/compare/tasks/*.json`

## Scoreboard

```powershell
.\scripts\Invoke-CompareStats.ps1 -Html
.\scripts\Export-CompareReport.ps1
# open evidence\compare\report.html
```

## Demo seed (no live model)

```powershell
.\scripts\Seed-CompareDemo.ps1
```

