This skill should be used when the user asks to "归档聊天记录", "archive my chats", "分析我与CC的交互", "analyze my Claude Code usage", "反思我的CC使用习惯", "生成CC洞察报告", "深度分析CC使用模式", "更新聊天归档", or mentions keywords like "交互日志", "使用模式分析", "CC insights", "deep analysis".
This skill should be used when the user asks to "归档聊天记录", "archive my chats", "分析我与CC的交互", "analyze my Claude Code usage", "反思我的CC使用习惯", "生成CC洞察报告", "深度分析CC使用模式", "更新聊天归档", or mentions keywords like "交互日志", "使用模式分析", "CC insights", "deep analysis".
Provides automated archiving and deep analysis of Claude Code interaction history.
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Read references/timefilterguide.md to get [TIMEFILTER] and [TIMESUMMARY_PREFIX] values
For each selected dimension in Phase 2:
- Read the corresponding reference file - Replace [TIMEFILTER] in all agent prompts with the time filter value - Replace [ARCHIVEROOT] with the actual archive path - Launch all agents in parallel using Task tool with subagenttype=Explore - CRITICAL: Prefix each agent prompt with: `` IMPORTANT: Only use Read, Glob, and Grep tools. Do NOT use any browser, web, or network tools. You have permission to read all files under [ARCHIVEROOT]. ``
Synthesize results into a single report
Apply output naming based on time range (see timefilterguide.md)
Example: User selects "本周分析 (7d)" + "多维度深度分析"
[TIME_FILTER] = from the last 7 days only
[TIMESUMMARYPREFIX] = 基于近7天数据分析
Read references/deepanalysisagents.md
For each of the 7 agent prompts, replace [TIME_FILTER] with the filter value
Launch 7 agents (all filtered to last 7 days)
Output file: CCWeeklyMultiDim_YYYYMMDD.md
Scripts Reference
Scripts are in scripts/ subdirectory relative to this SKILL.md.