[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-mlflow-searching-mlflow-docs":3,"mdc-2z064p-key":30,"related-repo-mlflow-searching-mlflow-docs":252,"related-org-mlflow-searching-mlflow-docs":359},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":26,"sourceUrl":28,"mdContent":29},"searching-mlflow-docs","search and retrieve MLflow documentation","Searches and retrieves MLflow documentation from the official docs site. Use when the user asks about MLflow features, APIs, integrations (LangGraph, LangChain, OpenAI, etc.), tracing, tracking, or requests to look up MLflow documentation. Triggers on \"how do I use MLflow with X\", \"find MLflow docs for Y\", \"MLflow API for Z\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"mlflow","MLflow","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmlflow.png",[12,14,17],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Documentation","documentation",{"name":18,"slug":19,"type":13},"Reference","reference",60,"https:\u002F\u002Fgithub.com\u002Fmlflow\u002Fskills","2026-07-14T05:39:07.951481",null,19,[],{"repoUrl":21,"stars":20,"forks":24,"topics":27,"description":23},[],"https:\u002F\u002Fgithub.com\u002Fmlflow\u002Fskills\u002Ftree\u002FHEAD\u002Fsearching-mlflow-docs","---\nname: searching-mlflow-docs\ndescription: Searches and retrieves MLflow documentation from the official docs site. Use when the user asks about MLflow features, APIs, integrations (LangGraph, LangChain, OpenAI, etc.), tracing, tracking, or requests to look up MLflow documentation. Triggers on \"how do I use MLflow with X\", \"find MLflow docs for Y\", \"MLflow API for Z\".\n---\n\n# MLflow Documentation Search\n\n## Workflow\n\n1. Fetch `https:\u002F\u002Fmlflow.org\u002Fdocs\u002Flatest\u002Fllms.txt` to find relevant page paths\n2. Fetch the `.md` file at the identified path\n3. Present results with verbatim code examples\n\n## Step 1: Fetch llms.txt Index\n\n```\nWebFetch(\n  url: \"https:\u002F\u002Fmlflow.org\u002Fdocs\u002Flatest\u002Fllms.txt\",\n  prompt: \"Find links or references to [TOPIC]. List all relevant URLs.\"\n)\n```\n\n## Step 2: Fetch Target Documentation\n\nUse the path from Step 1, always with `.md` extension:\n\n```\nWebFetch(\n  url: \"https:\u002F\u002Fmlflow.org\u002Fdocs\u002Flatest\u002F[path].md\",\n  prompt: \"Return all code blocks verbatim. Do not summarize.\"\n)\n```\n\n## Anti-Patterns\n\n**Do not use `.html` files** — Fetch `.md` source files only.\n\n**Do not use WebSearch** — Always start from llms.txt; web search returns outdated or third-party content.\n\n**Do not use vague prompts** — \"Extract complete documentation\" allows summarization. Use \"Return all code blocks verbatim. Do not summarize.\"\n\n**Do not use versioned paths** — Always use `\u002Fdocs\u002Flatest\u002F`, never `\u002Fdocs\u002F3.8\u002F` or other versions unless the user explicitly requests a specific version.\n\n**Do not guess URLs** — Always verify paths exist in llms.txt before fetching. Never construct documentation paths from assumptions.\n\n**Do not follow external links** — Stay within mlflow.org\u002Fdocs. Do not follow links to GitHub, PyPI, or third-party sites.\n\n**Do not mix sources** — Use only MLflow docs. Do not combine with LangChain docs, OpenAI docs, or other external documentation.\n\n**Do not use llms.txt for non-GenAI topics** — The llms.txt index covers LLM\u002FGenAI documentation only. For classic ML tracking features, paths may differ.\n",{"data":31,"body":32},{"name":4,"description":6},{"type":33,"children":34},"root",[35,44,51,88,94,106,112,125,134,140,166,176,186,212,222,232,242],{"type":36,"tag":37,"props":38,"children":40},"element","h1",{"id":39},"mlflow-documentation-search",[41],{"type":42,"value":43},"text","MLflow Documentation Search",{"type":36,"tag":45,"props":46,"children":48},"h2",{"id":47},"workflow",[49],{"type":42,"value":50},"Workflow",{"type":36,"tag":52,"props":53,"children":54},"ol",{},[55,70,83],{"type":36,"tag":56,"props":57,"children":58},"li",{},[59,61,68],{"type":42,"value":60},"Fetch ",{"type":36,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":42,"value":67},"https:\u002F\u002Fmlflow.org\u002Fdocs\u002Flatest\u002Fllms.txt",{"type":42,"value":69}," to find relevant page paths",{"type":36,"tag":56,"props":71,"children":72},{},[73,75,81],{"type":42,"value":74},"Fetch the ",{"type":36,"tag":62,"props":76,"children":78},{"className":77},[],[79],{"type":42,"value":80},".md",{"type":42,"value":82}," file at the identified path",{"type":36,"tag":56,"props":84,"children":85},{},[86],{"type":42,"value":87},"Present results with verbatim code examples",{"type":36,"tag":45,"props":89,"children":91},{"id":90},"step-1-fetch-llmstxt-index",[92],{"type":42,"value":93},"Step 1: Fetch llms.txt Index",{"type":36,"tag":95,"props":96,"children":100},"pre",{"className":97,"code":99,"language":42},[98],"language-text","WebFetch(\n  url: \"https:\u002F\u002Fmlflow.org\u002Fdocs\u002Flatest\u002Fllms.txt\",\n  prompt: \"Find links or references to [TOPIC]. List all relevant URLs.\"\n)\n",[101],{"type":36,"tag":62,"props":102,"children":104},{"__ignoreMap":103},"",[105],{"type":42,"value":99},{"type":36,"tag":45,"props":107,"children":109},{"id":108},"step-2-fetch-target-documentation",[110],{"type":42,"value":111},"Step 2: Fetch Target Documentation",{"type":36,"tag":113,"props":114,"children":115},"p",{},[116,118,123],{"type":42,"value":117},"Use the path from Step 1, always with ",{"type":36,"tag":62,"props":119,"children":121},{"className":120},[],[122],{"type":42,"value":80},{"type":42,"value":124}," extension:",{"type":36,"tag":95,"props":126,"children":129},{"className":127,"code":128,"language":42},[98],"WebFetch(\n  url: \"https:\u002F\u002Fmlflow.org\u002Fdocs\u002Flatest\u002F[path].md\",\n  prompt: \"Return all code blocks verbatim. Do not summarize.\"\n)\n",[130],{"type":36,"tag":62,"props":131,"children":132},{"__ignoreMap":103},[133],{"type":42,"value":128},{"type":36,"tag":45,"props":135,"children":137},{"id":136},"anti-patterns",[138],{"type":42,"value":139},"Anti-Patterns",{"type":36,"tag":113,"props":141,"children":142},{},[143,157,159,164],{"type":36,"tag":144,"props":145,"children":146},"strong",{},[147,149,155],{"type":42,"value":148},"Do not use ",{"type":36,"tag":62,"props":150,"children":152},{"className":151},[],[153],{"type":42,"value":154},".html",{"type":42,"value":156}," files",{"type":42,"value":158}," — Fetch ",{"type":36,"tag":62,"props":160,"children":162},{"className":161},[],[163],{"type":42,"value":80},{"type":42,"value":165}," source files only.",{"type":36,"tag":113,"props":167,"children":168},{},[169,174],{"type":36,"tag":144,"props":170,"children":171},{},[172],{"type":42,"value":173},"Do not use WebSearch",{"type":42,"value":175}," — Always start from llms.txt; web search returns outdated or third-party content.",{"type":36,"tag":113,"props":177,"children":178},{},[179,184],{"type":36,"tag":144,"props":180,"children":181},{},[182],{"type":42,"value":183},"Do not use vague prompts",{"type":42,"value":185}," — \"Extract complete documentation\" allows summarization. Use \"Return all code blocks verbatim. Do not summarize.\"",{"type":36,"tag":113,"props":187,"children":188},{},[189,194,196,202,204,210],{"type":36,"tag":144,"props":190,"children":191},{},[192],{"type":42,"value":193},"Do not use versioned paths",{"type":42,"value":195}," — Always use ",{"type":36,"tag":62,"props":197,"children":199},{"className":198},[],[200],{"type":42,"value":201},"\u002Fdocs\u002Flatest\u002F",{"type":42,"value":203},", never ",{"type":36,"tag":62,"props":205,"children":207},{"className":206},[],[208],{"type":42,"value":209},"\u002Fdocs\u002F3.8\u002F",{"type":42,"value":211}," or other versions unless the user explicitly requests a specific version.",{"type":36,"tag":113,"props":213,"children":214},{},[215,220],{"type":36,"tag":144,"props":216,"children":217},{},[218],{"type":42,"value":219},"Do not guess URLs",{"type":42,"value":221}," — Always verify paths exist in llms.txt before fetching. Never construct documentation paths from assumptions.",{"type":36,"tag":113,"props":223,"children":224},{},[225,230],{"type":36,"tag":144,"props":226,"children":227},{},[228],{"type":42,"value":229},"Do not follow external links",{"type":42,"value":231}," — Stay within mlflow.org\u002Fdocs. Do not follow links to GitHub, PyPI, or third-party sites.",{"type":36,"tag":113,"props":233,"children":234},{},[235,240],{"type":36,"tag":144,"props":236,"children":237},{},[238],{"type":42,"value":239},"Do not mix sources",{"type":42,"value":241}," — Use only MLflow docs. Do not combine with LangChain docs, OpenAI docs, or other external documentation.",{"type":36,"tag":113,"props":243,"children":244},{},[245,250],{"type":36,"tag":144,"props":246,"children":247},{},[248],{"type":42,"value":249},"Do not use llms.txt for non-GenAI topics",{"type":42,"value":251}," — The llms.txt index covers LLM\u002FGenAI documentation only. For classic ML tracking features, paths may differ.",{"items":253,"total":358},[254,271,288,299,315,333,346],{"slug":255,"name":255,"fn":256,"description":257,"org":258,"tags":259,"stars":20,"repoUrl":21,"updatedAt":270},"agent-evaluation","evaluate and optimize LLM agent output","Use this when you need to EVALUATE OR IMPROVE or OPTIMIZE an existing LLM agent's output quality - including improving tool selection accuracy, answer quality, reducing costs, or fixing issues where the agent gives wrong\u002Fincomplete responses. Evaluates agents systematically using MLflow evaluation with datasets, scorers, and tracing. IMPORTANT - Always also load the instrumenting-with-mlflow-tracing skill before starting any work. Covers end-to-end evaluation workflow or individual components (tracing setup, dataset creation, scorer definition, evaluation execution).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[260,263,266,267],{"name":261,"slug":262,"type":13},"Agents","agents",{"name":264,"slug":265,"type":13},"Evals","evals",{"name":9,"slug":8,"type":13},{"name":268,"slug":269,"type":13},"Performance","performance","2026-07-14T05:39:15.600492",{"slug":272,"name":272,"fn":273,"description":274,"org":275,"tags":276,"stars":20,"repoUrl":21,"updatedAt":287},"analyzing-mlflow-session","analyze MLflow chat conversation sessions","Analyzes an MLflow session — a sequence of traces from a multi-turn chat conversation or interaction. Use when the user asks to debug a chat conversation, review session or chat history, find where a multi-turn chat went wrong, or analyze patterns across turns. Triggers on \"analyze this session\", \"what happened in this conversation\", \"debug session\", \"review chat history\", \"where did this chat go wrong\", \"session traces\", \"analyze chat\", \"debug this chat\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[277,280,281,284],{"name":278,"slug":279,"type":13},"Debugging","debugging",{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},"Observability","observability",{"name":285,"slug":286,"type":13},"Tracing","tracing","2026-07-14T05:39:10.542342",{"slug":289,"name":289,"fn":290,"description":291,"org":292,"tags":293,"stars":20,"repoUrl":21,"updatedAt":298},"analyzing-mlflow-trace","analyze MLflow traces","Analyzes a single MLflow trace to answer a user query about it. Use when the user provides a trace ID and asks to debug, investigate, find issues, root-cause errors, understand behavior, or analyze quality. Triggers on \"analyze this trace\", \"what went wrong with this trace\", \"debug trace\", \"investigate trace\", \"why did this trace fail\", \"root cause this trace\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[294,295,296,297],{"name":278,"slug":279,"type":13},{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},{"name":285,"slug":286,"type":13},"2026-07-14T05:39:02.874441",{"slug":300,"name":300,"fn":301,"description":302,"org":303,"tags":304,"stars":20,"repoUrl":21,"updatedAt":314},"fix-agent-issue","fix and update AI agent behavior","Drives a disciplined explore → plan → implement → verify loop for changing an AI agent's behavior with confidence — whether fixing a reported failure or introducing a new requirement, business rule, or policy. Grounds the diagnosis in MLflow traces, codifies the desired behavior as a regression test suite (`mlflow.genai.evaluate` assertions in `@mlflow.test` pytest tests), and iterates the agent — not the test — until green, resisting quick system-prompt patches when the real fix is upstream (missing tool, retrieval source, or capability). Use whenever the user wants to fix or change how an agent behaves — e.g. \"fix this issue in my agent\", \"this answer is wrong\", \"the agent is hallucinating\", \"improve my agent based on this trace\", \"make the agent do X instead of Y\", \"I want the agent to lead with\u002Fprioritize\u002Frecommend X\", \"new business rule: the agent should X\", \"always\u002Fnever do X\", \"change the agent's default behavior\" — or shares a trace they want addressed.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[305,306,309,310,313],{"name":261,"slug":262,"type":13},{"name":307,"slug":308,"type":13},"Best Practices","best-practices",{"name":278,"slug":279,"type":13},{"name":311,"slug":312,"type":13},"Engineering","engineering",{"name":9,"slug":8,"type":13},"2026-07-30T05:53:39.749464",{"slug":316,"name":316,"fn":317,"description":318,"org":319,"tags":320,"stars":20,"repoUrl":21,"updatedAt":332},"instrumenting-with-mlflow-tracing","instrument Python and TypeScript with MLflow Tracing","Instruments Python and TypeScript code with MLflow Tracing for observability. Must be loaded when setting up tracing as part of any workflow including agent evaluation. Triggers on adding tracing, instrumenting agents\u002FLLM apps, getting started with MLflow tracing, tracing specific frameworks (LangGraph, LangChain, OpenAI, Gemini, DSPy, CrewAI, AutoGen), or when another skill references tracing setup. Examples - \"How do I add tracing?\", \"Instrument my agent\", \"Trace my LangChain app\", \"Set up tracing for evaluation\"",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[321,322,323,324,325,328,329],{"name":261,"slug":262,"type":13},{"name":264,"slug":265,"type":13},{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},{"name":326,"slug":327,"type":13},"Python","python",{"name":285,"slug":286,"type":13},{"name":330,"slug":331,"type":13},"TypeScript","typescript","2026-07-20T05:58:52.968218",{"slug":334,"name":334,"fn":335,"description":336,"org":337,"tags":338,"stars":20,"repoUrl":21,"updatedAt":345},"mlflow-agent","dispatch MLflow workflows and agent tasks","Master dispatcher for all MLflow workflows. Use this skill when the user wants to do anything with MLflow — tracing, evaluating, debugging, or improving an agent. Routes to the right MLflow sub-skill automatically. Triggers on: \"use mlflow\", \"help with mlflow\", \"mlflow agent\", \"add mlflow to my project\", \"trace my agent\", \"evaluate my agent\", or any MLflow task without a specific skill in mind.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[339,340,341,344],{"name":261,"slug":262,"type":13},{"name":9,"slug":8,"type":13},{"name":342,"slug":343,"type":13},"MLOps","mlops",{"name":285,"slug":286,"type":13},"2026-07-14T05:39:04.133424",{"slug":347,"name":347,"fn":348,"description":349,"org":350,"tags":351,"stars":20,"repoUrl":21,"updatedAt":357},"mlflow-onboarding","onboard users to MLflow workflows","Onboards users to MLflow by determining their use case (GenAI agents\u002Fapps or traditional ML\u002Fdeep learning) and guiding them through relevant quickstart tutorials and initial integration. If an experiment ID is available, it should be supplied as input to help determine the use case. Use when the user asks to get started with MLflow, set up tracking, add observability, or integrate MLflow into their project. Triggers on \"get started with MLflow\", \"set up MLflow\", \"onboard to MLflow\", \"add MLflow to my project\", \"how do I use MLflow\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[352,353,354],{"name":9,"slug":8,"type":13},{"name":342,"slug":343,"type":13},{"name":355,"slug":356,"type":13},"Onboarding","onboarding","2026-07-14T05:39:06.681003",11,{"items":360,"total":478},[361,375,385,392,399,406,414,424,431,437,452,463],{"slug":362,"name":362,"fn":363,"description":364,"org":365,"tags":366,"stars":372,"repoUrl":373,"updatedAt":374},"setup","configure MLflow tracing","Configure MLflow tracing for Claude Code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[367,370,371],{"name":368,"slug":369,"type":13},"Claude Code","claude-code",{"name":9,"slug":8,"type":13},{"name":285,"slug":286,"type":13},27014,"https:\u002F\u002Fgithub.com\u002Fmlflow\u002Fmlflow","2026-07-14T05:39:00.297769",{"slug":376,"name":376,"fn":377,"description":378,"org":379,"tags":380,"stars":372,"repoUrl":373,"updatedAt":384},"status","display MLflow tracing configuration","Show the current MLflow tracing configuration for Claude Code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[381,382,383],{"name":368,"slug":369,"type":13},{"name":9,"slug":8,"type":13},{"name":285,"slug":286,"type":13},"2026-07-14T05:39:01.540537",{"slug":255,"name":255,"fn":256,"description":257,"org":386,"tags":387,"stars":20,"repoUrl":21,"updatedAt":270},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[388,389,390,391],{"name":261,"slug":262,"type":13},{"name":264,"slug":265,"type":13},{"name":9,"slug":8,"type":13},{"name":268,"slug":269,"type":13},{"slug":272,"name":272,"fn":273,"description":274,"org":393,"tags":394,"stars":20,"repoUrl":21,"updatedAt":287},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[395,396,397,398],{"name":278,"slug":279,"type":13},{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},{"name":285,"slug":286,"type":13},{"slug":289,"name":289,"fn":290,"description":291,"org":400,"tags":401,"stars":20,"repoUrl":21,"updatedAt":298},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[402,403,404,405],{"name":278,"slug":279,"type":13},{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},{"name":285,"slug":286,"type":13},{"slug":300,"name":300,"fn":301,"description":302,"org":407,"tags":408,"stars":20,"repoUrl":21,"updatedAt":314},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[409,410,411,412,413],{"name":261,"slug":262,"type":13},{"name":307,"slug":308,"type":13},{"name":278,"slug":279,"type":13},{"name":311,"slug":312,"type":13},{"name":9,"slug":8,"type":13},{"slug":316,"name":316,"fn":317,"description":318,"org":415,"tags":416,"stars":20,"repoUrl":21,"updatedAt":332},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[417,418,419,420,421,422,423],{"name":261,"slug":262,"type":13},{"name":264,"slug":265,"type":13},{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},{"name":326,"slug":327,"type":13},{"name":285,"slug":286,"type":13},{"name":330,"slug":331,"type":13},{"slug":334,"name":334,"fn":335,"description":336,"org":425,"tags":426,"stars":20,"repoUrl":21,"updatedAt":345},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[427,428,429,430],{"name":261,"slug":262,"type":13},{"name":9,"slug":8,"type":13},{"name":342,"slug":343,"type":13},{"name":285,"slug":286,"type":13},{"slug":347,"name":347,"fn":348,"description":349,"org":432,"tags":433,"stars":20,"repoUrl":21,"updatedAt":357},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[434,435,436],{"name":9,"slug":8,"type":13},{"name":342,"slug":343,"type":13},{"name":355,"slug":356,"type":13},{"slug":438,"name":438,"fn":439,"description":440,"org":441,"tags":442,"stars":20,"repoUrl":21,"updatedAt":451},"querying-mlflow-metrics","fetch trace metrics from MLflow servers","Fetches aggregated trace metrics (token usage, latency, trace counts, quality evaluations) from MLflow tracking servers. Triggers on requests to show metrics, analyze token usage, view LLM costs, check usage trends, or query trace statistics.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[443,446,449,450],{"name":444,"slug":445,"type":13},"Analytics","analytics",{"name":447,"slug":448,"type":13},"Metrics","metrics",{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},"2026-07-14T05:39:13.07056",{"slug":453,"name":453,"fn":454,"description":455,"org":456,"tags":457,"stars":20,"repoUrl":21,"updatedAt":462},"retrieving-mlflow-traces","retrieve and query MLflow traces","Retrieves MLflow traces using CLI or Python API. Use when the user asks to get a trace by ID, find traces, filter traces by status\u002Ftags\u002Fmetadata\u002Fexecution time, query traces, or debug failed traces. Triggers on \"get trace\", \"search traces\", \"find failed traces\", \"filter traces by\", \"traces slower than\", \"query MLflow traces\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[458,459,460,461],{"name":278,"slug":279,"type":13},{"name":9,"slug":8,"type":13},{"name":282,"slug":283,"type":13},{"name":285,"slug":286,"type":13},"2026-07-14T05:39:09.22888",{"slug":464,"name":464,"fn":465,"description":466,"org":467,"tags":468,"stars":20,"repoUrl":21,"updatedAt":477},"sagemaker-mlflow","connect to SageMaker Managed MLflow","Connect to SageMaker Managed MLflow (mlflow-app or mlflow-tracking-server ARN) as an MLflow backend, then hand off to the other MLflow skills. Triggers on a SageMaker MLflow ARN (arn:aws:sagemaker:...:mlflow-app\u002F... or arn:aws:sagemaker:...:mlflow-tracking-server\u002F...) or \"SageMaker Managed MLflow\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[469,472,475,476],{"name":470,"slug":471,"type":13},"AI Infrastructure","ai-infrastructure",{"name":473,"slug":474,"type":13},"AWS","aws",{"name":9,"slug":8,"type":13},{"name":342,"slug":343,"type":13},"2026-07-14T05:39:05.401801",13]