From 7a9c667aa7e68ee7fb1ff45b07f62c1a2f525914 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:17:50 +0800 Subject: [PATCH] chore: add wassname attribution to description, gitignore dlbooks --- .gitignore | 1 + SKILL.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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