Skip to main content

pipe

Run an ordered pipeline of stages — each a bash command, a json write, or another primitive (/agentflow:enumerate, /agentflow:foreach, /agentflow:group, /agentflow:reduce, or a loop). The composer: it holds no map/fold/loop of its own; it sequences the primitives that do, with declarative wiring and per-stage `when` guards. USE for a multi-step workflow with ≥ 2 ordered steps where one feeds the next — "fetch issues, triage each, then summarize", "review files, group findings, then report". To run a SAVED workflow-file use /agentflow:run-workflow; to AUTHOR one use /agentflow:create-workflow. DON'T use for a single step (call the primitive directly) or independent parallel work over a list (that's /agentflow:foreach). Explicit invocation (`/agentflow:pipe …`) skips these checks.

インストールへ移動

ソース情報

リポジトリ
AleSaiani/agentflow
ソースの最終更新活動
2026年5月25日 18:30
検出された SKILL.md の言語
英語
スター
5
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。