evalslisted
Install: claude install-skill princeofscale/bloxforge
# Evals
22 symbols | 4 files | Cohesion: 90%
## When to Use
- Working with code in `evals/`
- Understanding how runSuite, mean, bootstrapTax work
- Modifying evals-related functionality
## Key Files
| File | Symbols |
|------|---------|
| `evals/metrics.ts` | bootstrapTax, effectivePaidForEvent, effectivePaidInput, warmBootstrapTax, firstValidActionTokens (+3) |
| `evals/harness.ts` | startServer, runTask, stopServer, runSuite, mean (+2) |
| `evals/run.ts` | resolveModelConfig, loadCases, printBucketBreakdown, median, aggregateRepeats (+1) |
| `evals/adapters/claude-mcp-adapter.ts` | ClaudeMcpAdapter |
## Entry Points
Start here when exploring this area:
- **`runSuite`** (Function) — `evals/harness.ts:73`
- **`mean`** (Function) — `evals/harness.ts:116`
- **`bootstrapTax`** (Function) — `evals/metrics.ts:55`
- **`effectivePaidInput`** (Function) — `evals/metrics.ts:84`
- **`warmBootstrapTax`** (Function) — `evals/metrics.ts:93`
## Key Symbols
| Symbol | Type | File | Line |
|--------|------|------|------|
| `ClaudeMcpAdapter` | Class | `evals/adapters/claude-mcp-adapter.ts` | 42 |
| `runSuite` | Function | `evals/harness.ts` | 73 |
| `mean` | Function | `evals/harness.ts` | 116 |
| `bootstrapTax` | Function | `evals/metrics.ts` | 55 |
| `effectivePaidInput` | Function | `evals/metrics.ts` | 84 |
| `warmBootstrapTax` | Function | `evals/metrics.ts` | 93 |
| `firstValidActionTokens` | Function | `evals/metrics.ts` | 105 |
| `recoveryCostAfterFirstError` | Function | `