mlops

Coordinate ML lifecycle management across experiments, registry, feature stores, and monitoring.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill mlops-infantesromeroadrian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops
Source: https://github.com/infantesromeroadrian/arca-claude-code/tree/main/skills/mlops
Command: npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill mlops-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate end-to-end MLOps workflows across the ML lifecycle.

Core Features & Use Cases

  • Experiment tracking, model registry, feature stores, monitoring, drift detection, and automated retraining for production ML systems.
  • Use case: When operating ML models at scale, coordinate pipelines and governance across data, model versions, and deployment.

Quick Start

Run the mlops skill to initialize automated training, deployment, and monitoring pipelines.

Frequently Asked Questions about mlops

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

FAQPage Schema
How do I automate ML lifecycle management for production models?

Automate ML lifecycle management by coordinating experiments, model registries, feature stores, and monitoring. This skill integrates MLflow, DVC, and Evidently to enforce production-grade pipelines, drift detection, and automated retraining.

How does drift detection work with automated retraining pipelines?

Drift detection works by monitoring production data for shifts, triggering automated retraining pipelines when thresholds are breached. Evidently integrates with the workflow to detect anomalies and update models without manual intervention.

Do I need MLflow and DVC to use this MLOps workflow?

Yes, MLflow and DVC are required dependencies to operate this workflow. They enforce production-grade pipelines by providing experiment tracking, model registry, and data versioning capabilities across the ML lifecycle.

What's the best way to coordinate feature stores and model registries at scale?

Coordinate feature stores and model registries at scale by integrating Feast and MLflow into your pipelines. This synchronizes data versioning with model deployment, ensuring consistent governance across production ML systems.

Can I use BentoML for deployment within this automated ML pipeline?

Yes, BentoML is integrated into the automated ML pipeline to handle model deployment. It works alongside MLflow and Feast to transition models from the registry into production monitoring and serving environments.

When do I need automated retraining for production models?

Automated retraining is needed when monitoring detects data drift or performance degradation in production models. The workflow coordinates Evidently for detection and triggers retraining pipelines to maintain model accuracy over time.