stream-chain

Orchestrates streaming multi-agent workflows by passing outputs between stages.

2|Updated Jul 26, 2019
One-click install
npx skills add https://github.com/qiphon/learn --skill stream-chain-qiphon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/qiphon/learn/tree/main/.opencode/skills/stream-chain
Command: npx skills add https://github.com/qiphon/learn --skill stream-chain-qiphon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stream-JSON chaining enables seamless coordination of multiple agents, passing outputs along a pipeline to build complex, sequential workflows.

Core Features & Use Cases

  • Custom Chains: Design bespoke prompt sequences where each step uses the previous output as context.
  • Predefined Pipelines: Use battle-tested templates to execute common workflows with minimal setup.
  • Use Case: Orchestrate data processing, API orchestration, and automation tasks across several agents in a streaming fashion.

Quick Start

claude-flow stream-chain run "Analyze data" "Transform results" "Validate output"

Frequently Asked Questions about stream-chain

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

FAQPage Schema
How do I coordinate multi-agent workflows for sequential data processing?

Multi-agent workflow coordination passes complete step outputs between stages to build sequential pipelines. You orchestrate data processing and automation tasks by configuring contextual data flow across custom chains or predefined pipelines with streaming execution.

What is streaming pipeline orchestration and when do I need it for API automation?

Streaming pipeline orchestration executes sequential stages by passing the full output of one step as context to the next. You need it for API orchestration and data transformation tasks requiring contextual data flow across multiple agents in real time.

How do I run a custom prompt chain using the host CLI?

You run a custom prompt chain by executing a command with quoted sequential steps, such as passing "Analyze data" "Transform results" "Validate output". This passes each step's output as context to the next stage without additional setup beyond the host CLI.

Can I use predefined pipelines for automation tasks without extra setup?

Yes, predefined pipelines execute common workflows with minimal setup. You use battle-tested templates to orchestrate data processing and API automation directly through the host CLI, requiring no additional dependencies or environment configuration.

Does multi-agent streaming workflow execution support configurable timeouts?

Multi-agent streaming workflow execution supports configurable timeouts for sequential stages. You can orchestrate custom chains and predefined pipelines while controlling execution limits to prevent hanging during API orchestration and data transformation tasks.

What is the difference between custom chains and predefined pipelines for workflow orchestration?

Custom chains let you design bespoke prompt sequences where each step uses the previous output as context. Predefined pipelines provide battle-tested templates for common workflows, both executing sequential stages in a streaming fashion with configurable timeouts.