From fde5ac62fdd721527882acf187afa961892e63bb Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Thu, 9 Apr 2026 05:09:25 +0800 Subject: [PATCH] name --- SKILL.md | 2 +- pinn/SKILL.md | 2 +- rl/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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." ---