MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Ml Pipeline Workflow

Ml Pipeline Workflow is an data AI skill with a core value of Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. It helps developers solve real-world problems in the data domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating mod...

Last verified on: 2026-07-07

Quick Facts

Category data
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/ml-pipeline-workflow && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/ml-pipeline-workflow/SKILL.md -o ./skills/ml-pipeline-workflow/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# ML Pipeline Workflow


Complete end-to-end MLOps pipeline orchestration from data preparation through model deployment.


Do not use this skill when


- The task is unrelated to ml pipeline workflow

- You need a different domain or tool outside this scope


Instructions


- Clarify goals, constraints, and required inputs.

- Apply relevant best practices and validate outcomes.

- Provide actionable steps and verification.

- If detailed examples are required, open `resources/implementation-playbook.md`.


Overview


This skill provides comprehensive guidance for building production ML pipelines that handle the full lifecycle: data ingestion → preparation → training → validation → deployment → monitoring.


Use this skill when


- Building new ML pipelines from scratch

- Designing workflow orchestration for ML systems

- Implementing data → model → deployment automation

- Setting up reproducible training workflows

- Creating DAG-based ML orchestration

- Integrating ML components into production systems


What This Skill Provides


Core Capabilities


1. **Pipeline Architecture**

- End-to-end workflow design

- DAG orchestration patterns (Airflow, Dagster, Kubeflow)

- Component dependencies and data flow

- Error handling and retry strategies


2. **Data Preparation**

- Data validation and quality checks

- Feature engineering pipelines

- Data versioning and lineage

- Train/validation/test splitting strategies


3. **Model Training**

- Training job orchestration

- Hyperparameter management

- Experiment tracking integration

- Distributed training patterns


4. **Model Validation**

- Validation frameworks and metrics

- A/B testing infrastructure

- Performance regression detection

- Model comparison workflows


5. **Deployment Automation**

- Model serving patterns

- Canary deployments

- Blue-green deployment strategies

- Rollback mechanisms


Reference Documentation


See the `references/` directory for detailed guides:

- **data-preparation.md** - Data cleaning, validation, and feature engineering

- **model-training.md** - Training workflows and best practices

- **model-validation.md** - Validation strategies and metrics

- **model-deployment.md** - Deployment patterns and serving architectures


Assets and Templates


The `assets/` directory contains:

- **pipeline-dag.yaml.template** - DAG template for workflow orchestration

- **training-config.yaml** - Training configuration template

- **validation-checklist.md** - Pre-deployment validation checklist


Usage Patterns


Basic Pipeline Setup


python
# 1. Define pipeline stages
stages = [
    "data_ingestion",
    "data_validation",
    "feature_engineering",
    "model_training",
    "model_validation",
    "model_deployment"
]

# 2. Configure dependencies
# See assets/pipeline-dag.yaml.template for full example

Production Workflow


1. **Data Preparation Phase**

- Ingest raw data from sources

- Run data quality checks

- Apply feature transformations

- Version processed datasets


2. **Training Phase**

- Load versioned training data

- Execute training jobs

- Track experiments and metrics

- Save trained models


3. **Validation Phase**

- Run validation test suite

- Compare against baseline

- Generate performance reports

- Approve for deployment


4. **Deployment Phase**

- Package model artifacts

- Deploy to serving infrastructure

- Configure monitoring

- Validate production traffic


Best Practices


Pipeline Design


- **Modularity**: Each stage should be independently testable

- **Idempotency**: Re-running stages should be safe

- **Observability**: Log metrics at every stage

- **Versioning**: Track data, code, and model versions

- **Failure Handling**: Implement retry logic and alerting


Data Management


- Use data validation libraries (Great Expectations, TFX)

- Version datasets with DVC or similar tools

- Document feature engineering transformations

-

🎯 Best For

  • UI designers
  • Product designers
  • Claude users
  • Data professionals
  • Analytics teams

💡 Use Cases

  • Generating component mockups
  • Creating design system tokens
  • Data pipeline auditing
  • Query optimization

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Ml Pipeline Workflow to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

How do I install Ml Pipeline Workflow?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/ml-pipeline-workflow/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping usability testing

AI-generated designs should be validated with real users before development.

Ignoring data quality

AI analysis inherits all data quality issues — profile your data first.

🔗 Related Skills