claude-session-id

Installation
SKILL.md

Claude Session ID

Find the most recent Claude Code session(s) with their last message.

Commands

# Show the latest session (default)
python3 .claude/skills/claude-session-id/scripts/latest_session.py

# Show the N latest sessions
python3 .claude/skills/claude-session-id/scripts/latest_session.py -n 5

# Filter sessions by project path
python3 .claude/skills/claude-session-id/scripts/latest_session.py -p /Users/thada/gits/myproject

# Combine project filter with count
python3 .claude/skills/claude-session-id/scripts/latest_session.py -p /Users/thada/gits/myproject -n 3
Installs
3
Repository
thaitype/skills
GitHub Stars
13
First Seen
Jun 22, 2026
claude-session-id — thaitype/skills