bassimeledath/dispatch
A Claude Code skill that dispatches tasks to parallel background AI workers, keeping the main session lean while workers execute with their own full context windows.

Dispatch is a Claude Code skill that multiplies the effective context window by delegating tasks to background AI workers running in parallel, each with their own fresh context. The main session becomes a lightweight orchestrator that tracks worker progress, surfaces questions when needed, and handles completions and failures. It inverts the typical model where the session does all the work sequentially, preventing context overflow on complex multi-task requests.