parallel-execution-optimizer
Helps developers run multiple tasks at the same time to finish work much faster.
Installation
Paste this into Claude Code, Cursor, or any agent that can run commands.
What this skill does
What it does: - Helps you speed up big tasks by doing many independent pieces of work at the same time instead of one after another - Breaks work into separate lanes that do not depend on each other - Runs checks, reads files, and tests in batches all at once - Keeps writes to different files or folders separate so they do not crash into each other - Checks that everything still works correctly after running in parallel When to use it: - You have a big job that feels slow and you want to make it faster - You need to check many files or run many tests and they do not affect each other - You are making changes to different parts of a project that do not touch the same code - You want to make sure speed does not break anything
The full skill text could not be loaded right now. It installs fine with the command above, or read it at the source.
Mirrored from the author's public source. Install counts from the open skills registry.