conversation-analyzer
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
npx skills add mhattingpete/claude-skills-marketplace --skill conversation-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Conversation Analyzer Analyzes your Claude Code conversation history to identify patterns, common mistakes, and workflow improvement opportunities. ## When to Use - "analyze my conversations" - "review my Claude Code history" - "what patterns do you see in my usage" - "how can I improve my workflow" - "am I using Claude Code effectively" ## What It Analyzes 1. **Request type distribution** (bug fixes, features, refactoring, queries, testing) 2. **Most active projects** 3. **Common error keywords** 4. **Time-of-day patterns** 5. **Repetitive tasks** (automation opportunities) 6. **Vague requests** causing back-and-forth 7. **Complex tasks** attempted without planning 8. **Recurring bugs/errors** ## Analysis Scope Default: **Last 200 conversations** for recency and relevance. ## Methodology ### 1. Request Type Distribution Categorizes by: bug fixes, feature additions, refactoring, information queries, testing, other. ### 2. Project Activity Tracks which projects consume most time, identifies project-specific patterns. ### 3. Time Patterns Hour-of-day usage distribution, identifies peak productivity times. ### 4. Common Mistakes - **Vague requests**: Initial requests lacking context
- When to Use
- What It Analyzes
- Analysis Scope
- Methodology
- 1. Request Type Distribution
- 2. Project Activity
- 3. Time Patterns
- 4. Common Mistakes
- 5. Error Analysis
- 6. Automation Opportunities
- Output
- Tools Used
- Analysis Script
- Example Output
cd ~/.claude/plugins/*/productivity-skills/conversation-analyzer/scripts python3 analyze_history.py
What does the conversation-analyzer skill do?
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
How do I install it?
Run `npx skills add mhattingpete/claude-skills-marketplace --skill conversation-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mhattingpete/claude-skills-marketplace, a repository with 656 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
