Agent Skills: Hub and Spoke

>-

UncategorizedID: adaptive-enforcement-lab/claude-skills/hub-and-spoke

Install this agent skill to your local

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

Skill Files

Browse the full folder contents for hub-and-spoke.

Download Skill

Loading file tree…

plugins/patterns/skills/hub-and-spoke/SKILL.md

Skill Metadata

Name
hub-and-spoke
Description
>-

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