plugins/patterns/skills/hub-and-spoke/SKILL.md
Centralized orchestration with distributed execution. One coordinator spawns many workers in parallel. Scale horizontally without changing hub logic.
npx skillsauth add adaptive-enforcement-lab/claude-skills hub-and-spokeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Hub workflow spawns children:
See examples.md for detailed code examples.
Hub discovers repositories, spawns a spoke workflow for each, then summarizes results.
See examples.md for code examples.
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.