stream-chain
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows
npx skills add ruvnet/ruflo --skill stream-chain --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Stream-Chain Skill Execute sophisticated multi-step workflows where each agent's output flows into the next, enabling complex data transformations and sequential processing pipelines. ## Overview Stream-Chain provides two powerful modes for orchestrating multi-agent workflows: 1. **Custom Chains** (`run`): Execute custom prompt sequences with full control 2. **Predefined Pipelines** (`pipeline`): Use battle-tested workflows for common tasks Each step in a chain receives the complete output from the previous step, enabling sophisticated multi-agent coordination through streaming data flow. --- ## Quick Start ### Run a Custom Chain ```bash claude-flow stream-chain run \ "Analyze codebase structure" \ "Identify improvement areas" \ "Generate action plan" ``` ### Execute a Pipeline ```bash claude-flow stream-chain pipeline analysis ``` --- ## Custom Chains (`run`) Execute custom stream chains with your own prompts for maximum flexibility. ### Syntax ```bash claude-flow stream-chain run <prompt1> <prompt2> [...] [options] ``` **Requirements:** - Minimum 2 prompts required - Each prompt becomes a step in the chain - Output flows sequentially through all steps ### Options | Option | Des
- Overview
- Quick Start
- Run a Custom Chain
- Execute a Pipeline
- Custom Chains (run)
- Syntax
- Options
- How Context Flows
- Examples
- Predefined Pipelines (pipeline)
- Available Pipelines
- Pipeline Options
- Pipeline Examples
- Pipeline Output
claude-flow stream-chain run \ claude-flow stream-chain pipeline analysis claude-flow stream-chain run <prompt1> <prompt2> [...] [options] claude-flow stream-chain pipeline <type> [options] claude-flow stream-chain pipeline refactor claude-flow stream-chain pipeline test claude-flow stream-chain pipeline optimize claude-flow stream-chain pipeline refactor --timeout 60 --verbose claude-flow stream-chain pipeline test --debug claude-flow stream-chain pipeline optimize --timeout 90 --verbose
What does the stream-chain skill do?
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows
How do I install it?
Run `npx skills add ruvnet/ruflo --skill stream-chain --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.