概要
The Hub and Spoke skill implements a centralized orchestration pattern designed for managing distributed execution across multiple parallel workers. It enables Claude to act as a coordinator that discovers tasks—such as multiple code repositories or data sets—and delegates them to independent spokes for execution. This separation of concerns ensures that the orchestrator remains lightweight while allowing the system to scale horizontally by adding workers without modifying the core logic, ultimately aggregating results into a cohesive summary.