Never forget a conversation again. Auto-generates CONVERSATION_LOG.md and ACTIVITY_DIGEST.md from all agent session transcripts.
Use when: you want persistent conversation memory across agent sessions, or when agents keep forgetting past decisions and promises.
Solves the #1 problem with AI agents: they forget everything between sessions.
This skill includes two Python scripts that run via cron:
CONVERSATION_LOG.md in each agent's workspace. Full messages with timestamps.ACTIVITY_DIGEST.md. Ultra-lightweight (~10-20KB per agent)./30 * python3 /path/to/sync_conversation_logs.py && python3 /path/to/sync_activity_digest.py```
At EVERY session start, read CONVERSATION_LOG.md and ACTIVITY_DIGEST.md before doing anything else.
```
memory, persistence, conversation, logging, multi-agent, session, context, recall
共 1 个版本