Agent skill · Data & Analytics

ml-ops

Use this skill when deploying ML models to production, setting up model monitoring, implementing A/B testing for models, or managing feature stores. Triggers on model deployment, model serving, ML pipelines, feature engineering, model versioning, data drift detection, model registry, experiment tracking, and any task requiring machine learning operations infrastructure.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Version: 0.1.0
Path: skills/ai-ml/ml-ops/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.

From the SKILL.md

When this skill is activated, always start your first response with the 🧢 emoji. # ML Ops A production engineering framework for the full machine learning lifecycle. MLOps bridges the gap between model experimentation and reliable production systems by applying software engineering discipline to ML workloads. This skill covers model deployment strategies, experiment tracking, feature stores, drift monitoring, A/B testing, and versioning - the infrastructure that makes models trustworthy over time. Think of it as DevOps for models: automate everything, measure what matters, and treat reproducibility as a first-class constraint. --- ## When to use this skill Trigger this skill when the user: - Deploys a trained model to a production serving endpoint - Sets up experiment tracking for training runs (parameters, metrics, artifacts) - Implements canary or shadow deployments for a new model version - Designs or integrates a feature store for online/offline feature serving - Sets up monitoring for data drift, prediction drift, or model degradation - Runs A/B or champion/challenger tests across model versions in production - Versions models, datasets, or pipelines with DVC or a model regis

What's inside
Steps it walks through
  1. When to use this skill
  2. Key principles
  3. Core concepts
  4. Common tasks
  5. Design an ML pipeline
  6. Set up experiment tracking
  7. Deploy a model with canary rollout
  8. Implement model monitoring
  9. Build a feature store
  10. A/B test models in production
  11. Version models and datasets
  12. Anti-patterns / common mistakes
  13. Gotchas
  14. References
Ships with 1 file
  • metadata.json
Commands it runs
Track a dataset in DVC
dvc add data/training/users_2024q1.parquet
git add data/training/users_2024q1.parquet.dvc .gitignore
git commit -m "Track Q1 2024 training dataset"
Push dataset to remote storage
dvc push
Reproduce dataset at a specific git commit
git checkout <commit-hash>
dvc pull
More from claude-skill-registry
All skills →
About this skill
What does the ml-ops skill do?

Use this skill when deploying ML models to production, setting up model monitoring, implementing A/B testing for models, or managing feature stores. Triggers on model deployment, model serving, ML pipelines, feature engineering, model versioning, data drift detection, model registry, experiment tracking, and any task requiring machine learning operations infrastructure.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ml-ops --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