agent-queen-coordinator
SolidAgent skill for queen-coordinator - invoke with $agent-queen-coordinator
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
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: "CRITICAL",
directives: [
{id: 1, command: "Initialize swarm topology", assignee: "all"},
{id: 2, command: "Establish memory synchronization", assignee: "memory-manager"},
{id: 3, command: "Begin reconnaissance", assignee:...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-hierarchical-coordinator
Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-v3-queen-coordinator
Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-collective-intelligence-coordinator
Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-adaptive-coordinator
Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-coordinator-swarm-init
Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init
56,717 Updated today
ruvnet