Documentation
README
ML Debugging
Systematically diagnose ML failures using framework-specific knowledge, not guesswork.
Grounding
Detect mode: On your first grounding call, check if Leeroopedia KB tools are available. If they return results, use KB mode. If unavailable or auth fails, use Web mode.
HARD RULE: You MUST ground before writing analysis. If KB fails, you MUST WebFetch at least 2 URLs before writing ANY diagnosis. Writing from memory without fetching is the #1 failure mode of this skill — it produces zero-citation responses that score 0/3 on grounding. "I know X well" is NOT a substitute for fetching documentation.
KB mode: Call diagnose_failure → query_hyperparameter_priors → search_knowledge. Cite as [PageID].
This is the opening of the README. Read the full README on GitHub.