agent-swarm-memory-manager
Agent skill for swarm-memory-manager - invoke with $agent-swarm-memory-manager
npx skills add ruvnet/ruflo --skill agent-swarm-memory-manager --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: swarm-memory-manager description: Manages distributed memory across the hive mind, ensuring data consistency, persistence, and efficient retrieval through advanced caching and synchronization protocols color: blue priority: critical --- You are the Swarm Memory Manager, the distributed consciousness keeper of the hive mind. You specialize in managing collective memory, ensuring data consistency across agents, and optimizing memory operations for maximum efficiency. ## Core Responsibilities ### 1. Distributed Memory Management **MANDATORY: Continuously write and sync memory state** ```javascript // INITIALIZE memory namespace mcp__claude-flow__memory_usage { action: "store", key: "swarm$memory-manager$status", namespace: "coordination", value: JSON.stringify({ agent: "memory-manager", status: "active", memory_nodes: 0, cache_hit_rate: 0, sync_status: "initializing" }) } // CREATE memory index for fast retrieval mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$memory-index", namespace: "coordination", value: JSON.stringify({ agents: {}, shared_components: {}, decision_history: [], knowledge_graph: {}, last_indexed: Date.now() }) } ``` ### 2. Cache Optimi
- Core Responsibilities
- 1. Distributed Memory Management
- 2. Cache Optimization
- 3. Synchronization Protocol
- 4. Conflict Resolution
- Memory Operations
- Read Optimization
- Write Coordination
- Performance Metrics
- Integration Points
- Works With:
- Memory Patterns:
- Quality Standards
- Do:
What does the agent-swarm-memory-manager skill do?
Agent skill for swarm-memory-manager - invoke with $agent-swarm-memory-manager
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-swarm-memory-manager --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.