From pattern-detector
Analyze conversation history to detect repetitive task patterns and suggest automation opportunities
How this skill is triggered — by the user, by Claude, or both
Slash command
/pattern-detector:pattern-detector-analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze your recent Claude Code conversation history to identify repetitive tasks that could be automated with skills or hooks.
Analyze your recent Claude Code conversation history to identify repetitive tasks that could be automated with skills or hooks.
Run the pattern detection script to analyze your conversation history:
python ${CLAUDE_SKILL_DIR}/../../scripts/pattern_detector.py analyze
The script will:
~/.claude/history.jsonlThe analysis will show:
For each pattern, you'll see:
After reviewing the analysis:
/pattern-detector-suggest to see detailed suggestions for creating skills/hooks/pattern-detector-configure to adjust detection sensitivity and exclusionsnpx claudepluginhub kogatakanori/skills --plugin pattern-detectorScans opencode prompt history to detect recurring multi-step workflows and unmet needs, then proposes new skills or command templates to save time.
Analyzes Claude Code conversation history to identify usage patterns, common mistakes, and automation opportunities for workflow improvement.
Detects repeated workflow patterns from AI session transcripts and suggests reusable skills to automate them. Use when optimizing workflows.