Stats
Actions
Tags
From Session & Memory
Analyzes Claude Code session history to generate structured reports on work patterns, productivity, and tool usage over a user-specified time period.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-tools:year-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze session history to generate insights about work patterns.
Analyze session history to generate insights about work patterns.
python ${WORKSPACE}/tools/search_chats.py — SQLite FTS5 index of all sessions~/.claude/projects/*/ — JSONL transcript files~/.claude/projects/*/memory/ — accumulated knowledgegit log in relevant reposGenerate a structured report with:
Use the period specified by the user (default: last 30 days).
npx claudepluginhub jhamidun/claude-code-config-pack --plugin session-toolsSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.