stream-chain

Orchestrates multi-step streaming workflows across agents for sequential data processing.

Updated May 11, 2026
One-click install
npx skills add https://github.com/FuncSmile/Saji_apps --skill stream-chain-funcsmile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/FuncSmile/Saji_apps/tree/main/.claude/skills/stream-chain
Command: npx skills add https://github.com/FuncSmile/Saji_apps --skill stream-chain-funcsmile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stream-Chain enables orchestrating complex, multi-step workflows where outputs flow from one step to the next, reducing manual handoffs and coordination overhead.

Core Features & Use Cases

  • Custom Chains (run): execute user-defined prompt sequences with streaming outputs to chain multiple tasks.
  • Predefined Pipelines (pipeline): reuse battle-tested workflows for common development tasks.
  • Memory & Context Propagation: maintain full output history across steps for accurate downstream processing.
  • Optional Resources: leverage scripts/, references/, and assets/ when provided to extend capabilities.

Quick Start

Use claude-flow stream-chain run with two or more prompts to create a custom chain, or invoke a predefined pipeline for a ready-to-run workflow.

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 processing?

Multi-agent workflow orchestration coordinates streaming outputs across multiple agents, passing each step's output to the next. You define custom chains using prompts or invoke predefined pipelines to automate complex sequential data transformations.

Can I chain multiple prompts together for a real-time streaming pipeline?

Yes, streaming pipelines support chaining multiple prompts sequentially. You execute user-defined prompt sequences where outputs flow from one step to the next in real time, enabling collaborative automation and complex data transformations.

How does context propagation work across multiple steps in a multi-agent pipeline?

Context propagation maintains full output history across steps for accurate downstream processing. Memory integration ensures that each agent in the workflow receives the complete context of previous outputs, preserving data integrity throughout the chain.

What is the best way to reuse common automation workflows for code pipelines?

Predefined pipelines allow you to reuse battle-tested workflows for common development tasks. Instead of building custom chains from scratch, you invoke ready-to-run pipelines to standardize and automate repetitive code pipeline operations.

Can I configure timeouts and resources for complex data transformation chains?

Yes, complex data transformation chains support configurable timeouts and verbose options. You can also leverage optional resources like scripts, references, and assets to extend workflow capabilities when provided.

When should I use custom chains over predefined pipelines for workflow automation?

Use custom chains when you need to execute specific user-defined prompt sequences for unique tasks. Choose predefined pipelines when you need to reuse established workflows for common development tasks, reducing manual handoffs and coordination overhead.