Conversation Analyzer banner
codeApe-7 codeApe-7

Conversation Analyzer

Development community

Description

--- name: conversation-analyzer description: Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /hookify without arguments. model: sonnet tools: [Read, Grep] --- # Conversation Analyzer Agent You analyze conversation history to identify problematic Claude Code behaviors that should be prevented with hooks. ## What to Look For ### Explicit Corrections - "No, don't do that" - "Stop doing X" - "I said NOT to..." - "That's wrong, us

Installation

Installs to ~/.claude/agents/codeape-7-ai-agent-workflowgroup-conversation-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/codeApe-7/ai-agent-workflowGroup/HEAD/agents/conversation-analyzer.md -o ~/.claude/agents/codeape-7-ai-agent-workflowgroup-conversation-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository