mlflow-onboarding

Detect GenAI versus traditional ML use cases and guide MLflow onboarding.

Updated May 20, 2026
One-click install
npx skills add https://github.com/ice-droid-99/BI-Dashboard-Generation-Agent-in-Databricks- --skill mlflow-onboarding-ice-droid-99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlflow-onboarding
Source: https://github.com/ice-droid-99/BI-Dashboard-Generation-Agent-in-Databricks-/tree/main/.gemini/skills/mlflow-onboarding
Command: npx skills add https://github.com/ice-droid-99/BI-Dashboard-Generation-Agent-in-Databricks- --skill mlflow-onboarding-ice-droid-99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users start using MLflow by choosing the correct onboarding path and then guiding them through the most relevant quickstarts for either GenAI observability (tracing, evaluation, prompt/versioning) or traditional ML experiment tracking (parameters, metrics, artifacts, model logging).

Core Features & Use Cases

  • Use-case detection: Determines whether the user is building a GenAI app/agent versus training a traditional ML/deep learning model by inspecting code signals and experiment metadata.
  • Targeted onboarding guidance: Recommends the correct MLflow documentation quickstarts for tracing and evaluation in GenAI, or experiment tracking and training workflows in traditional ML.
  • Integration assistance: Provides clear next steps for wiring MLflow into the user’s project, including when to use autologging versus manual instrumentation.

Example: A developer asks to “add MLflow to my app” and has a repository using LangChain; the skill identifies the GenAI path, suggests tracing quickstarts, and then recommends autologging/tracing integration points.

Quick Start

Ask your AI agent: "Onboard me to MLflow for my project, and tailor the steps based on whether I’m doing GenAI tracing or traditional ML experiment tracking."

Frequently Asked Questions about mlflow-onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get started with MLflow tracking in an existing project?

To get started with MLflow tracking, the skill detects whether your project needs GenAI tracing or traditional ML experiment tracking, then guides you to the correct quickstart and integration path for your codebase.

How do I add MLflow observability and tracing to a GenAI app?

To add MLflow observability and tracing to a GenAI app, the skill identifies GenAI code signals like LangChain usage and directs you to specific quickstarts for tracing, evaluation, and prompt versioning integration.

Does MLflow autologging work for both traditional ML and GenAI workflows?

MLflow autologging applies to both workflows, but the skill helps determine when to use autologging versus manual instrumentation by first detecting if your codebase targets traditional ML experiment tracking or GenAI observability.

What is the best way to set up MLflow experiment tracking for deep learning models?

The best way to set up MLflow experiment tracking for deep learning is detecting traditional ML signals in your codebase, then following targeted onboarding steps for logging parameters, metrics, artifacts, and models.

Can I integrate MLflow into my codebase without manually writing logging code?

You can integrate MLflow without manual logging code by using autologging, and the skill provides consent-based integration steps to verify autologging or manual instrumentation fits your specific GenAI or traditional ML setup.

How does MLflow onboarding determine if I need GenAI tracing or traditional ML tracking?

MLflow onboarding determines your tracking needs by inspecting codebase indicators and mlflow experimentKind tags to identify GenAI app signals versus traditional ML or deep learning model training workflows.