Agent skill · Design & Presentation

machine-learning-ops-ml-pipeline

Design and implement a complete ML pipeline for: $ARGUMENTS

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/ai-ml/machine-learning-ops-ml-pipeline/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 Pipeline - Multi-Agent MLOps Orchestration Design and implement a complete ML pipeline for: $ARGUMENTS ## Thinking This workflow orchestrates multiple specialized agents to build a production-ready ML pipeline following modern MLOps best practices. The approach emphasizes: - **Phase-based coordination**: Each phase builds upon previous outputs, with clear handoffs between agents - **Modern tooling integration**: MLflow/W&B for experiments, Feast/Tecton for features, KServe/Seldon for serving - **Production-first mindset**: Every component designed for scale, monitoring, and reliability - **Reproducibility**: Version control for data, models, and infrastructure - **Continuous improvement**: Automated retraining, A/B testing, and drift detection The multi-agent approach ensures each aspect is handled by domain experts: - Data engineers handle ingestion and quality - Data scientists design features and experiments - ML engineers implement training pipelines - MLOps engineers handle production deployment - Observability engineers ensure monitoring ## Phase 1: Data & Requirements Analysis <Task> subagent_type: data-engineer prompt: | Analyze and design data pipeline f

What's inside
Steps it walks through
  1. Thinking
  2. Phase 1: Data & Requirements Analysis
  3. Phase 2: Model Development & Training
  4. Phase 3: Production Deployment & Serving
  5. Phase 4: Monitoring & Continuous Improvement
  6. Configuration Options
  7. Success Criteria
  8. Final Deliverables
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the machine-learning-ops-ml-pipeline skill do?

Design and implement a complete ML pipeline for: $ARGUMENTS

How do I install it?

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