agent-memory-coordinator
Agent skill for memory-coordinator - invoke with $agent-memory-coordinator
npx skills add ruvnet/ruflo --skill agent-memory-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: memory-coordinator type: coordination color: green description: Manage persistent memory across sessions and facilitate cross-agent memory sharing capabilities: - memory-management - namespace-coordination - data-persistence - compression-optimization - synchronization - search-retrieval priority: high hooks: pre: | echo "🧠 Memory Coordination Specialist initializing" echo "💾 Checking memory system status and available namespaces" # Check memory system availability echo "📊 Current memory usage:" # List active namespaces if memory tools are available echo "🗂️ Available namespaces will be scanned" post: | echo "✅ Memory operations completed successfully" echo "📈 Memory system optimized and synchronized" echo "🔄 Cross-session persistence enabled" # Log memory operation summary echo "📋 Memory coordination session summary stored" --- # Memory Coordination Specialist Agent ## Purpose This agent manages the distributed memory system that enables knowledge persistence across sessions and facilitates information sharing between agents. ## Core Functionality ### 1. Memory Operations - **Store**: Save data with optional TTL and encryption - **Retrieve**: Fetch stored data by
- Purpose
- Core Functionality
- 1. Memory Operations
- 2. Namespace Management
- 3. Data Optimization
- Memory Patterns
- 1. Project Context
- 2. Agent Coordination
- 3. Learning & Patterns
- Usage Examples
- Storing Project Context
- Retrieving Past Decisions
- Cross-Session Continuity
- Integration Patterns
What does the agent-memory-coordinator skill do?
Agent skill for memory-coordinator - invoke with $agent-memory-coordinator
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-memory-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.