/insights
Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.
One skill from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --skill insights --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/insights
Context preview
The summary Claude sees to decide when to auto-load this skill.
Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.
Stats
Stars2,638
Forks255
LanguageJavaScript
SKILL.md
insights.SKILL.md
--- name: insights description: Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard. user-invocable: true --- # Session Insights Surface patterns from learnings and session history. ## Trigger Use when asking "show stats", "how am I doing", "analytics", "insights", "heatmap", or "correction rate". ## Data Sources Gather data from these locations before computing metrics: ```bash # Session history and learnings cat .claude/LEARNED.md 2>/dev/null || cat CLAUDE.md | grep -A999 "LEARNED" cat .claude/learning-log.md 2>/dev/null # Session activity git log --oneline --since="today" --author="$(git config user.name)" git diff --stat ``` A **correction** is any instance where the user redirected, fixed, or overrode agent output during a session. Count `[LEARN]` entries and explicit correction markers in session history. ## What It Shows ### Session Summary ``` Session Insights Duration: 47 min
