Agent skill · software engineering · davila7

weights-and-biases

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform

Why this skill is useful

Provides specific commands and patterns for integrating W&B into ML workflows that the AI wouldn't reliably generate on its own.

What it needs

Requires wandb installed locally. About 5k tokens when loaded. Last updated 2026-08-06. 30,138 stars on the source repository.

What this skill does

Weights & Biases: ML Experiment Tracking & MLOps When to Use This Skill Use Weights & Biases (W&B) when you need to: Track ML experiments with automatic metric logging Visualize training in real-time dashboards Compare runs across hyperparameters and configurations Optimize hyperparameters with automated sweeps Manage model registry with versioning and lineage Collaborate on ML projects with team workspaces Track artifacts (datasets, models, code) with lineage Users: 200,000+ ML practitioners GitHub Stars: 10.5k+ Integrations: 100+ Installation Quick Start Basic Experiment Tracking With PyTorch Core Concepts 1. Projects and Runs Project: Collection of related experiments Run: Single execution of your training script 2. Configuration Tracking Track hyperparameters automatically: 3. Metric Logging 4. Model Checkpointing Hyperparameter Sweeps Automatically search for optimal hyperparameters. Define Sweep Configuration Define Training Function Sweep Strategies Artifacts Track datasets, models, and other files with lineage. Log Artifacts Use Artifacts Model Registry Integration Examples HuggingFace Transformers PyTorch Lightning Keras/TensorFlow Visualization & Analysis Custom Charts Reports Create shareable reports in W&B UI: Combine runs, charts, and text Markdown support Embeddable visualizations Team collaboration Best Practices 1. Organize with Tags and Groups 2. Log Everything Relevant 3. Use Descriptive Names 4. Save Important Artifacts 5. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills davila7/mlops-weights-and-biases

View the source on GitHub

Browse the @skills marketplace