Agent skill · AI & Agents

implementing-mlops

Strategic guidance for operationalizing machine learning models from experimentation to production. Covers experiment tracking (MLflow, Weights & Biases), model registry and versioning, feature stores (Feast, Tecton), model serving patterns (Seldon, KServe, BentoML), ML pipeline orchestration (Kubeflow, Airflow), and model monitoring (drift detection, observability). Use when designing ML infrastructure, selecting MLOps platforms, implementing continuous training pipelines, or establishing model governance.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill implementing-mlops --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 36 KB
Bundled scripts: none
Path: skills/ai-ml/implementing-mlops/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill instructs the agent to provide strategic guidance for building production-grade ML infrastructure across the model lifecycle, including experiment tracking, model registry and versioning, feature stores, deployment patterns, pipeline orchestration, and monitoring. It emphasizes selecting platforms (MLflow, Weights & Biases, Neptune), feature stores (Feast, Tecton), serving tools (Seldon, KServe, BentoML, TorchServe, TensorFlow Serving), orchestration (Kubeflow, Airflow, Metaflow, Prefect, Dagster), deployment strategies, and monitoring tooling (Evidently AI, Prometheus+Grafana, Arize AI, Fiddler).

How it works

The skill provides structured guidance across sections:

  • Experiment Tracking: outlines logs for parameters, metrics, artifacts, metadata, and compares MLflow, Weights & Biases, Neptune.ai with selection criteria.
  • Model Registry and Versioning: defines artifacts, stage management (None, Staging, Production, Archived) and versioning schemes (Semantic Versioning and Git-based), plus provenance concepts.
  • Feature Stores: explains online vs offline stores, platforms (Feast, Tecton, SageMaker Feature Store, Databricks Feature Store), and selection criteria.
  • Model Serving Patterns: lists REST, gRPC, Batch, Streaming with tool options and latency characteristics; compares Seldon Core, KServe, BentoML, TorchServe, TensorFlow Serving, plus managed options.
  • Deployment Strategies: covers Blue-Green, Canary, Shadow, A/B Testing, Multi-Armed Bandit with trade-offs.
  • ML Pipeline Orchestration: describes training pipeline stages, continuous training pattern, and platforms (Kubeflow Pipelines, Apache Airflow, Metaflow, Prefect, Dagster).
  • Model Monitoring and Observability: defines data drift, model drift, performance and business metrics, alerting thresholds, and tools (Evidently AI, Prometheus+Grafana, Arize AI, Fiddler).
  • Model Optimization Techniques: details quantization, distillation, ONNX conversion, pruning, with expected impacts and tools.
  • LLMOps Patterns: summarizes LoRA/QLoRA, prompt versioning, RAG monitoring, and LLM inference optimizations. The content is descriptive and prescriptive, listing concrete platforms, techniques, and evaluation criteria as the skill dictates.

When to use it

Use when designing ML infrastructure, selecting MLOps platforms, implementing continuous training pipelines, or establishing model governance.

What it can touch

Tools allowed: claude-code. Specific platforms and components are referenced, but the skill does not enumerate executable scripts beyond naming the tools and platforms.

Caveats

License: MIT. No explicit risk statements beyond general platform trade-offs and deployment considerations. No guarantees of outcome or performance improvements; focuses on guidance and comparisons.

From the SKILL.md

# MLOps Patterns Operationalize machine learning models from experimentation to production deployment and monitoring. ## Purpose Provide strategic guidance for ML engineers and platform teams to build production-grade ML infrastructure. Cover the complete lifecycle: experiment tracking, model registry, feature stores, deployment patterns, pipeline orchestration, and monitoring. ## When to Use This Skill Use this skill when: - Designing MLOps infrastructure for production ML systems - Selecting experiment tracking platforms (MLflow, Weights & Biases, Neptune) - Implementing feature stores for online/offline feature serving - Choosing model serving solutions (Seldon Core, KServe, BentoML, TorchServe) - Building ML pipelines for training, evaluation, and deployment - Setting up model monitoring and drift detection - Establishing model governance and compliance frameworks - Optimizing ML inference costs and performance - Migrating from notebooks to production ML systems - Implementing continuous training and automated retraining ## Core Concepts ### 1. Experiment Tracking Track experiments systematically to ensure reproducibility and collaboration. **Key Components:** - Parameters: Hyp

What's inside
Steps it walks through
  1. Purpose
  2. When to Use This Skill
  3. Core Concepts
  4. 1. Experiment Tracking
  5. 2. Model Registry and Versioning
  6. 3. Feature Stores
  7. 4. Model Serving Patterns
  8. 5. Deployment Strategies
  9. 6. ML Pipeline Orchestration
  10. 7. Model Monitoring and Observability
  11. 8. Model Optimization Techniques
  12. 9. LLMOps Patterns
  13. 10. Model Governance and Compliance
  14. Decision Frameworks
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the implementing-mlops skill do?

Strategic guidance for operationalizing machine learning models from experimentation to production. Covers experiment tracking (MLflow, Weights & Biases), model registry and versioning, feature stores (Feast, Tecton), model serving patterns (Seldon, KServe, BentoML), ML pipeline orchestration (Kubeflow, Airflow), and model monitoring (drift detection, observability). Use when designing ML infrastructure, selecting MLOps platforms, implementing continuous training pipelines, or establishing model governance.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill implementing-mlops --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going