Batching Patterns

Batch all related operations into single messages for maximum parallelism and performance. Use when launching multiple agents, reading multiple files, running parallel searches, optimizing workflow speed, or avoiding sequential execution bottlenecks. Trigger keywords - "batching", "parallel", "single message", "golden rule", "concurrent", "performance", "sequential bottleneck", "speed optimization".

MadAppGang be90c13 12.9 KB Updated

File contents

MadAppGang/claude-code/tree/main/plugins/multimodel/skills/batching-patterns commit be90c132d8

Frequently asked questions

npx skillmds@latest add madappgang/batching-patterns