·parallel-execution
</>

parallel-execution

Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work.

16Installs·2Trend·@d-o-hub

Installation

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill parallel-execution

How to Install parallel-execution

Quickly install parallel-execution AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill parallel-execution
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: d-o-hub/rust-self-learning-memory.

SKILL.md

View raw

Execute multiple independent tasks simultaneously to maximize throughput and minimize total execution time.

| Homogeneous | Same agent, different inputs | Test 3 modules | | Heterogeneous | Different agents, related task | Review + Test + Profile | | Parallel + Convergence | Parallel → Synthesize | Profile + Analyze → Root cause |

Example: 3 tasks (10+15+8 min) → Parallel (15 min) = 2.2x faster

Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work. Source: d-o-hub/rust-self-learning-memory.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill parallel-execution
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from d-o-hub/rust-self-learning-memory

Quick answers

What is parallel-execution?

Execute multiple independent tasks simultaneously using parallel agent coordination to maximize throughput. Use when tasks have no dependencies, results can be aggregated, and agents are available for concurrent work. Source: d-o-hub/rust-self-learning-memory.

How do I install parallel-execution?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill parallel-execution Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/d-o-hub/rust-self-learning-memory