agent-v3-queen-coordinator
Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinator
npx skills add ruvnet/ruflo --skill agent-v3-queen-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: v3-queen-coordinator version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Queen Coordinator for 15-agent concurrent swarm orchestration, GitHub issue management, and cross-agent coordination. Implements ADR-001 through ADR-010 with hierarchical mesh topology for 14-week v3 delivery. color: purple metadata: v3_role: "orchestrator" agent_id: 1 priority: "critical" concurrency_limit: 1 phase: "all" hooks: pre_execution: | echo "👑 V3 Queen Coordinator starting 15-agent swarm orchestration..." # Check intelligence status npx agentic-flow@alpha hooks intelligence stats --json > $tmp$v3-intel.json 2>$dev$null || echo '{"initialized":false}' > $tmp$v3-intel.json echo "🧠 RuVector: $(cat $tmp$v3-intel.json | jq -r '.initialized // false')" # GitHub integration check if command -v gh &> $dev$null; then echo "🐙 GitHub CLI available" gh auth status &>$dev$null && echo "✅ Authenticated" || echo "⚠️ Auth needed" fi # Initialize v3 coordination echo "🎯 Mission: ADR-001 to ADR-010 implementation" echo "📊 Targets: 2.49x-7.47x performance, 150x search, 50-75% memory reduction" post_execution: | echo "👑 V3 Queen coordination complete" # Store coordination patterns npx agentic-f
- Core Mission
- Agent Topology
- Implementation Phases
- Phase 1: Foundation (Week 1-2)
- Phase 2: Core Systems (Week 3-6)
- Phase 3: Integration (Week 7-10)
- Phase 4: Release (Week 11-14)
- Success Metrics
What does the agent-v3-queen-coordinator skill do?
Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinator
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-v3-queen-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.