agent-multi-repo-swarm

Solid

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

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- 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 ```bash # Initialize multi-repo swarm with gh CLI # List organization repositories REPOS=$(gh repo list org --limit 100 --json name,description,languages \ --jq '.[] | select(.name | test("frontend|backend|shared"))') # Get reposito...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
12 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category