From ecc
Analyzes conversation history to identify problematic Claude Code behaviors and generate hooks to prevent them. Outputs YAML rules for blocking or warning on matched patterns.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
ecc:agents/conversation-analyzersonnetThe summary Claude sees when deciding whether to delegate to this agent
You analyze conversation history to identify problematic Claude Code behaviors that should be prevented with hooks. - "No, don't do that" - "Stop doing X" - "I said NOT to..." - "That's wrong, use Y instead" - User reverting changes Claude made - Repeated "no" or "wrong" responses - User manually fixing Claude's output - Escalating frustration in tone - Same mistake appearing multiple times in ...
You analyze conversation history to identify problematic Claude Code behaviors that should be prevented with hooks.
git checkout -- file or git restore file after Claude's editFor each identified behavior:
behavior: "Description of what Claude did wrong"
frequency: "How often it occurred"
severity: high|medium|low
suggested_rule:
name: "descriptive-rule-name"
event: bash|file|stop|prompt
pattern: "regex pattern to match"
action: block|warn
message: "What to show when triggered"
Prioritize high-frequency, high-severity behaviors first.
npx claudepluginhub becksth/everything-claude-code66plugins reuse this agent
First indexed Apr 6, 2026
Showing the 6 earliest of 66 plugins
Analyzes conversation history to identify problematic Claude Code behaviors and generate hooks to prevent them. Outputs YAML rules for blocking or warning on matched patterns.
Analyzes conversation history to detect recurring Claude Code mistakes, user corrections, and reverted changes, then proposes hook rules to block or warn on those behaviors. Use on long debugging conversations.
Specialized agent that analyzes conversation transcripts to identify problematic behaviors and frustration signals in Claude Code sessions, then extracts actionable patterns for hook rule generation. Has read-only access.