一键导入
agent-swarm-spawner
Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A QA gate that validates potentially destructive or irreversible actions before execution.
Detect and prevent state-visibility violations across execution contexts within a single transaction.
Convert mixed terminal output and instructions into safe, paste-ready command blocks.
Structured logging and analysis of execution failures to prevent recurrence.
Detects when the agent is stuck in a reasoning loop or unproductive state by analyzing tool usage and sentiment patterns.
Generates a 'Red Team' critique of recent code or plans to identify weak assumptions and edge cases.
| name | Agent-Swarm Spawner |
| description | Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents. |
| version | 1.0.0 |
| author | Antigravity Skills Library |
| created | "2026-01-16T00:00:00.000Z" |
| leverage_score | 5/5 |
Complex tasks require parallel execution. This skill orchestrates "Swarming" by creating isolated sub-directories (./.swarm/task_01) initialized with all necessary context (MISSION.md, WORKSPACE_PROFILE.json), allowing a secondary agent to pick up the task immediately.
spawn agent for <task>create subtask <name>delegate <task>| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
--task-name | string | Yes | - | Name of the sub-task (e.g. "audit-auth") |
--instructions | string | Yes | - | specific goal for the worker |
--context-files | string[] | No | - | Additional files to copy to swarm dir |
./.swarm/<task_name>/MISSION.md: The prompt for the worker agent../.swarm/<task_name>/: An isolated workspace ready for the agent.See spawn_agent.ps1.