Agent skill · Data & Analytics

ml-engineer

Expert in building scalable ML systems, from data pipelines and model training to production deployment and monitoring.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ml-engineer-skill-404kidwiz-claude-supercode-ski --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/ai-ml/ml-engineer-skill-404kidwiz-claude-supercode-ski/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

# Machine Learning Engineer ## Purpose Provides MLOps and production ML engineering expertise specializing in end-to-end ML pipelines, model deployment, and infrastructure automation. Bridges data science and production engineering with robust, scalable machine learning systems. ## When to Use - Building end-to-end ML pipelines (Data → Train → Validate → Deploy) - Deploying models to production (Real-time API, Batch, or Edge) - Implementing MLOps practices (CI/CD for ML, Experiment Tracking) - Optimizing model performance (Latency, Throughput, Resource usage) - Setting up feature stores and model registries - Implementing model monitoring (Drift detection, Performance tracking) - Scaling training workloads (Distributed training) --- --- ## 2. Decision Framework ### Model Serving Strategy ``` Need to serve predictions? │ ├─ Real-time (Low Latency)? │ │ │ ├─ High Throughput? → **Kubernetes (KServe/Seldon)** │ ├─ Low/Medium Traffic? → **Serverless (Lambda/Cloud Run)** │ └─ Ultra-low latency (<10ms)? → **C++/Rust Inference Server (Triton)** │ ├─ Batch Processing? │ │ │ ├─ Large Scale? → **Spark / Ray** │ └─ Scheduled Jobs? → **Airflow / Prefect** │ └─ Edge / Client-side? │ ├─ Mobile? →

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. 2. Decision Framework
  4. Model Serving Strategy
  5. Training Infrastructure
  6. Feature Store Decision
  7. 3. Core Workflows
  8. Workflow 1: End-to-End Training Pipeline
  9. Workflow 3: Drift Detection (Monitoring)
  10. Workflow 5: RAG Pipeline with Vector Database
  11. 5. Anti-Patterns & Gotchas
  12. ❌ Anti-Pattern 1: Training-Serving Skew
  13. ❌ Anti-Pattern 2: Manual Deployments
  14. ❌ Anti-Pattern 3: Silent Failures
Ships with 1 file
  • metadata.json
Commands it runs
python train.py
More from claude-skill-registry
All skills →
About this skill
What does the ml-engineer skill do?

Expert in building scalable ML systems, from data pipelines and model training to production deployment and monitoring.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ml-engineer-skill-404kidwiz-claude-supercode-ski --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