distill
Installation
SKILL.md
Distill Conversations
Process today's conversations to extract actionable knowledge. This is the core of memory consolidation.
Important: This runs as a coordinator. Spawn sub-agents for each conversation file to avoid loading full transcripts into your context.
Process
1. Find Today's Conversations
List conversation files modified today:
find ~/.claude/projects -name "*.jsonl" -mtime -1 -type f 2>/dev/null
2. Process Each Conversation
For each conversation file, spawn a sub-agent with the Task tool: