stream-chain

Stream outputs between sequential steps in multi-agent workflow pipelines.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Dorpeer95/stocks-trading --skill stream-chain-dorpeer95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/Dorpeer95/stocks-trading/tree/main/.claude/skills/stream-chain
Command: npx skills add https://github.com/Dorpeer95/stocks-trading --skill stream-chain-dorpeer95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stream-chain automates multi-agent workflow coordination by streaming outputs between steps, enabling complex end-to-end data transformations and sequential processing.

Core Features & Use Cases

  • Custom Chains (run): execute user-defined prompt sequences with full control
  • Predefined Pipelines (pipeline): reuse battle-tested workflows for common tasks
  • Streaming Context: each step receives the complete output of the previous step
  • Memory & Scheduling: memory persistence across sessions and timeouts for steps
  • Integration: supports Claude Flow coordination and swarm-like orchestration

Quick Start

Run a custom chain with claude-flow stream-chain run followed by prompts to chain, or start a predefined pipeline with claude-flow stream-chain pipeline <type>.

Frequently Asked Questions about stream-chain

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

FAQPage Schema
How do I automate multi-agent workflow coordination for sequential data transformation?

Multi-agent workflow coordination is automated by streaming outputs between sequential steps, enabling complex end-to-end data transformations and pipeline orchestration across projects. You define custom chains or predefined pipelines to execute the sequence.

What is the best way to stream outputs between steps in a multi-agent pipeline?

Streaming outputs between pipeline steps is handled by passing the complete output of the previous step as context to the next. This ensures each agent receives full sequential context for continuous data transformation.

Can I execute custom prompt sequences with streaming context and memory persistence?

Yes, custom prompt sequences can be executed using the run command, which provides full control over the chain. It supports streaming context between steps and maintains memory persistence across sessions.

Does stream-chain support predefined pipelines for common code analysis tasks?

Yes, predefined pipelines are supported for common tasks like code analysis and data transformation. You can reuse these workflows using the pipeline command instead of building custom chains from scratch.

What are the limitations of using streaming pipelines for complex project orchestration?

While streaming pipelines support configurable timeouts and memory persistence, complex project orchestration requires careful step sequencing. Users must manage timeout configurations and ensure each step's output format matches the next step's input expectations.