Discover and explore top open-source AI tools and projects—updated daily.
bassimeledathExpand AI context windows with parallel background workers
Top 85.1% on SourcePulse
A Claude Code skill, /dispatch addresses the limitation of fixed AI context windows by enabling users to delegate complex, multi-step tasks to background AI workers. This transforms the main Claude Code session into a lean orchestrator, allowing users to manage extensive workflows without filling their primary context. It benefits power users and engineers by enabling parallel execution of tasks across multiple AI agents, each with a fresh, full context window, thereby significantly increasing effective context capacity and reducing cognitive load on the user.
How It Works
The core design inverts the traditional AI interaction model: the main session acts as a mediator, not the primary executor. Upon receiving a /dispatch command, it generates a checklist plan. This plan is then handed off to background worker agents, each operating within its own dedicated, full context window. These workers execute tasks, manage their progress, and crucially, can ask clarifying questions directly to the user via the dispatcher if they encounter issues, preventing silent failures and context loss. This architecture ensures the main session remains lean and responsive, while the actual reasoning and implementation are distributed to specialized workers that can leverage diverse AI models (e.g., Claude, GPT, Gemini) for optimal performance on specific sub-tasks.
Quick Start & Requirements
npx skills add bassimeledath/dispatch -gnpx skills add bassimeledath/dispatchclaude).agent), Codex CLI (codex), or any CLI accepting a prompt argument.~/.dispatch/config.yaml. Running /dispatch with no arguments at session start is recommended to pre-load configuration.Highlighted Details
Maintenance & Community
No specific details regarding contributors, sponsorships, or community channels (like Discord/Slack) are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The tool requires Claude Code as the host environment. While worker CLIs are optional, they are necessary for leveraging multi-model dispatch capabilities. The functionality is presented as a "skill" within the Claude Code ecosystem.
1 week ago
Inactive
dollspace-gay