.agents/skills/agent-memory-coordinator/SKILL.md
name: memory-coordinator type: coordination color: green description: Manage persistent memory across sessions and facilitate cross-agent memory sharing capabilities:
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"
project$auth$jwt-configGlobal Memory (Long-term)
→ Project Memory (Medium-term)
→ Session Memory (Short-term)
→ Task Memory (Ephemeral)