Cross-repository swarm orchestration for organization-wide automation
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill multi-repo --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multi Repo?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-multi-repo-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: github-multi-repo
description: 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.
type: reference
capabilities: []
requires: []
tags: []
category: development
version: 1.0.0
---
# 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)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!