scriptingdevelopment
parallel-execution-patterns
Use when performing multiple independent operations like reading multiple files, searching patterns, or querying memory - executes operations in parallel for 5-8x performance improvement by sending all tool calls in a single message
maintainer
will-flemmer
Updated 12/12/2025
Stars
0
Forks
0
quick start
Installation and usage
Use when performing multiple independent operations like reading multiple files, searching patterns, or querying memory - executes operations in parallel for 5-8x performance improvement by sending all tool calls in a single message
Installation
$ install --globalskills.sh
Usage
Once installed, you can use this skill by running the following command in your terminal:
skills use parallel-execution-patterns