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

Flow:

  1. Explore agent searches codebase and produces findings
  2. Architect receives findings and produces analysis/recommendations
Related skills
Installs
72
GitHub Stars
33.5K
First Seen
Jan 24, 2026