agent-memory-coordinator

Solid

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

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- 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 - A...

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