🐝
AI EngineeringPython

DeepSwarm

by amanning3390

DeepSwarm is an AI Engineering skill for Claude Code, published by amanning3390 in deepswarm.

121 stars4 forkson amanning3390/deepswarmAdded 2026/07/16Repository updated 2026/05/05
Install in seconds
Install DeepSwarm
Copy DeepSwarm into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/amanning3390/deepswarm ~/.claude/skills/deepswarm

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/amanning3390/deepswarm.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in amanning3390/deepswarm
Installs to
~/.claude/skills/deepswarm
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What DeepSwarm does

Spawn parallel AI workers for any long-running batch API task. Auto-calculates optimal worker count and stagger, with tiered delegation to reduce costs.

DeepSwarm is cataloged under AI Engineering on DirSkills.

Documentation

README

DeepSwarm — Task-Agnostic Parallel Worker Orchestration

Spawn N parallel API workers for any long-running or multi-turn batch task. Auto-calculates optimal worker count and stagger delay. Supports tiered model delegation: orchestrator plans with a frontier model (V4 Pro), workers execute with a cheaper model (V4 Flash).

Overview

DeepSwarm 2.0 generalizes the proven orchestration pattern from the 19,331-trace generation project to any batch API task. You define a task — translations, reasoning traces, code reviews, summarization — and DeepSwarm parallelizes it across optimal workers with the right stagger for your API.

The core insight: API rate limits are a function of simultaneous connections, not total volume. Auto-calculated stagger + worker count = 99.95% success.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about DeepSwarm

  • How does DeepSwarm compare to other AI Engineering skills?

    DeepSwarm ranks #3465 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of DeepSwarm against them. Open each page to compare what they document and how they install.