ai-pipeline-orchestration

Orchestrate AI/ML pipelines for ingestion, training, inference, and RAG indexing.

46|4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill ai-pipeline-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-pipeline-orchestration
Source: https://github.com/BagelHole/DevOps-Security-Agent-Skills/tree/main/devops/ai/ai-pipeline-orchestration
Command: npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill ai-pipeline-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of complex AI and Machine Learning workflows, ensuring reliable and observable data pipelines from ingestion to inference.

Core Features & Use Cases

  • Workflow Orchestration: Define, schedule, and monitor multi-step AI/ML pipelines using tools like Prefect, Airflow, or Dagster.
  • Data Ingestion & Processing: Automate recurring tasks like RAG document ingestion and re-indexing.
  • Model Operations: Orchestrate model training, batch inference, and evaluation jobs.
  • Use Case: Automate the daily ingestion of new documents into a RAG system, including chunking, embedding, and indexing into a vector store.

Quick Start

Use the ai-pipeline-orchestration skill to set up a daily RAG ingestion pipeline for the provided document sources.

Frequently Asked Questions about ai-pipeline-orchestration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring RAG document ingestion pipelines?

You can schedule recurring RAG document ingestion by orchestrating pipelines that automate document chunking, embedding, and indexing into a vector store on a recurring basis. This ensures your retrieval system stays updated with new data.

What is the best way to orchestrate multi-step batch LLM processing?

Orchestrating multi-step batch LLM processing involves defining reliable and retriable workflows that handle data ingestion through to inference. Using tools like Prefect, Airflow, or Dagster ensures these production AI systems remain observable.

Does this approach support building nightly model evaluation jobs?

Yes, building nightly model evaluation jobs is supported directly through workflow orchestration. You can define, schedule, and monitor these model operations to run automatically, ensuring continuous evaluation of your ML models.

Can I use Airflow or Prefect for ETL pipelines feeding AI models?

Yes, you can use Airflow, Prefect, or Dagster to build ETL pipelines feeding AI models. These orchestration tools help define, schedule, and monitor reliable data workflows required for production AI systems.

How do I make AI and ML workflows more observable and retriable?

To make AI and ML workflows observable and retriable, you should orchestrate them using dedicated pipeline tools. This approach manages complex data ingestion, model training, and batch inference while providing built-in monitoring and reliability.