Map Reduce

Orchestration pattern for large-scale processing where work is distributed, processed independently, then combined. Map phase splits and processes, Reduce phase aggregates results. Use for codebase-wide analysis, bulk transformations, or any task where "do X to everything, then summarize."

tools-only 65e72d1 3 files · 22.9 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/data-analysis/003-name-skill_c7ac0fb9 commit 65e72d1e14

Frequently asked questions

npx skillmds add tools-only/map-reduce