From loopkit
Parallelizes independent sub-jobs across fresh-context subagents to avoid context bloat. Use for analyzing N items, fixing M files, or searching K sources.
How this skill is triggered — by the user, by Claude, or both
Slash command
/loopkit:subagent-fanoutWhen to use
analyze N items, fix M files, search K sources, anything embarrassingly parallel
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
One context loaded with ten jobs' worth of material is the exact shape that triggers context rot. Ten small contexts don't.
One context loaded with ten jobs' worth of material is the exact shape that triggers context rot. Ten small contexts don't.
npx claudepluginhub archive228/loopkit --plugin loopkitCoordinates parallel subagent execution for independent tasks, with decision checks and conflict resolution.
Executes multiple independent subtasks simultaneously via subagent invocations in a single message, reducing implementation time for multi-component features.
Decomposes complex tasks with multiple independent subtasks into parallel agent groups for concurrent execution, then composes results. Useful for cross-domain research or parallel file/module work.