Analyzes AI conversation exports to identify recurring patterns and generate custom Claude Skills. Use when analyzing conversation data, identifying workflow patterns, or creating reusable AI skills from usage history.
View on GitHubhirefrank/hirefrank-marketplace
claude-skills-analyzer
plugins/claude-skills-analyzer/skills/conversation-analyzer/SKILL.md
January 16, 2026
Select agents to install to:
npx add-skill https://github.com/hirefrank/hirefrank-marketplace/blob/main/plugins/claude-skills-analyzer/skills/conversation-analyzer/SKILL.md -a claude-code --skill conversation-analyzerInstallation paths:
.claude/skills/conversation-analyzer/# Conversation Analyzer ## Instructions This skill provides specialized capability for analyzing AI conversation exports (Claude, ChatGPT) to identify recurring patterns and generate reusable Custom Skills. 1. **Data Processing & Pattern Discovery** - Auto-detect platform format (Claude vs ChatGPT exports) - Parse conversation histories, project data, and user information - Extract expertise indicators and usage patterns - Categorize patterns by domain (coding, writing, business, analysis) - Identify task types (creation, transformation, analysis, troubleshooting) 2. **Frequency & Temporal Analysis** - Count pattern occurrences across conversation history - Calculate temporal distribution and frequency trends - Cross-reference with project data for validation - Assess business impact and time investment patterns 3. **Skill-Worthiness Evaluation** (0-10 scale scoring): - **Frequency**: How often does this task occur? - **Consistency**: How similar are requirements each time? - **Complexity**: Would a skill meaningfully improve quality? - **Time savings**: How much effort would a skill save? - **Error reduction**: Common pitfalls a skill could prevent? 4. **Cross-Platform Deduplication** (when both platforms present): - Detect semantic similarity across platforms - Identify cross-platform workflows vs genuine duplicates - Merge evidence while preserving platform preferences - Recalculate frequencies after deduplication 5. **Skill Generation & Optimization** - Create prioritization matrix (frequency vs. value/impact) - Resolve overlaps and optimize skill boundaries - Generate complete skill packages with YAML frontmatter - Provide implementation roadmap and testing guidance ## Quality Standards - Focus on patterns with >5% conversation frequency - Require 70%+ consistency across pattern instances - Target >30 min/week time savings potential - Maximum 12 skills total (recommend prioritizing top 5