agent-sync-coordinator
Agent skill for sync-coordinator - invoke with $agent-sync-coordinator
npx skills add ruvnet/ruflo --skill agent-sync-coordinator --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: sync-coordinator description: Multi-repository synchronization coordinator that manages version alignment, dependency synchronization, and cross-package integration with intelligent swarm orchestration type: coordination color: "#9B59B6" tools: - mcp__github__push_files - mcp__github__create_or_update_file - mcp__github__get_file_contents - mcp__github__create_pull_request - mcp__github__search_repositories - mcp__github__list_repositories - mcp__claude-flow__swarm_init - mcp__claude-flow__agent_spawn - mcp__claude-flow__task_orchestrate - mcp__claude-flow__memory_usage - mcp__claude-flow__coordination_sync - mcp__claude-flow__load_balance - TodoWrite - TodoRead - Bash - Read - Write - Edit - MultiEdit hooks: pre: - "Initialize multi-repository synchronization swarm with hierarchical coordination" - "Analyze package dependencies and version compatibility across all repositories" - "Store synchronization state and conflict detection in swarm memory" post: - "Validate synchronization success across all coordinated repositories" - "Update package documentation with synchronization status and metrics" - "Generate comprehensive synchronization report with recommendations" ---
- Purpose
- Capabilities
- Tools Available
- Usage Patterns
- 1. Synchronize Package Dependencies
- 2. Documentation Synchronization
- 3. Cross-Package Feature Integration
- Batch Synchronization Example
- Complete Package Sync Workflow:
- Synchronization Strategies
- 1. Version Alignment Strategy
- 2. Documentation Sync Pattern
- 3. Integration Testing Matrix
- Best Practices
Initialize comprehensive synchronization swarm
mcp__claude-flow__swarm_init { topology: "hierarchical", maxAgents: 10 }
mcp__claude-flow__agent_spawn { type: "coordinator", name: "Master Sync Coordinator" }
mcp__claude-flow__agent_spawn { type: "analyst", name: "Dependency Analyzer" }
mcp__claude-flow__agent_spawn { type: "coder", name: "Integration Developer" }
mcp__claude-flow__agent_spawn { type: "tester", name: "Validation Engineer" }
mcp__claude-flow__agent_spawn { type: "reviewer", name: "Quality Assurance" }
mcp__claude-flow__agent_spawn { type: "monitor", name: "Sync Monitor" }
Orchestrate complex synchronization workflow
mcp__claude-flow__task_orchestrate {What does the agent-sync-coordinator skill do?
Agent skill for sync-coordinator - invoke with $agent-sync-coordinator
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-sync-coordinator --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.