kubeflow-pipeline-executor

Solid

Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.

Data & Documents 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# kubeflow-pipeline-executor ## Overview Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML operations. ## Capabilities - Pipeline definition and compilation - Component creation and reuse - Pipeline versioning - Artifact tracking and lineage - Kubernetes resource management - Pipeline scheduling and triggering - Caching for component outputs - Visualization of pipeline runs ## Target Processes - Model Training Pipeline - Distributed Training Orchestration - Model Deployment Pipeline - ML Model Retraining Pipeline ## Tools and Libraries - Kubeflow Pipelines - KFP SDK (v2) - Kubernetes - Argo Workflows ## Input Schema ```json { "type": "object", "required": ["action"], "properties": { "action": { "type": "string", "enum": ["compile", "run", "schedule", "list", "get-run", "delete"], "description": "KFP action to perform" }, "pipelinePath": { "type": "string", "description": "Path to pipeline definition file" }, "pipelineConfig": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "parameters": { "type": "object" } } }, "runConfig": { "type": "object", "properties": { "experimentName": { "type": "string" }, "runName": { "type": "string" }, "arguments": { "type": "object" } } }, "scheduleConfig": { "type": "ob...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ml-pipeline

Use when building ML pipelines, orchestrating training workflows, automating model lifecycle, implementing feature stores, or managing experiment tracking systems.

2 Updated today
zacklecon
AI & Automation Solid

ml-pipeline

Designs and implements production-grade ML pipeline infrastructure: configures experiment tracking with MLflow or Weights & Biases, creates Kubeflow or Airflow DAGs for training orchestration, builds feature store schemas with Feast, deploys model registries, and automates retraining and validation workflows. Use when building ML pipelines, orchestrating training workflows, automating model lifecycle, implementing feature stores, managing experiment tracking systems, setting up DVC for data versioning, tuning hyperparameters, or configuring MLOps tooling like Kubeflow, Airflow, MLflow, or Prefect.

9,537 Updated 1 weeks ago
Jeffallan
AI & Automation Solid

ml-pipeline-automation

Automate ML workflows with Airflow, Kubeflow, MLflow. Use for reproducible pipelines, retraining schedules, MLOps, or encountering task failures, dependency errors, experiment tracking issues.

162 Updated 2 weeks ago
secondsky
AI & Automation Featured

ml-pipeline-workflow

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

39,350 Updated today
sickn33
AI & Automation Solid

ml-pipeline-workflow

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 model training and deployment workflows.

36,222 Updated today
wshobson