stream-chain

Orchestrate multi-step streaming agent workflows with chained execution and context propagation.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/thewoolleyman/home-tech-infrastructure --skill stream-chain-thewoolleyman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/thewoolleyman/home-tech-infrastructure/tree/main/.claude/skills/stream-chain
Command: npx skills add https://github.com/thewoolleyman/home-tech-infrastructure --skill stream-chain-thewoolleyman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stream-chain reduces the complexity of coordinating multiple AI agents by enabling outputs to flow through a sequence of steps, turning scattered prompts into structured, end-to-end workflows.

Core Features & Use Cases

  • Sequential Orchestration: Chain outputs so each step builds on the previous one.
  • Predefined Pipelines & Custom Runs: Use battle-tested pipelines or craft bespoke chains for unique tasks.
  • Memory & Context Propagation: Preserve context across steps and runs for consistent results.
  • Use Case: Orchestrate data processing from extraction to transformation to validation in a single chain.

Quick Start

Install the claude-flow tool and run a basic chain: claude-flow stream-chain run "Ingest data" "Transform data" "Validate results" "Produce summary"

Frequently Asked Questions about stream-chain

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

FAQPage Schema
How do I orchestrate multi-agent workflows with sequential data transformations?

You orchestrate multi-agent workflows by chaining outputs so each step builds on the previous one, turning scattered prompts into structured, end-to-end streaming pipelines. Context is preserved across all steps for consistent results.

What is the best way to chain AI agent outputs in a streaming pipeline?

Chaining AI agent outputs in a streaming pipeline is best handled by enforcing sequential step execution with configurable timeouts and verbosity. This ensures outputs flow through a predefined sequence from data extraction to transformation to validation.

Can I use predefined pipelines for multi-agent orchestration or do I need custom runs?

You can use both predefined pipelines and custom runs for multi-agent orchestration. Battle-tested pipelines handle standard automation tasks, while bespoke chains can be crafted for unique, multi-step data processing workflows.

Does stream-chain support context propagation across multiple agent runs?

Yes, stream-chain supports context propagation across multiple agent runs. It preserves memory and context across sequential steps and runs, ensuring consistent results throughout the entire pipeline execution.

How do I configure timeouts and memory usage for multi-step agent pipelines?

You configure timeouts and memory usage for multi-step agent pipelines by adjusting the configurable settings provided during chain execution. This allows control over verbosity and resource allocation across sequential workflow steps.

When do I need a streaming pipeline for multi-agent automation instead of single prompts?

You need a streaming pipeline for multi-agent automation when a task requires sequential data transformations, such as extracting, transforming, and validating data in a single chain, rather than relying on isolated single prompts.