Automated file distribution across multiple repositories with three-stage workflow. Discovery, parallel distribution, and summary reporting for consistent updates.
Automates file distribution across multiple repositories using a three-stage workflow. Triggers when you need to push consistent updates to many repos, handling discovery, parallel distribution, and summary reporting.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install patterns@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
troubleshooting.mdAutomated file distribution across multiple repositories using GitHub Actions and GitHub Apps.
Pattern Overview
A three-stage workflow that discovers targets, distributes files in parallel, and reports results. Idempotent design ensures safe reruns.
max-parallel graduallyThis workflow implements patterns from the Developer Guide:
| Pattern | Purpose |
|---|---|
| Three-Stage Design | Separates discovery, execution, and reporting |
| Matrix Distribution | Parallelizes operations with conditional logic |
| Idempotency | Ensures safe reruns after partial failures |
| Work Avoidance | Skips version-only changes |
See troubleshooting.md for common issues and solutions.