github-multi-repo
Cross-repository swarm orchestration for organization-wide automation and intelligent collaboration. Use for multi-repo coordination, synchronized operations, dependency management, and organization-wide policy changes.
Best use case
github-multi-repo is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Cross-repository swarm orchestration for organization-wide automation and intelligent collaboration. Use for multi-repo coordination, synchronized operations, dependency management, and organization-wide policy changes.
Teams using github-multi-repo should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/multi-repo/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How github-multi-repo Compares
| Feature / Agent | github-multi-repo | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Cross-repository swarm orchestration for organization-wide automation and intelligent collaboration. Use for multi-repo coordination, synchronized operations, dependency management, and organization-wide policy changes.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Github Multi Repo
## Overview
Cross-repository swarm orchestration for organization-wide automation. This skill handles multi-repo coordination, synchronized operations, dependency management, security updates, and organization-wide policy changes.
## Quick Start
```bash
# List organization repositories
gh repo list org --limit 100 --json name,description,languages
# Search across repositories
gh search code "pattern" --repo org/repo1 --repo org/repo2
# Clone multiple repos
for repo in repo1 repo2 repo3; do
gh repo clone org/$repo
done
# Check repository info
gh api repos/org/repo --jq '{name, default_branch, languages, topics}'
```
## When to Use
- Coordinating changes across multiple repositories
- Organization-wide dependency updates
- Synchronized security patches
- Cross-repo refactoring operations
- Multi-service microservices coordination
- Library updates across consumers
## Version History
- **1.0.0** (2025-01-02): Initial release - converted from multi-repo-swarm agent
## Sub-Skills
- [Core Capabilities](core-capabilities/SKILL.md)
- [1. Cross-Repo Swarm Initialization (+4)](1-cross-repo-swarm-initialization/SKILL.md)
- [1. Repository Organization (+2)](1-repository-organization/SKILL.md)
- [Connectivity Issues (+1)](connectivity-issues/SKILL.md)
## Sub-Skills
- [Multi-Repo Configuration](multi-repo-configuration/SKILL.md)
- [Eventually Consistent (+2)](eventually-consistent/SKILL.md)
- [Swarm Coordination (+2)](swarm-coordination/SKILL.md)
- [Microservices Coordination (+2)](microservices-coordination/SKILL.md)
- [Multi-Repo Dashboard (+2)](multi-repo-dashboard/SKILL.md)Related Skills
interactive-report-generator
Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.
data-validation-reporter
Generate interactive validation reports with quality scoring, missing data analysis, and type checking. Combines Pandas validation, Plotly visualization, and YAML configuration for comprehensive data quality reporting.
repo-ecosystem-hygiene
Interpret the daily read-only repo ecosystem hygiene audit and route remediation through approved workflows.
orcaflex-reporting-fixture-proof-pattern
Build and extend fixture-backed OrcaFlex reporting proof paths in digitalmodel using stable metadata baselines, normalized HTML snapshots, and reusable reporting test helpers.
repo-sync
Smart repository synchronization across workspace-hub ecosystem — diagnoses and fixes pull failures (detached HEAD, diverged branches, uncommitted changes)
repo-structure
Canonical source layout, test mirroring, root cleanliness, gitignore, docs classification, and committed artifact rules for all workspace-hub tier-1 repos. Consult before creating directories or files in any submodule.
repo-portfolio-steering
Generate a one-page portfolio steering report for workspace-hub. Use when the user invokes /repo-portfolio-steering, asks about harness vs engineering balance, wants a portfolio health check, or asks which repos to fund next. Reports on portfolio steering, GTM readiness, and provider activity balance.
repo-mission-portfolio-audit
Audit the workspace-hub repo portfolio to extract each repo's mission, identify documentation gaps, and prioritize a plan/approval sequence with explicit LLM-wiki weighting for future issue triage.
mixed-ops-vs-repo-fix-plan-boundary
Plan mixed operational-vs-repo remediation issues by proving live-state classification first, then only proposing code changes for confirmed repo-owned failure paths.
tax-filing-session-setup-with-github-tracking
Structured workflow for preparing and tracking a tax filing session using prepared documents, task checklist, and GitHub issue cross-referencing
tax-filing-session-setup-with-github-traceability
Structured workflow for setting up a multi-file tax filing session with GitHub issue tracking and prepared-file validation
repo-separation-for-sensitive-data
Architecture pattern for splitting confidential data and reusable algorithms across repos