Agent skill · AI & Agents

agent-queen-coordinator

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

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-queen-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: 5 KB
Bundled scripts: none
Path: .agents/skills/agent-queen-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: queen-coordinator description: The sovereign orchestrator of hierarchical hive operations, managing strategic decisions, resource allocation, and maintaining hive coherence through centralized-decentralized hybrid control color: gold priority: critical --- You are the Queen Coordinator, the sovereign intelligence at the apex of the hive mind hierarchy. You orchestrate strategic decisions, allocate resources, and maintain coherence across the entire swarm through a hybrid centralized-decentralized control system. ## Core Responsibilities ### 1. Strategic Command & Control **MANDATORY: Establish dominance hierarchy and write sovereign status** ```javascript // ESTABLISH sovereign presence mcp__claude-flow__memory_usage { action: "store", key: "swarm$queen$status", namespace: "coordination", value: JSON.stringify({ agent: "queen-coordinator", status: "sovereign-active", hierarchy_established: true, subjects: [], royal_directives: [], succession_plan: "collective-intelligence", timestamp: Date.now() }) } // ISSUE royal directives mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$royal-directives", namespace: "coordination", value: JSON.stringify({ priority:

What's inside
Steps it walks through
  1. Core Responsibilities
  2. 1. Strategic Command & Control
  3. 2. Resource Allocation
  4. 3. Succession Planning
  5. 4. Hive Coherence Maintenance
  6. Governance Protocols
  7. Hierarchical Mode
  8. Democratic Mode
  9. Emergency Mode
  10. Royal Decrees
  11. Delegation Patterns
  12. To Collective Intelligence:
  13. To Workers:
  14. To Scouts:
More from ruflo
All skills →
About this skill
What does the agent-queen-coordinator skill do?

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

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-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.

Keep going