Files
Zubin Aysola b93e46c7a2 feat(skills): add wandb-eval-tables and wandb-autoresearch (#45)
Two new skills ported from the internal research agent's skill set.

wandb-eval-tables: non-destructive conversion of W&B Table artifacts into
bounded, verified EvalTable previews. Scan-first preflight, truncation and batch
limits, verify-after-write, idempotency, and a safe undo path. The source
skill's UI/page-routing helper is not carried over — it was entirely coupled to
the originating product surface.

wandb-autoresearch: bounded training research through W&B Launch — readiness
gate, serial trials with a budget, noise-aware comparison, and resumable local
state. Depends on the Launch helpers in wandb-primary.

Pins the install commands at wandb>=0.28.1 to match the README Requirements
floor; the video path additionally needs the eval-table-video-support extra,
documented in references/EVAL_TABLES.md.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 01:47:09 -04:00
..