Multi-agent orchestration patterns.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill parallel-agents --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Parallel Agents?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-parallel-agents-f2dd78b9)More formats (shields.io, HTML) on the badges page.
---
name: parallel-agents
description: Multi-agent orchestration patterns.
category: tools
version: 4.1.0-fractal
layer: master-skill
---
# 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](./sub-skills/single-agent.md)
### 2. [Sequential Chain](./sub-skills/sequential-chain.md)
### 3. [With Context Passing](./sub-skills/with-context-passing.md)
### 4. [Resume Previous Work](./sub-skills/resume-previous-work.md)
### 5. [Pattern 1: Comprehensive Analysis](./sub-skills/pattern-1-comprehensive-analysis.md)
### 6. [Pattern 2: Feature Review](./sub-skills/pattern-2-feature-review.md)
### 7. [Pattern 3: Security Audit](./sub-skills/pattern-3-security-audit.md)
### 8. [Task Summary](./sub-skills/task-summary.md)
### 9. [Agent Contributions](./sub-skills/agent-contributions.md)
### 10. [Consolidated Recommendations](./sub-skills/consolidated-recommendations.md)
### 11. [Action Items](./sub-skills/action-items.md)
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!