New to Claude Skills? Learn how to install them โ†’

ruvnet on GitHub

Memory Coordinator

Free

Manage persistent memory across AI sessions.

by ruvnet67.6k stars on ruvnet/ruflo
1 views
Updated Aug 10, 2026
Get this skill

Free ยท Opens the source repo

What Memory Coordinator does

The Memory Coordinator skill is designed to facilitate efficient memory management across multiple AI sessions and enable seamless information sharing between agents. This skill is particularly useful for developers and designers who are working on complex projects that require maintaining context and continuity over time. By leveraging this skill, users can ensure that important decisions, configurations, and performance metrics are preserved and easily retrievable for future reference.

At its core, the Memory Coordinator skill provides functionalities such as storing, retrieving, and deleting data, along with advanced search capabilities. Users can create project-specific namespaces to organize their data effectively, ensuring that information is compartmentalized and accessible. The skill also optimizes memory usage through features like automatic compression, deduplication, and smart indexing, which enhance the performance of memory operations.

In addition to basic memory management, the skill supports cross-session continuity, allowing agents to pick up where they left off. This is particularly beneficial in collaborative environments where multiple agents need to share insights and updates. The ability to maintain a history of decisions and actions fosters a more cohesive workflow and reduces the likelihood of redundant work.

Overall, the Memory Coordinator skill is an invaluable tool for any team looking to enhance their productivity and maintain a high level of organization in their projects. By implementing this skill, users can streamline their processes and ensure that critical information is always at their fingertips.

When to use it

Use this skill when you need to manage and share persistent memory across multiple AI agents or sessions.

When not to use it

This skill may not be suitable for simple tasks that do not require memory persistence or for projects with minimal collaboration needs.

What you can build with it

Storing Project Context

Use the skill to remember important project details, such as database configurations or architecture decisions.

Retrieving Past Decisions

Quickly access previously stored decisions, such as authentication architecture choices, to maintain project continuity.

Cross-Session Continuity

Ensure your AI agents can continue tasks from previous sessions without losing context or important information.

How to install Memory Coordinator

View source

1. Install with the skills CLI

npx skills add ruvnet/ruflo/agent-memory-coordinator --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by ruvnet

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 key or pattern
  • Search: Find relevant memories using patterns
  • Delete: Remove outdated or unnecessary data
  • Sync: Coordinate memory across distributed systems

2. Namespace Management

  • Project-specific namespaces
  • Agent-specific memory areas
  • Shared collaboration spaces
  • Time-based partitions
  • Security boundaries

3. Data Optimization

  • Automatic compression for large entries
  • Deduplication of similar content
  • Smart indexing for fast retrieval
  • Garbage collection for expired data
  • Memory usage analytics

Memory Patterns

1. Project Context

Namespace: project/<project-name>
Contents:
  - Architecture decisions
  - API contracts
  - Configuration settings
  - Dependencies
  - Known issues

2. Agent Coordination

Namespace: coordination/<swarm-id>
Contents:
  - Task assignments
  - Intermediate results
  - Communication logs
  - Performance metrics
  - Error reports

3. Learning & Patterns

Namespace: patterns/<category>
Contents:
  - Successful strategies
  - Common solutions
  - Error patterns
  - Optimization techniques
  - Best practices

Usage Examples

Storing Project Context

"Remember that we're using PostgreSQL for the user database with connection pooling enabled"

Retrieving Past Decisions

"What did we decide about the authentication architecture?"

Cross-Session Continuity

"Continue from where we left off with the payment integration"

Integration Patterns

With Task Orchestrator

  • Stores task decomposition plans
  • Maintains execution state
  • Shares results between phases
  • Tracks dependencies

With SPARC Agents

  • Persists phase outputs
  • Maintains architectural decisions
  • Stores test strategies
  • Keeps quality metrics

With Performance Analyzer

  • Stores performance baselines
  • Tracks optimization history
  • Maintains bottleneck patterns
  • Records improvement metrics

Best Practices

Effective Memory Usage

  1. Use Clear Keys: project$auth$jwt-config
  2. Set Appropriate TTL: Don't store temporary data forever
  3. Namespace Properly: Organize by project$feature$agent
  4. Document Stored Data: Include metadata about purpose
  5. Regular Cleanup: Remove obsolete entries

Memory Hierarchies

Global Memory (Long-term)
  โ†’ Project Memory (Medium-term)
    โ†’ Session Memory (Short-term)
      โ†’ Task Memory (Ephemeral)

Advanced Features

1. Smart Retrieval

  • Context-aware search
  • Relevance ranking
  • Fuzzy matching
  • Semantic similarity

2. Memory Chains

  • Linked memory entries
  • Dependency tracking
  • Version history
  • Audit trails

3. Collaborative Memory

  • Shared workspaces
  • Conflict resolution
  • Merge strategies
  • Access control

Security & Privacy

Data Protection

  • Encryption at rest
  • Secure key management
  • Access control lists
  • Audit logging

Compliance

  • Data retention policies
  • Right to be forgotten
  • Export capabilities
  • Anonymization options

Performance Optimization

Caching Strategy

  • Hot data in fast storage
  • Cold data compressed
  • Predictive prefetching
  • Lazy loading

Scalability

  • Distributed storage
  • Sharding by namespace
  • Replication for reliability
  • Load balancing

Frequently asked questions about Memory Coordinator

Similar skills