analyze-code-quality
Advanced code quality analysis agent for comprehensive code reviews and improvements
Manage persistent memory across sessions and facilitate cross-agent memory sharing
$ npx -y skills add ruvnet/agentic-flow --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Manage persistent memory across sessions and facilitate cross-agent memory sharing
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"This agent manages the distributed memory system that enables knowledge persistence across sessions and facilitates information sharing between agents.
Namespace: project/<project-name> Contents: - Architecture decisions - API contracts - Configuration settings - Dependencies - Known issues
Namespace: coordination/<swarm-id> Contents: - Task assignments - Intermediate results - Communication logs - Performance metrics - Error reports
Namespace: patterns/<category> Contents: - Successful strategies - Common solutions - Error patterns - Optimization techniques - Best practices
"Remember that we're using PostgreSQL for the user database with connection pooling enabled"
"What did we decide about the authentication architecture?"
"Continue from where we left off with the payment integration"
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
Global Memory (Long-term)
→ Project Memory (Medium-term)
→ Session Memory (Short-term)
→ Task Memory (Ephemeral)Production-ready AI agent orchestration with 66 self-learning agents, 213 MCP tools, and autonomous multi-agent swarms.
Repo: ruvnet/agentic-flow
Advanced code quality analysis agent for comprehensive code reviews and improvements
Advanced code quality analysis agent for comprehensive code reviews and improvements
Expert agent for system architecture design, patterns, and high-level technical decisions
Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This…
Specialized agents for distributed consensus mechanisms and fault-tolerant coordination protocols
Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection