Agent skill · Security

V3 Swarm Coordination

15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: .agents/skills/v3-swarm-coordination/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

# V3 Swarm Coordination ## What This Skill Does Orchestrates the complete 15-agent hierarchical mesh swarm for claude-flow v3 implementation, coordinating parallel execution across domains while maintaining dependencies and timeline adherence. ## Quick Start ```bash # Initialize 15-agent v3 swarm Task("Swarm initialization", "Initialize hierarchical mesh for v3 implementation", "v3-queen-coordinator") # Security domain (Phase 1 - Critical priority) Task("Security architecture", "Design v3 threat model and security boundaries", "v3-security-architect") Task("CVE remediation", "Fix CVE-1, CVE-2, CVE-3 vulnerabilities", "security-auditor") Task("Security testing", "Implement TDD security framework", "test-architect") # Core domain (Phase 2 - Parallel execution) Task("Memory unification", "Implement AgentDB 150x improvement", "v3-memory-specialist") Task("Integration architecture", "Deep agentic-flow@alpha integration", "v3-integration-architect") Task("Performance validation", "Validate 2.49x-7.47x targets", "v3-performance-engineer") ``` ## 15-Agent Swarm Architecture ### Hierarchical Mesh Topology ``` 👑 QUEEN COORDINATOR (Agent #1) │ ┌────────────────────┼────────────────────┐ │ │

What's inside
Steps it walks through
  1. What This Skill Does
  2. Quick Start
  3. 15-Agent Swarm Architecture
  4. Hierarchical Mesh Topology
  5. Agent Roster
  6. Implementation Phases
  7. Phase 1: Foundation (Week 1-2)
  8. Phase 2: Core Systems (Week 3-6)
  9. Phase 3: Integration (Week 7-10)
  10. Phase 4: Release (Week 11-14)
  11. Coordination Patterns
  12. Dependency Management
  13. GitHub Integration
  14. Communication Bus
Commands it runs
Initialize 15-agent v3 swarm
Security domain (Phase 1 - Critical priority)
Core domain (Phase 2 - Parallel execution)
Queen Coordinator initializes full swarm
Phase 1: Security-first foundation
npm run v3:phase1:security
Phase 2: Core systems parallel
npm run v3:phase2:core-systems
Phase 3: Integration and optimization
npm run v3:phase3:integration
More from ruflo
All skills →
About this skill
What does the V3 Swarm Coordination skill do?

15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.

How do I install it?

Run `npx skills add ruvnet/ruflo --skill v3-swarm-coordination --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