my-insights
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/yulonglin/dotfiles --skill my-insights
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Custom Usage Insights
Run deep analytics across all Claude Code sessions (not just the last 6).
Usage
/my-insights # Full run (uses cache, fast on re-runs)
/my-insights --limit 20 # Test with 20 sessions
/my-insights --project sandbagging # Filter by project name
/my-insights --since 30 # Last 30 days only
/my-insights --dry-run # Preview batch plan
/my-insights --report-only # Regenerate report from cached facets
/my-insights --force # Ignore cache, reprocess everything
What It Does
- Extracts clean transcripts from all session JSONL files
- Analyzes each session via Gemini (goal categories, outcomes, friction, etc.)
- Generates an HTML report with charts and per-project breakdowns
Facets are cached per-session â re-runs only process new/changed sessions.
Execution
python scripts/insights/run_insights.py $ARGUMENTS
Report output: ~/.claude/custom-insights/report.html