mlflowmlflowOfficialยท11 Agent Skills Included

skills

Trace, debug, and evaluate LLM applications with MLflow

Instruments Python and TypeScript apps with MLflow tracing, then debugs failed traces and multi-turn chat sessions down to the exact span. Builds evaluation datasets and scorer suites, runs quality checks, and queries token usage, latency, and error metrics. Eliminates manual log digging and guesswork when fixing agent behavior, with regression tests that keep fixes from breaking later.
npx skills add mlflow/skills --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install MLflow Skills?โ–ผ

Run `npx skills add mlflow/skills --all -g -y` in your terminal to install all skills globally for your coding agent.

How to debug a failed LLM agent run?โ–ผ

Share the trace ID and the analyze-mlflow-trace skill walks every span, checks quality assessments, and pinpoints the exact step where things went wrong.

How to evaluate my AI agent's quality?โ–ผ

The agent-evaluation skill builds a test dataset, registers scorers, runs the full evaluation, and reports pass rates with concrete failure examples.

Does MLflow Skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode.

Can I track token usage and LLM costs?โ–ผ

Yes. The querying-mlflow-metrics skill fetches token usage, latency percentiles, and error rates with time-series breakdowns from your tracking server.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’