diff --git a/SKILL.md b/SKILL.md index 385fab4..1cbccca 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,5 +1,5 @@ --- -name: ml_debug +name: ml-debug 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." --- diff --git a/pinn/SKILL.md b/pinn/SKILL.md index edee5e1..ed19a24 100644 --- a/pinn/SKILL.md +++ b/pinn/SKILL.md @@ -1,5 +1,5 @@ --- -name: pinn-debug +name: pinn description: "PINN (Physics-Informed Neural Network) training best practices and debugging. Use when building, debugging, or optimizing PINNs for PDEs, ODEs, or physics-constrained learning problems. Sub-skill of ml-debugging." --- diff --git a/rl/SKILL.md b/rl/SKILL.md index 06addc1..de2ac52 100644 --- a/rl/SKILL.md +++ b/rl/SKILL.md @@ -1,5 +1,5 @@ --- -name: rl-debug +name: rl description: "RL-specific debugging: probe environments, reward engineering, diagnostics, hyperparameter defaults, and reference implementations. Sub-skill of ml-debugging. Use when debugging reinforcement learning systems." ---