원클릭으로
leeroopedia-mcp
// Use Leeroopedia MCP to fetch grounded ML/AI best practices, build and review ML plans, debug failures, verify code/math correctness, and expand KB citations via get_page.
// Use Leeroopedia MCP to fetch grounded ML/AI best practices, build and review ML plans, debug failures, verify code/math correctness, and expand KB citations via get_page.
| name | leeroopedia-mcp |
| description | Use Leeroopedia MCP to fetch grounded ML/AI best practices, build and review ML plans, debug failures, verify code/math correctness, and expand KB citations via get_page. |
Leeroopedia is an ML/AI knowledge wiki. This skill teaches you when and how to call the Leeroopedia MCP tools so answers are grounded in documented best practices (not guesswork).
Use Leeroopedia MCP whenever the user asks anything that depends on ML/AI framework specifics or best practices (fine-tuning, post-training, inference serving, CUDA/Triton kernels, distributed training, RAG/agents, evaluation, config formats, API contracts, performance tuning).
If the question is purely general software engineering (no ML/AI-specific uncertainty), you may answer without tools.
[PageID] citations, preserve them in your final answer.get_page on the cited [PageID].search_knowledge multiple times with different angles (faster and higher recall than a single broad query).search_knowledge(query, context?)Use when: you need documented facts: framework behavior, APIs, configs, conventions, design patterns, tradeoffs.
How to query well:
context if you’re implementing a specific system.Good query patterns
build_plan(goal, constraints?)Use when: the user wants an end-to-end or multi-step implementation plan (pipelines, training runs, deployments, evaluations).
Output expectation: overview, key specs, numbered steps, validation criteria.
review_plan(proposal, goal)Use when: the user has a draft plan (or you wrote one) and wants a sanity check against best practices.
Output expectation: approvals, risks, suggested improvements.
verify_code_math(code_snippet, concept_name)Use when: verifying correctness of math/ML logic, algorithmic implementation, or API usage in a critical snippet.
Output expectation: Pass/Fail + explanation of discrepancies.
diagnose_failure(symptoms, logs)Use when: training/inference/deployment is failing (OOM, divergence, NaNs, hangs, bad throughput, wrong outputs, dependency conflicts).
Input quality: include the most relevant error lines + minimal reproduction context.
propose_hypothesis(current_status, recent_experiments?)Use when: the user is stuck or needs ranked next steps (design choices, debugging strategy, alternative approaches).
Output expectation: ranked hypotheses + rationale + suggested experiments.
query_hyperparameter_priors(query)Use when: the user asks “what LR / batch size / LoRA rank / weight decay / scheduler / etc should I use?”
Output expectation: suggested values/ranges + justification.
get_page(page_id)Use when: you need the full KB page for a cited source or you already know the exact page ID.
Output expectation: full page content in markdown.
build_plan(goal, constraints)search_knowledge for the 2–4 most uncertain steps (APIs, config, pitfalls)[PageID] citationsget_page if the user asks for full source or detailsreview_plan(proposal, goal)search_knowledgediagnose_failure(symptoms, logs)query_hyperparameter_priorspropose_hypothesis to rank next experimentsverify_code_math(code_snippet, concept_name)search_knowledgesearch_knowledgebuild_planreview_planverify_code_mathlora_scaling = lora_alpha / lora_rdiagnose_failurepropose_hypothesisquery_hyperparameter_priorsget_pagesearch_knowledge with 2–3 narrower queries.get_page expansion and quote the relevant section (briefly) with the [PageID].[PageID] inline where they support key claims.