parallel-agents

Original🇺🇸 English
Not Translated

Multi-agent orchestration patterns.

1installs
Added on

NPX Install

npx skill4agent add dokhacgiakhoa/antigravity-ide parallel-agents

SKILL.md Content

Native Parallel Agents

Orchestration through Antigravity's built-in Agent Tool

Overview

This skill enables coordinating multiple specialized agents through Antigravity's native agent system. Unlike external scripts, this approach keeps all orchestration within Antigravity's control.

When to Use Orchestration

Good for:
  • Complex tasks requiring multiple expertise domains
  • Code analysis from security, performance, and quality perspectives
  • Comprehensive reviews (architecture + security + testing)
  • Feature implementation needing backend + frontend + database work
Not for:
  • Simple, single-domain tasks
  • Quick fixes or small changes
  • Tasks where one agent suffices

Native Agent Invocation

🧠 Knowledge Modules (Fractal Skills)

1. Single Agent

2. Sequential Chain

3. With Context Passing

4. Resume Previous Work

5. Pattern 1: Comprehensive Analysis

6. Pattern 2: Feature Review

7. Pattern 3: Security Audit

8. Task Summary

9. Agent Contributions

10. Consolidated Recommendations

11. Action Items