Agent skill · AI & Agents

agent-multi-repo-swarm

Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-multi-repo-swarm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: .agents/skills/agent-multi-repo-swarm/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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 `

What's inside
Steps it walks through
  1. Overview
  2. Core Features
  3. 1. Cross-Repo Initialization
  4. 2. Repository Discovery
  5. 3. Synchronized Operations
  6. Configuration
  7. Multi-Repo Config File
  8. Repository Roles
  9. Orchestration Commands
  10. Dependency Management
  11. Refactoring Operations
  12. Security Updates
  13. Communication Strategies
  14. 1. Webhook-Based Coordination
Commands it runs
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 dependencies
More from ruflo
All skills →
About this skill
What 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.

Keep going