skills/ml-experiment-tracking/SKILL.md
Use when managing ML experiments, ensuring reproducibility, or comparing model runs
npx skillsauth add kienbui1995/magic-powers ml-experiment-trackingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When training models and need to compare runs, reproduce results, or share findings with the team.
Use MLflow, W&B, or DVC. Log per experiment:
import mlflow
with mlflow.start_run():
mlflow.log_param("learning_rate", 0.01)
mlflow.log_param("max_depth", 5)
mlflow.log_metric("val_accuracy", 0.92)
mlflow.log_artifact("model.pkl")
torch.manual_seed, np.random.seed)content-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.