wandb-experiment-tracker
Weights & Biases integration skill for experiment tracking, hyperparameter sweeps, and artifact versioning.
Best use case
wandb-experiment-tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Weights & Biases integration skill for experiment tracking, hyperparameter sweeps, and artifact versioning.
Teams using wandb-experiment-tracker should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/wandb-experiment-tracker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How wandb-experiment-tracker Compares
| Feature / Agent | wandb-experiment-tracker | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Weights & Biases integration skill for experiment tracking, hyperparameter sweeps, and artifact versioning.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# wandb-experiment-tracker
## Overview
Weights & Biases integration skill for experiment tracking, hyperparameter sweeps, artifact versioning, and team collaboration.
## Capabilities
- Experiment logging and visualization
- Hyperparameter sweep configuration and execution
- Artifact versioning and lineage tracking
- Table and media logging (images, audio, video)
- Team collaboration features
- Report generation and sharing
- Model registry integration
- Custom visualization dashboards
## Target Processes
- Model Training Pipeline with Experiment Tracking
- Experiment Planning and Hypothesis Testing
- Model Evaluation and Validation Framework
## Tools and Libraries
- Weights & Biases (wandb)
## Input Schema
```json
{
"type": "object",
"required": ["action"],
"properties": {
"action": {
"type": "string",
"enum": ["init", "log", "sweep", "artifact", "alert", "report"],
"description": "W&B action to perform"
},
"project": {
"type": "string",
"description": "W&B project name"
},
"runConfig": {
"type": "object",
"properties": {
"name": { "type": "string" },
"tags": { "type": "array", "items": { "type": "string" } },
"notes": { "type": "string" },
"config": { "type": "object" }
}
},
"logData": {
"type": "object",
"properties": {
"metrics": { "type": "object" },
"step": { "type": "integer" },
"commit": { "type": "boolean" }
}
},
"sweepConfig": {
"type": "object",
"properties": {
"method": { "type": "string", "enum": ["grid", "random", "bayes"] },
"metric": { "type": "object" },
"parameters": { "type": "object" }
}
},
"artifactConfig": {
"type": "object",
"properties": {
"name": { "type": "string" },
"type": { "type": "string" },
"path": { "type": "string" }
}
}
}
}
```
## Output Schema
```json
{
"type": "object",
"required": ["status", "action"],
"properties": {
"status": {
"type": "string",
"enum": ["success", "error"]
},
"action": {
"type": "string"
},
"runId": {
"type": "string"
},
"runUrl": {
"type": "string"
},
"sweepId": {
"type": "string"
},
"artifactId": {
"type": "string"
},
"artifactUrl": {
"type": "string"
}
}
}
```
## Usage Example
```javascript
{
kind: 'skill',
title: 'Log training metrics to W&B',
skill: {
name: 'wandb-experiment-tracker',
context: {
action: 'log',
project: 'ml-experiments',
runConfig: {
name: 'resnet-v1',
tags: ['baseline', 'resnet'],
config: { lr: 0.001, epochs: 100 }
},
logData: {
metrics: { loss: 0.5, accuracy: 0.85 },
step: 10
}
}
}
}
```Related Skills
thought-experiment-design
Construct, analyze, and evaluate philosophical thought experiments to test intuitions, reveal conceptual commitments, and probe theoretical implications
nta-particle-tracker
Nanoparticle Tracking Analysis skill for single-particle size and concentration measurements
experiment-planner-doe
Design of Experiments skill for systematic optimization of nanomaterial synthesis and processing
simulation-experiment-designer
Simulation experimental design skill for efficient scenario analysis and optimization.
pdca-tracker
PDCA cycle tracking skill for plan-do-check-act improvement management.
submittal-tracker
Construction submittal tracking skill for document management and review workflow
vote-tracker
Tracks IC voting, approvals, conditions, follow-up items
escrow-tracker
Tracks escrow releases, holdbacks, earnout milestones
deal-flow-tracker
CRM integration for tracking deals through pipeline stages with automated status updates
customer-reference-tracker
Manages customer reference calls, NPS analysis, and churn pattern detection
closing-checklist-tracker
Tracks closing conditions, deliverables, sign-offs across parties
action-item-tracker
Tracks board action items, follow-ups, commitments across companies