parallel-execution-optimizer

安装量: 561
排名: #8951

安装

npx skills add https://github.com/affaan-m/ecc --skill parallel-execution-optimizer

Parallel Execution Optimizer Use this skill when speed comes from doing independent work at the same time: repo inspection, file reads, API checks, browser checks, build/test lanes, deploy readbacks, or multi-worktree implementation passes. Core Pattern Turn urgency into a dependency graph before acting. Define the objective and done signal. Split work into lanes. Mark each lane as parallel, sequential, or gated. Run independent reads/checks together. Keep writes isolated by file, worktree, branch, service, or dataset. Merge only after evidence shows the lanes are compatible. End with a verification table, not a vague speed claim. Lane Matrix Show more Installs 487 Repository affaan-m/ecc GitHub Stars 213.1K First Seen May 25, 2026

返回排行榜