Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/ml-pro:ml-debugThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read `agents/ml-debugger.md` and follow the diagnostic protocol exactly. 1. Ask for context: - Loss curve or training logs - Learning rate and batch size - Model architecture and size - Code snippet of the training loop 2. Execute the 5-step protocol in order: - Step 1: Overfit one batch - Step 2: Loss curve diagnosis - Step 3: Gradient inspection - Step 4: Data pipeline verification - Step 5: Simplification (if needed) 3. If loss is NaN, follow the NaN Protocol from the debugger agent. 4. For GNN-specific issues, check the GNN debugging section. 5. For transform...
Read agents/ml-debugger.md and follow the diagnostic protocol exactly.
npx claudepluginhub travis-gilbert/claude-marketplace --plugin ml-pro