Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill insights-rohitg00-pro-workflow --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/insights-rohitg00-pro-workflow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 Edits: 23 files modified Corrections: 2 self-corrections applied Learnings: 3 new patterns captured Context: 62% used (safe) ``` ### Learning Analytics ``` Learning Insights (42 total) Top categories: Testing 12 learnings (29%) Navigation 8 learnings (19%) Git 7 learnings (17%) Quality 6 learnings (14%) Most applied: #12 [Testing] Run tests before commit — 15 times #8 [Navigation] Confirm path for common name

What's inside
Steps it walks through
  1. Trigger
  2. Data Sources
  3. What It Shows
  4. Session Summary
  5. Learning Analytics
  6. Correction Heatmap
  7. Productivity Metrics
  8. Guardrails
  9. Output
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
What does the insights skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill insights-rohitg00-pro-workflow --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going