skills
Trace, debug, and evaluate LLM applications with MLflow
All Skills in This Repository (11)
Pure Emerald Level Indicatorsanalyze-mlflow-trace
Analyze MLflow traces to inspect spans, attributes, and assessments.
analyze-mlflow-session
Analyze MLflow chat session traces to diagnose conversation issues.
mlflow-agent
Dispatches MLflow tracing, evaluation, and debugging workflows to appropriate sub-skills for AI agents.
searching-mlflow-docs
Search and retrieve official MLflow documentation via the llms.txt index.
sagemaker-mlflow
Connect SageMaker environments to MLflow for tracking experiments and managing models.
mlflow-onboarding
Guide users through MLflow setup and integration with Python code.
fix-agent-issue
Diagnose AI agent behavior issues by analyzing MLflow traces and creating regression tests.
querying-mlflow-metrics
Fetch and aggregate MLflow metrics with time-series and custom filters.
instrumenting-with-mlflow-tracing
Automate instrumentation of Python and TypeScript code for MLflow Tracing.
retrieving-mlflow-traces
Retrieve and search MLflow traces by ID, session, user, tags, and time.
agent-evaluation
Evaluate and optimize LLM agents using MLflow's evaluation API.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core