Agent skill · Workflow & Productivity

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.

mhattingpetegithub.com/mhattingpeteGitHub ↗
claude-codeships scriptsApache-2.0
Install
npx skills add mhattingpete/claude-skills-marketplace --skill conversation-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: yes
Path: productivity-skills-plugin/skills/conversation-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 656
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. What It Analyzes
  3. Analysis Scope
  4. Methodology
  5. 1. Request Type Distribution
  6. 2. Project Activity
  7. 3. Time Patterns
  8. 4. Common Mistakes
  9. 5. Error Analysis
  10. 6. Automation Opportunities
  11. Output
  12. Tools Used
  13. Analysis Script
  14. Example Output
Ships with 1 file
  • scripts/analyze_history.py
Commands it runs
cd ~/.claude/plugins/*/productivity-skills/conversation-analyzer/scripts
python3 analyze_history.py
More from claude-skills-marketplace
All skills →
About this skill
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.

Keep going