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.

Aller à l'installation

Informations de source

Dépôt
AleSaiani/agentflow
Dernière activité de la source
25 mai 2026 à 18:30
Langue détectée de SKILL.md
anglais
Étoiles
5
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.