·fan-out

Orchestration pattern for parallelizable tasks. When facing work that can be split into independent subtasks (research multiple topics, analyze multiple files, test multiple scenarios), spawn parallel agents and aggregate results. Use when subtasks have no dependencies on each other.

4Installs·1Trend·@elliotjlt

Installation

$npx skills add https://github.com/elliotjlt/claude-skill-potions --skill fan-out

How to Install fan-out

Quickly install fan-out AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/elliotjlt/claude-skill-potions --skill fan-out
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: elliotjlt/claude-skill-potions.

SKILL.md

View raw

Some tasks are embarrassingly parallel - researching 5 APIs, analyzing 10 files, testing 3 approaches. Running them sequentially wastes time. This elixir orchestrates parallel execution: decompose work, fan out to agents, collect and synthesize results.

User: "Compare Redis, Memcached, and DynamoDB for our caching layer"

User: "Build a feature: first design it, then implement, then test"

Orchestration pattern for parallelizable tasks. When facing work that can be split into independent subtasks (research multiple topics, analyze multiple files, test multiple scenarios), spawn parallel agents and aggregate results. Use when subtasks have no dependencies on each other. Source: elliotjlt/claude-skill-potions.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/elliotjlt/claude-skill-potions --skill fan-out
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from elliotjlt/claude-skill-potions

Quick answers

What is fan-out?

Orchestration pattern for parallelizable tasks. When facing work that can be split into independent subtasks (research multiple topics, analyze multiple files, test multiple scenarios), spawn parallel agents and aggregate results. Use when subtasks have no dependencies on each other. Source: elliotjlt/claude-skill-potions.

How do I install fan-out?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/elliotjlt/claude-skill-potions --skill fan-out Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/elliotjlt/claude-skill-potions

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26