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 に表示されている付属ファイルをお読みください。