Agent skill

hub-and-spoke

Centralized orchestration with distributed execution. One coordinator spawns many workers in parallel. Scale horizontally without changing hub logic.

Stars 1
Forks 2

Install this agent skill to your Project

npx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/main/plugins/patterns/skills/hub-and-spoke

SKILL.md

Hub and Spoke

When to Use This Skill

One hub coordinates. Many spokes execute. The hub doesn't do the work. It distributes, tracks, and summarizes.

This pattern scales horizontally. Add workers without touching the orchestrator.

Implementation

Hub workflow spawns children:

See examples.md for detailed code examples.

Hub discovers repositories, spawns a spoke workflow for each, then summarizes results.

Examples

See examples.md for code examples.

References

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results