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."
Installation
SKILL.md
Some tasks are too large for single-pass processing: analyze every file in a codebase, check all endpoints for issues, transform all components to new pattern. Map-Reduce handles this: split the work (map), process in parallel, combine results (reduce). It's batch processing for Claude.
Count: Total items matching criteria Sum: Aggregate numeric values Group: Categorize by attribute Filter: Surface items matching condition Top-N: Highest/lowest by metric Histogram: Distribution across buckets Merge: Combine into single artifact
User: "How complex is our codebase? Get metrics on all files."
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." Source: elliotjlt/claude-skill-potions.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/elliotjlt/claude-skill-potions --skill map-reduce- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is 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." Source: elliotjlt/claude-skill-potions.
How do I install map-reduce?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/elliotjlt/claude-skill-potions --skill map-reduce Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/elliotjlt/claude-skill-potions
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-05