Agent skill · AI & Agents

agent-sync-coordinator

Agent skill for sync-coordinator - invoke with $agent-sync-coordinator

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: .agents/skills/agent-sync-coordinator/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: 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" ---

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. Tools Available
  4. Usage Patterns
  5. 1. Synchronize Package Dependencies
  6. 2. Documentation Synchronization
  7. 3. Cross-Package Feature Integration
  8. Batch Synchronization Example
  9. Complete Package Sync Workflow:
  10. Synchronization Strategies
  11. 1. Version Alignment Strategy
  12. 2. Documentation Sync Pattern
  13. 3. Integration Testing Matrix
  14. Best Practices
Commands it runs
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 {
More from ruflo
All skills →
About this skill
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.

Keep going