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.
Frequently asked
- What is 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.
- Is dispatch open source?
- Yes — bassimeledath/dispatch is an open-source project tracked on heatdrop.
- How popular is dispatch?
- bassimeledath/dispatch has 405 stars on GitHub.
- Where can I find dispatch?
- bassimeledath/dispatch is on GitHub at https://github.com/bassimeledath/dispatch.