stream-chain

Orchestrate multi-step streaming workflows with sequential data flow and configurable timeouts.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Kling0012/MCRPG --skill stream-chain-kling0012
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/Kling0012/MCRPG/tree/main/.claude/skills/stream-chain
Command: npx skills add https://github.com/Kling0012/MCRPG --skill stream-chain-kling0012

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables orchestration of multi-step, streaming workflows where each step's output feeds into the next, reducing manual coordination and enabling complex pipelines across agents.

Core Features & Use Cases

  • Custom Chains: Define prompt sequences with sequential dependencies and streaming context.
  • Predefined Pipelines: Use battle-tested workflows for common tasks.
  • Multi-Agent Coordination: Coordinate multiple agents to work in sequence and share context.
  • Memory & Debugging: Optional memory persistence, verbose output, and debugging support.

Quick Start

Run a custom chain: claude-flow stream-chain run "Analyze codebase structure" "Identify improvement areas" "Generate action plan"

Execute a pipeline: claude-flow stream-chain pipeline analysis

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-step workflows where each step feeds into the next?▼

Multi-step orchestration chains pass each step's output as input to the next step sequentially. stream-chain enables this through custom chains and predefined pipelines, letting you define prompt sequences with streaming context and sequential dependencies across agents without manual coordination.

Can I run multi-agent workflows with streaming data and shared context?▼

Yes. Multi-agent coordination via streaming allows agents to work sequentially and share context through the pipeline. stream-chain configures per-step timeouts, optional memory persistence, and verbose debugging to manage complex, multi-agent tasks across software projects.

What's the difference between custom chains and predefined pipelines?▼

Custom chains let you define your own prompt sequences with sequential dependencies for unique workflows. Predefined pipelines are battle-tested configurations for common tasks. stream-chain supports both, letting you choose flexibility or proven patterns based on your use case.

How do I debug and monitor multi-step streaming workflows?▼

stream-chain offers optional memory persistence and verbose output for debugging. These features let you inspect step outputs, trace data flow through the pipeline, and troubleshoot failures in complex, multi-agent orchestration.

Do I need prior setup or specific data formats to run a workflow?▼

stream-chain has no external dependencies and works with streaming data passed between steps. You provide prompt sequences or select a pipeline, then stream-chain handles sequential execution, timeout configuration, and optional memory—no prerequisite tools or environment setup required.

When should I use automation orchestration instead of running agents independently?▼

Use orchestration when agents must work in sequence with shared context, when manual step coordination is error-prone, or when you need enforced timeouts and memory across a pipeline. stream-chain reduces coordination overhead for complex, multi-step workflows that would be fragile if run manually.