agent-swarm-memory-manager
SolidAgent skill for swarm-memory-manager - invoke with $agent-swarm-memory-manager
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: 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 Optimization
- Implement multi-level caching (L1/L2/L3)
- Predictive prefetching based on access patterns
- LRU eviction for memory efficiency
- Write-through to persistent storage
### 3. Synchronization Protocol
```javascript
// SYNC memo...
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-memory-coordinator
Agent skill for memory-coordinator - invoke with $agent-memory-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-coordinator-swarm-init
Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init
56,717 Updated today
ruvnet AI & Automation Solid
agent-swarm
Agent skill for swarm - invoke with $agent-swarm
56,717 Updated today
ruvnet AI & Automation Solid
agent-v3-memory-specialist
Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist
56,717 Updated today
ruvnet