parallel-execution-patterns
CommunityExecute independent tasks in parallel for speed.
Software Engineering#performance#search#concurrency#agents#parallel-execution#parallel-patterns#file-reading
Authorwill-flemmer
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables executing independent operations in parallel to dramatically improve performance when performing tasks such as reading multiple files, running multiple searches, or querying different memory contexts.
Core Features & Use Cases
- Parallel File Reading: Read multiple files concurrently to reduce total wait time.
- Parallel Search Operations: Run multiple independent searches in a single batch.
- Parallel Memory Queries: Query different contexts at once to gather diverse data.
- Parallel Agent Dispatch: Dispatch multiple agents for independent tasks in parallel.
Quick Start
Use the Skill to run several independent tasks in a single message, e.g., Read({ file_path: '/path/to/A' }), Read({ file_path: '/path/to/B' }), Read({ file_path: '/path/to/C' }).
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: parallel-execution-patterns Download link: https://github.com/will-flemmer/claude-config/archive/main.zip#parallel-execution-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.