stream-chain

Orchestrate streaming-JSON chaining across multi-agent pipelines for sequential workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ricable/ericsson-ran-automation-agentdb --skill stream-chain-ricable
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/ricable/ericsson-ran-automation-agentdb/tree/main/.claude/skills/stream-chain
Command: npx skills add https://github.com/ricable/ericsson-ran-automation-agentdb --skill stream-chain-ricable

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-flow.

What problem does it solve?

This Skill solves the challenge of orchestrating complex, multi-step AI workflows where the output of one agent needs to feed directly and seamlessly into the next. It eliminates manual handoffs and ensures data consistency across your AI pipeline.

Core Features & Use Cases

  • Custom Chains: Execute flexible, user-defined sequences of prompts, giving you full control over the workflow.
  • Predefined Pipelines: Leverage battle-tested workflows for common tasks, accelerating development and ensuring best practices.
  • Streaming Data Flow: Each step receives the complete output from the previous step, enabling sophisticated multi-agent coordination.
  • Use Case: Automate a content creation process: first, an agent researches a topic, then its output is streamed to a second agent that drafts an article, and finally, a third agent refines and optimizes the draft for SEO.

Quick Start

Run a custom chain to analyze codebase structure, identify improvement areas, and generate an action plan.

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 where each agent's output feeds into the next step?▼

Multi-agent orchestration chains sequential AI steps by streaming the complete output from one agent directly to the next, enabling coordinated workflows without manual handoffs. stream-chain automates this propagation across custom or predefined pipelines, maintaining data consistency throughout the sequence.

Can I automate complex data transformation pipelines with multiple AI agents?▼

Yes. stream-chain coordinates multi-agent pipelines for data transformation by chaining agents in sequence, where each agent processes the previous step's full output. This works for both custom chains you define and battle-tested predefined pipelines.

What's the best way to handle streaming JSON communication between AI agents in a workflow?▼

Streaming JSON chaining passes structured data seamlessly across agent boundaries. stream-chain manages JSON serialization and propagation between sequential agents, eliminating format translation friction and ensuring each agent receives complete context from prior steps.

How do I build a content creation workflow where research feeds into drafting and then optimization?▼

Chain multiple agents sequentially: research agent outputs topic analysis, which streams to a drafting agent for article creation, then to an optimization agent for refinement. stream-chain automates this multi-step coordination so each agent receives the previous agent's complete output.

Does stream-chain work with custom agent sequences or only predefined workflows?▼

Both. stream-chain supports custom chains where you define your own agent sequences and predefined pipelines for common tasks. Custom chains give full control over the workflow, while predefined pipelines accelerate development with battle-tested patterns.

What dependencies do I need to run stream-chain?▼

stream-chain requires claude-flow as its primary dependency. This framework provides the foundation for orchestrating agent communication and streaming data flow across pipeline steps.