Pipe

Unix-style pipe expression syntax for chaining multiple agent operations sequentially. Each stage's output becomes the next stage's implicit context, enabling multi-step workflows in a single expression. Use when chaining 2+ operations where intermediate results feed into subsequent steps — e.g., search then summarize, read then analyze, transform then report.

tangledgroup efb6f2b 7 files · 32.1 KB Updated

File contents

tangledgroup/tangled-skills/tree/main/misc/pipe commit efb6f2b640

Frequently asked questions

npx skillmds@latest add tangledgroup/pipe