AI AGENT ADDONS

You can process many tasks at once with a swarm. Each task is one unit of work. The swarm creates a table and sends each row to a separate subagent. The results are merged back automatically.

This is useful for classifying text, extracting data, or labeling items. You do not need to write complex code for batching. The swarm handles the parallel work for you.

You can also retry only the failed tasks. Just filter by the missing result column. This saves time and effort.

Add Swarm skill to your workflow

Global

mkdir -p ~/.claude/skills/swarm

Project

mkdir -p .claude/skills/swarm

Source Repository

Stars
832
Forks
71
Watchers
832
Last Push
2 months ago
Created
6 months ago