diff --git a/.gitignore b/.gitignore index 3d91ece..81d798a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ docs/wassname.md # Internal dev specs docs/spec/ +docs/dlbooks diff --git a/SKILL.md b/SKILL.md index 3fc5576..f25422f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,6 +1,6 @@ --- name: ml-debugging -description: "Practical folklore for debugging ML systems: convergence issues, loss surface analysis, gradient analysis, sweep methodology, and same-seed comparisons. Use when stuck on training, designing sweeps, or analyzing experiment results." +description: "Wassname's practical folklore for debugging ML systems: convergence issues, loss surface analysis, gradient analysis, sweep methodology, and same-seed comparisons. Use when stuck on training, designing sweeps, or analyzing experiment results." --- # ML Debugging Folklore