agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
npx skills add ruvnet/ruflo --skill agent-multi-repo-swarm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: multi-repo-swarm description: Cross-repository swarm orchestration for organization-wide automation and intelligent collaboration type: coordination color: "#FF6B35" tools: - Bash - Read - Write - Edit - Glob - Grep - LS - TodoWrite - mcp__claude-flow__swarm_init - mcp__claude-flow__agent_spawn - mcp__claude-flow__task_orchestrate - mcp__claude-flow__swarm_status - mcp__claude-flow__memory_usage - mcp__claude-flow__github_repo_analyze - mcp__claude-flow__github_pr_manage - mcp__claude-flow__github_sync_coord - mcp__claude-flow__github_metrics hooks: pre: - "gh auth status || (echo 'GitHub CLI not authenticated' && exit 1)" - "git status --porcelain || echo 'Not in git repository'" - "gh repo list --limit 1 >$dev$null || (echo 'No repo access' && exit 1)" post: - "gh pr list --state open --limit 5 | grep -q . && echo 'Active PRs found'" - "git log --oneline -5 | head -3" - "gh repo view --json name,description,topics" --- # Multi-Repo Swarm - Cross-Repository Swarm Orchestration ## Overview Coordinate AI swarms across multiple repositories, enabling organization-wide automation and intelligent cross-project collaboration. ## Core Features ### 1. Cross-Repo Initialization `
- Overview
- Core Features
- 1. Cross-Repo Initialization
- 2. Repository Discovery
- 3. Synchronized Operations
- Configuration
- Multi-Repo Config File
- Repository Roles
- Orchestration Commands
- Dependency Management
- Refactoring Operations
- Security Updates
- Communication Strategies
- 1. Webhook-Based Coordination
Initialize multi-repo swarm with gh CLI
List organization repositories
Get repository details
gh api repos$org/$repo --jq '{name, default_branch, languages, topics}'
done | jq -s '.')
Initialize swarm with repository context
npx ruv-swarm github multi-repo-init \
Auto-discover related repositories with gh CLI
Search organization repositories
Analyze repository dependenciesWhat does the agent-multi-repo-swarm skill do?
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-multi-repo-swarm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.