02siteIQ

Session History — Development skill for Claude Code

Development community

Show session history with duration totals, optionally filtered by date range or project.

How to install Session History

Installs to ~/.claude/skills/02siteiq-claude-session-tracker-session-history/SKILL.md

Terminal
mkdir -p ~/.claude/skills/02siteiq-claude-session-tracker-session-history && curl -fsSL https://raw.githubusercontent.com/02siteIQ/claude-session-tracker/HEAD/commands/session-history.md -o ~/.claude/skills/02siteiq-claude-session-tracker-session-history/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Session History does


description: Show session history with duration totals, optionally filtered by date range or project disable-model-invocation: true

Session History

Read the session history log at `${SESSION_TRACKER_HOME:-$HOME/.session-tracker}/history.jsonl` and display a summary of past sessions.

Arguments

Optional arguments parsed from `$ARGUMENTS`:

  • Date filter (first positional):
    • today — sessions whose start_ts falls on today's local date
    • yesterday — sessions from yesterday

Alternatives in Development

  • Claude Usage — A local dashboard for tracking your Claude Code token usage, costs, and session history 864 ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★
  • Alethe Agents — A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with r 511 ★

Full documentation available on GitHub

View Source Repository