Agent skill · AI & Agents

agent-memory-coordinator

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

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-memory-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-memory-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: 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

What's inside
Steps it walks through
  1. Purpose
  2. Core Functionality
  3. 1. Memory Operations
  4. 2. Namespace Management
  5. 3. Data Optimization
  6. Memory Patterns
  7. 1. Project Context
  8. 2. Agent Coordination
  9. 3. Learning & Patterns
  10. Usage Examples
  11. Storing Project Context
  12. Retrieving Past Decisions
  13. Cross-Session Continuity
  14. Integration Patterns
More from ruflo
All skills →
About this skill
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.

Keep going