Skip to main content

group

Partition N items into K groups by key — the partition step. Output is items.json-compatible: feed it straight to /agentflow:foreach to process per group. Methods: path-prefix / regex / jsonpath (deterministic) or llm-classify (semantic, when no deterministic key works). USE when the user wants to split a set by a key before acting on each part — "group these by component/table/label/severity, then handle each group", "bucket the issues by …". Trigger on the intent; for a small set, ask whether grouping is worth it or just process inline. DON'T use to produce a single aggregate (→ /agentflow:reduce — collapse N to 1), or when you won't actually process per group afterward. Explicit invocation (`/agentflow:group …`) skips the size check.

跳到安装

来源信息

仓库
AleSaiani/agentflow
最近来源活动
2026年5月25日 18:30
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。