subagent-fanout

Community

Streamline parallel processing with fresh contexts for each task.

AuthorArchive228
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps to avoid context rot by parallelizing independent sub-jobs across fresh-context subagents, enabling efficient handling of tasks that branch into many independent pieces.

Core Features & Use Cases

  • Parallel Task Execution: Spawn one subagent per independent unit (e.g., one file, one source, one check), each with a fresh context.
  • Result Synthesis: An orchestrator synthesizes the results from these subagents without doing the per-unit work itself.
  • Tight Role Definition: Assigns each worker a specific role with only the necessary input.
  • Appropriate Use Cases: Ideal for breadth-first tasks like research, multi-file edits, and multi-source verification. Avoid using when there are sequential dependencies that require step N-1's output.

Quick Start

Run the 'subagent-fanout' skill to process multiple independent items in parallel, e.g., 'subagent-fanout process_items --items item1 item2 item3'.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: subagent-fanout
Download link: https://github.com/Archive228/loopkit/archive/main.zip#subagent-fanout

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.