session-tracker

Read SESSION_SUMMARIES.md files to track and resume Claude Code sessions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Buckeyes22/weather-app --skill session-tracker-buckeyes22
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-tracker
Source: https://github.com/Buckeyes22/weather-app/tree/main/docs/corpora/claude-sessions/session-tracker
Command: npx skills add https://github.com/Buckeyes22/weather-app --skill session-tracker-buckeyes22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when the user asks about past sessions, session history, what was worked on previously, previous conversations, or wants context from prior Claude Code sessions in this project. Also use when the user wants to resume a past session or review what happened in earlier chats.

Core Features & Use Cases

  • Reads the project root's SESSION_SUMMARIES.md to surface past sessions, using HTML comments to delineate entries.
  • Presents relevant sessions with title, date, branch, status, topics, and session ID, plus a ready-to-use resume command.
  • Updates and stores per-project summaries to keep a living record of work and progress.
  • Supports resuming a session with claude --resume <session-id> to continue where you left off.

Quick Start

Read the project's SESSION_SUMMARIES.md to locate relevant sessions and resume one with claude --resume <session-id>.

Frequently Asked Questions about session-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track Claude Code session history and find previous project conversations?▼

To track Claude Code session history, you can use a tracker that reads per-project SESSION_SUMMARIES.md files to surface past sessions. It presents relevant sessions with title, date, branch, status, topics, and session ID.

Can I resume a past Claude Code session in my current project?▼

Yes, you can resume a past Claude Code session by locating the desired session ID in your project summaries and executing the command claude --resume <session-id> to continue where you left off.

What is the best way to auto-summarize Claude Code transcripts for project context?▼

The best way to auto-summarize Claude Code transcripts is by using a session tracker that auto-writes session metadata, including titles, statuses, and summaries, into a living record file for project context.

How do I filter Claude Code session summaries by branch or topic?▼

You can filter Claude Code session summaries by titles, dates, branches, and topics. The tracker reads the delineated HTML comments in your SESSION_SUMMARIES.md file to retrieve the matching session context.

Does session tracking work without external dependencies in Claude Code?▼

Yes, session tracking works without external dependencies. It relies on reading and writing per-project SESSION_SUMMARIES.md files to maintain a persistent record of your Claude Code work and progress.