Agent-Swarm Spawner

Create isolated swarm workspaces and generate per-task MISSION.md prompts.

27|8|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill agent-swarm-spawner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Agent-Swarm Spawner
Source: https://github.com/Sounder25/Google-Antigravity-Skills-Library/tree/main/09_multi_agent_delegation
Command: npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill agent-swarm-spawner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of coordinating parallel agents by creating isolated sub-workspaces and initializing per-task prompts for workers.

Core Features & Use Cases

  • Create isolated swarm workspaces under a .swarm directory to keep tasks separated.
  • Copy necessary context (e.g., WORKSPACE_PROFILE.json) and optional context files into each sub-workspace.
  • Generate a ready-to-use MISSION.md for the worker with a task-specific prompt and allowed skills.
  • Support easy delegation of tasks from a parent agent to multiple workers for parallel execution.

Quick Start

Use the spawn_agent.ps1 script to generate a new swarm task. Example:

  • TaskName: audit-auth
  • Instructions: Review the AuthenticationService.cs file for security vulnerabilities.
  • ContextFiles: [WORKSPACE_PROFILE.json]

Frequently Asked Questions about Agent-Swarm Spawner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate parallel agents for isolated task execution?▼

To coordinate parallel agents, this skill creates isolated sub-workspaces under a .swarm directory and generates per-task MISSION.md prompts. A supervisor agent can spawn named swarm tasks, copying necessary context and instructions into each workspace for independent worker execution.

What is a MISSION.md prompt used for in multi-agent delegation?▼

A MISSION.md prompt provides task-specific instructions and allowed skills for worker agents in a multi-agent delegation scenario. It is automatically generated in each isolated swarm workspace to hand off context and guide the worker agent.

How do I spawn a new swarm task using PowerShell?▼

You spawn a new swarm task by running the spawn_agent.ps1 script. You provide a TaskName, task Instructions, and optional ContextFiles like WORKSPACE_PROFILE.json to generate the isolated workspace and initialize the MISSION.md prompt.

Does this swarm spawner require specific dependencies to run?▼

No specific dependencies are required to run this swarm spawner. It operates using included scripts and only requires a PowerShell environment to execute the spawn_agent.ps1 script for generating parallel workspaces.

Can I include additional context files when initializing swarm workspaces?▼

Yes, you can include additional context files when initializing swarm workspaces. The skill allows you to copy optional context files alongside WORKSPACE_PROFILE.json into each isolated sub-workspace to provide comprehensive background for the worker agent.