Plugin Claude Code
MLflow tracing and observability plugins for Claude Code.
Plugin Claude Code
MLflow tracing and observability plugins for Claude Code.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing enforce-uv.sh and validate_pr_body.py with --directory and --no-project (2 commands). From mlflow/mlflow.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Skill Claude CodeCodex
Analyze failed GitHub Action jobs. Takes one or more GitHub URLs (job, workflow-run, or PR) and summarizes each failure with root cause and log paths.
Skill Claude CodeCodex
Review a pull request and emit a validated review payload.
Skill Claude CodeCodex
Review a GitHub PR's UI/UX changes by launching the MLflow web app, driving a headless agent-browser over the changed surfaces, and writing a Markdown UI-review comment body (findings + screenshots) for the workflow to post.
Skill Claude CodeCodex
Upload one or more local images or videos to GitHub and get back a user-attachments URL for each, to embed in a PR body, issue, or comment. Use when asked to attach screenshots or screen recordings.
Instructions file GitHub Copilot
Instructions for mlflow/mlflow, covering code review instructions, knowledge cutoff and do not comment on.
Instructions file GitHub Copilot
Instructions for mlflow/mlflow: For workflow style conventions, see .claude/rules/github-actions.md.
Instructions file GitHub Copilot
Instructions for mlflow/mlflow: For style conventions and code examples, see .claude/rules/python.md.
Instructions file CodexOpenCode
Instructions for mlflow/mlflow, a project described as: The open source AI engineering platform for agents, LLMs, and ML models. MLflow enables teams of all sizes to debug, evaluate, monitor, and optimize production-quality AI applications while controlling costs and managing access to models and data.
Instructions file
Instructions for mlflow/mlflow, covering claude.md, knowledge cutoff note, code style principles, repository overview and quick start: development server.
Plugin Claude Code
Observability plugin for Claude Code with MLflow tracing.
Hook
Runs when the agent finishes a response, executing stop.cjs via node. From mlflow/mlflow.
Skill Claude CodeCodex
Configure MLflow tracing for Claude Code.
Skill Claude CodeCodex
Show the current MLflow tracing configuration for Claude Code.
Plugin Claude Code
Skills for tracing, evaluating, and improving AI agents with MLflow. Supports the full agent improvement loop: instrument → trace → evaluate → iterate → validate.
Skill Claude CodeCodex
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/incomplete responses. Evaluates agents systematically using MLflow evaluation with datasets…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Help the user go from zero to a shipped MLflow evaluation prototype by understanding their app, generalizing a small set of atomic quality criteria, and implementing each criterion with the cheapest reliable scorer. Use when the user wants help choosing, creating, or iterating MLflow judges/scorers for an agent, RAG…
Skill Claude CodeCodex
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…
Hook
Runs when you submit a prompt, before the agent sees it, executing mlflow-suggest-hook.py. From mlflow/skills.
Skill Claude CodeCodex
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/LLM apps, getting started with MLflow tracing, tracing specific frameworks (LangGraph, LangChain…