stream-chain

Stream each agent's output into the next step for multi-agent workflows.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/xotong/claude-marketplace --skill stream-chain-xotong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/xotong/claude-marketplace/tree/main/plugins/gstack/skills/stream-chain
Command: npx skills add https://github.com/xotong/claude-marketplace --skill stream-chain-xotong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stream-Chain enables orchestrating complex, multi-step workflows by streaming the output of each agent to the next, reducing manual handoffs and errors.

Core Features & Use Cases

  • Custom Chains: define flexible sequences of prompts where subsequent steps consume prior outputs.
  • Predefined Pipelines: leverage battle-tested workflows for common tasks to accelerate setup.
  • Memory & Context Propagation: maintain context across steps for iterative refinement and better traceability.
  • Multi-Agent Coordination: coordinate different agent types to collaborate on a single task.

Quick Start

Create a two-step chain that analyzes a task in the first step and refines the output in the second step.

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 streaming output?

Multi-agent workflows can be orchestrated by streaming each step's output into the next, ensuring sequential data flow and memory-friendly coordination. This approach enforces deterministic execution and supports both run and pipeline modes for complex automation tasks.

What is the best way to chain prompts sequentially for iterative refinement?

Chaining prompts sequentially is achieved by defining custom chains where subsequent steps consume prior outputs. This maintains context propagation across steps, enabling iterative refinement and better traceability throughout the automation pipeline.

Can I use predefined pipelines for common automation tasks?

Predefined pipelines can be used to leverage battle-tested workflows for common tasks, accelerating setup. They enforce deterministic execution and coordinate context propagation with optional script and reference resources for multi-agent coordination.

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

Context propagation is supported across multiple agent steps to maintain state and enable iterative refinement. The orchestration engine coordinates context with optional script and reference resources, ensuring memory-friendly coordination during sequential data flow.

How do I coordinate different agent types collaborating on a single task?

Different agent types can be coordinated by orchestrating multi-agent workflows where each agent's output streams into the next step. This enforces deterministic execution and supports both run and pipeline modes for collaborative automation.

When should I not use streaming orchestration for automation pipelines?

Streaming orchestration for automation pipelines should be avoided when tasks require non-sequential or parallel execution rather than deterministic step-by-step data flow. It is specifically designed for sequential context propagation and memory-friendly coordination.