AI/ML Operations

Deploy, monitor, and govern machine learning models with MLflow, Feast, and TensorFlow Serving.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/qenex-ai/devops-plugin --skill ai-ml-operations
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: AI/ML Operations
Source: https://github.com/qenex-ai/devops-plugin/tree/main/skills/ai-ml-operations
Command: npx skills add https://github.com/qenex-ai/devops-plugin --skill ai-ml-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps data teams implement and maintain ML operations workflows, including deployment, serving, monitoring, and governance of machine learning models.

Core Features & Use Cases

  • End-to-end MLOps: from data ingestion and feature engineering to training, evaluation, registry, and serving.
  • Model Serving & Inference: quick start with TensorFlow Serving or Triton to deploy models as scalable endpoints.
  • Model Monitoring & Governance: track drift, performance, and retraining triggers; manage model versions with a registry.
  • Reference Implementations: examples for MLflow experiments, Feast feature stores, and GPU-enabled infrastructure.

Quick Start

Start by launching a TensorFlow Serving container for a sample model and sending a test request.

Frequently Asked Questions about AI/ML Operations

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

FAQPage Schema
How do I deploy machine learning models as scalable serving endpoints?▼

To deploy machine learning models as scalable serving endpoints, you can launch TensorFlow Serving or Triton containers to expose inference APIs. This Skill provides example deployments and patterns for configuring these serving frameworks within your infrastructure.

What is the best way to track ML experiments and manage model versions in a registry?▼

The best way to track ML experiments and manage model versions is using MLflow for experiment tracking alongside a model registry. This Skill specifies requirements for integrating MLflow to monitor performance, manage versions, and trigger retraining workflows.

How do I set up a feature store for machine learning workflows?▼

To set up a feature store for machine learning workflows, you can use Feast to manage and serve features consistently across training and inference. This Skill provides reference implementations for integrating Feast into your end-to-end MLOps pipeline.

Can I use this for GPU-enabled ML model serving infrastructure?▼

Yes, you can use this for GPU-enabled ML model serving infrastructure. The Skill specifies requirements for GPU-enabled environments and includes example deployment patterns to optimize model inference using Triton or TensorFlow Serving.

How does MLOps handle model drift monitoring and governance?▼

MLOps handles model drift monitoring and governance by tracking performance metrics, detecting data drift, and establishing retraining triggers. This Skill helps implement monitoring workflows to maintain model accuracy and govern deployed versions effectively.

When do I need an end-to-end MLOps pipeline from data ingestion to deployment?▼

You need an end-to-end MLOps pipeline from data ingestion to deployment when operationalizing machine learning models at scale. This Skill orchestrates the entire workflow including feature engineering, training, evaluation, registry, and serving to solve deployment and governance challenges.