parallel-agents

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

Content Preview
---
name: parallel-agents
description: "Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Native Parallel Agents

> Orchestration through Claude Code's built-in Agent Tool

## Overview

This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scrip
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/parallel-agents.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/parallel-agents/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/parallel-agents/SKILL.md

Related Skills