pipeline
Installation
SKILL.md
Pipeline Skill
Overview
The pipeline skill enables chaining multiple agents together in defined workflows where the output of one agent becomes the input to the next. This creates powerful agent pipelines similar to Unix pipes but designed for AI agent orchestration.
Core Concepts
1. Sequential Pipelines
The simplest form: Agent A's output flows to Agent B, which flows to Agent C.
explore -> architect -> executor