onewave-ai/agent-swarm-deployer
Deploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.
npx skills add https://github.com/OneWave-AI/claude-skills --skill agent-swarm-deployer
Deploy a swarm of parallel sub-agents to process massive, independent data tasks (documents, records, rows, items) and aggregate the results. Use this for data operations; use agent-army for code changes.
references/overview.md -- swarm vs army comparison, use cases, architecture diagramreferences/swarm-design.md -- input/output schemas, batch-size and swarm-size formulas, scaling guidelinesreferences/agent-brief.md -- agent brief template, data distribution methods, progress trackingreferences/aggregation-recovery.md -- merge logic, completeness validation, retry strategy, error-handling tablereferences/output-formats.md -- CSV/JSON/Markdown/individual-file outputs, final summary reportreferences/task-configs.md -- ready-made configs for sentiment, lead scoring, content generation, summarizationreferences/swarm-design.md.references/swarm-design.md.references/agent-brief.md.run_in_background: true, sending all calls in one message. Run later waves after the prior wave completes. See references/agent-brief.md.references/agent-brief.md.references/aggregation-recovery.md.references/aggregation-recovery.md.10. Write output and summarize. Produce the requested format (CSV, JSON, Markdown, or individual files) plus a final summary covering execution, results, quality metrics, patterns observed, and cost. See references/output-formats.md.
Take onewave-ai/agent-swarm-deployer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.