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-toolsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.