Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 28% | 0% |
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML operations.
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": "object", "properties": { "cron": { "type": "string" }, "maxConcurrency": { "type": "integer" }, "enabled": { "type": "boolean" } } } } }
json{ "type": "object", "required": ["status", "action"], "properties": { "status": { "type": "string", "enum": ["success", "error", "running"] }, "action": { "type": "string" }, "pipelineId": { "type": "string" }, "runId": { "type": "string" }, "runStatus": { "type": "string", "enum": ["pending", "running", "succeeded", "failed", "skipped"] }, "artifacts": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "uri": { "type": "string" }, "type": { "type": "string" } } } }, "dashboardUrl": { "type": "string" } } }
javascript{ kind: 'skill', title: 'Run ML training pipeline', skill: { name: 'kubeflow-pipeline-executor', context: { action: 'run', pipelinePath: 'pipelines/training_pipeline.py', runConfig: { experimentName: 'model-training', runName: 'training-run-v1', arguments: { dataPath: 'gs://bucket/data', modelPath: 'gs://bucket/models', epochs: 100 } } } } }
Other measured skills in the registry, with their headline benchmark lift.