From experiment-tracking-setup
Sets up ML experiment tracking with MLflow or Weights & Biases: installs packages, initializes tools, and provides logging code for parameters, metrics, and artifacts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/experiment-tracking-setup:setting-up-experiment-trackingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure ML experiment tracking with MLflow or Weights & Biases, including environment setup and code for logging parameters, metrics, and artifacts.
Configure ML experiment tracking with MLflow or Weights & Biases, including environment setup and code for logging parameters, metrics, and artifacts.
This skill streamlines the process of setting up experiment tracking for machine learning projects. It automates environment configuration, tool initialization, and provides code examples to get you started quickly.
This skill activates when you need to:
User request: "track experiments using mlflow"
The skill will:
mlflow Python package.User request: "setup experiment tracking with wandb"
The skill will:
wandb Python package.This skill can be used in conjunction with other skills that generate or modify machine learning code, such as skills for model training or data preprocessing. It ensures that all experiments are properly tracked and documented.
The skill produces structured output relevant to the task.
npx claudepluginhub fleet-to-force/claude-code-plugins-plus --plugin experiment-tracking-setup5plugins reuse this skill
First indexed Jul 10, 2026
Sets up ML experiment tracking with MLflow or Weights & Biases, configuring environment and generating code for logging parameters, metrics, and artifacts.
Guides MLflow tracking setup including experiment configuration and best practices for ML training workflows.
Guides ML experiment logging, versioning, and reproducibility using MLflow, Weights & Biases, DVC for tracking params, metrics, models, and artifacts in Python projects.