pipeline-runner

Execute multi-step pipelines by loading definitions and orchestrating agent calls.

Updated Oct 11, 2025
One-click install
npx skills add https://github.com/ys6448761-hue/daily-miracles-app --skill pipeline-runner-ys6448761-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-runner
Source: https://github.com/ys6448761-hue/daily-miracles-app/tree/main/.claude/skills/pipeline-runner
Command: npx skills add https://github.com/ys6448761-hue/daily-miracles-app --skill pipeline-runner-ys6448761-hue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the loading and execution of multi-step pipelines by reading a structured pipeline file, orchestrating agent calls, and recording outcomes for traceability.

Core Features & Use Cases

  • Step-driven execution: loads a pipeline definition, executes steps in order or in parallel, and handles failures with retry or alert strategies.
  • Agent orchestration: assigns each step to a designated agent and passes required inputs and captures outputs between steps.
  • Observability: logs run_id, timestamps, statuses, and per-step results in a central registry for auditing and troubleshooting.
  • Use Case: automate CI/CD-like pipelines, data processing workflows, or any repeatable multi-step automation that requires reliable tracking.

Quick Start

Define a pipeline file (e.g., pipeline.yaml) describing steps, agents, inputs, and success criteria, then invoke the runner to execute and store the run log.

Frequently Asked Questions about pipeline-runner

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

FAQPage Schema
How do I automate multi-step agent workflows with traceable execution logging?

You can automate multi-step agent workflows by loading a structured pipeline definition that orchestrates agent calls and records run IDs, timestamps, and per-step results in a central registry for end-to-end traceability.

What is pipeline orchestration for repeatable automation scenarios?

Pipeline orchestration for repeatable automation scenarios is the process of executing structured step definitions sequentially or in parallel, passing inputs and capturing outputs between designated agents to handle deployment workflows and data processing tasks.

How do I structure a pipeline file for agent orchestration and step execution?

To structure a pipeline file for agent orchestration, define each step with required attributes including id, name, agent, input, output, success_condition, next_step, and on_failure to enforce structured step execution and reliable failure handling.

Can I use pipeline automation for CI/CD deployment workflows and data processing?

Yes, you can use pipeline automation for CI/CD-like deployment workflows and data processing tasks by assigning each step to a designated agent and applying retry or alert strategies for failure handling in repeatable automation scenarios.

What is the best way to handle failures in a multi-step pipeline execution?

The best way to handle failures in multi-step pipeline execution is to define an on_failure strategy within each step's structured definition, allowing the pipeline runner to apply retry logic or alert strategies and record the outcome in the central registry.

Do I need a central registry to log pipeline run results and traceability data?

Yes, a central registry is required to log pipeline run results and traceability data, storing run IDs, timestamps, statuses, and per-step results to ensure proper auditing and troubleshooting of your automation workflows.