
Memory Coordinator
FreeManage persistent memory across AI sessions.
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 source1. Install with the skills CLI
npx skills add ruvnet/ruflo/agent-memory-coordinator --agent claude-code2. 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 ruvnetname: 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
- Use Clear Keys:
project$auth$jwt-config - Set Appropriate TTL: Don't store temporary data forever
- Namespace Properly: Organize by project$feature$agent
- Document Stored Data: Include metadata about purpose
- 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
Agent Skill Stack
Assemble compatible AI Agent Skills for workflows.
AI Team Orchestration
Streamline multi-agent development workflows.
Advisor Orchestrator Worker
Efficiently manage complex tasks with multiple AI models.
Agent Orchestrator
Automate multi-agent workflows with zero manual intervention.
Agent Governance
Implement safety and trust controls for AI agents.
Microsoft Foundry
End-to-end management for Microsoft Foundry agents.
