smithery.ai

Agent-Swarm Spawner

Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents.

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,253 B
  • docs SUMMARY.md 169 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

SKILL-009: Agent-Swarm Spawner

Overview

Complex tasks require parallel execution. This skill orchestrates "Swarming" by creating isolated sub-directories (./.swarm/task01) initialized with all necessary context (MISSION.md, WORKSPACEPROFILE.json), allowing a secondary agent to pick up the task immediately.

Trigger Phrases

  • spawn agent for <task>
  • create subtask <name>
  • delegate <task>

Inputs

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

Outputs

  1. ./.swarm/<task_name>/MISSION.md: The prompt for the worker agent.
  2. ./.swarm/<task_name>/: An isolated workspace ready for the agent.

Implementation

See spawn_agent.ps1.