parallel-agents

Installation
SKILL.md

Safe Parallel Agents

Antigravity-first patterns for bounded delegation, isolation, and evidence-based synthesis.

Use parallel agents only when work is independent

Good candidates:

  • separate read-only reviews of security, performance, architecture, or tests;
  • implementation tasks with non-overlapping file ownership;
  • research lanes that can return independent artifacts;
  • verification that should be performed by a different specialist.

Do not parallelize:

Installs
22
Repository
vudovn/ag-kit
GitHub Stars
8.1K
First Seen
May 18, 2026
parallel-agents — vudovn/ag-kit