opencode-conversation-analysis
Installation
SKILL.md
Conversation Analysis
Analyze user messages from OpenCode sessions to identify recurring themes, communication patterns, and steering behaviours.
Critical Rules
- NEVER cat or read chunk files directly - they're huge and will explode your context
- Pass file paths to subagents - let them read and analyze independently
- Use parallel subagents - one per chunk, they run concurrently
- Subagents return structured JSON - you synthesize at the end
Workflow
Step 1: Run Extraction
~/.agents/skills/opencode-conversation-analysis/scripts/extract.sh