find-session

Search local Claude Code session logs for session IDs, project directories, timestamps, and topic summaries.

2|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/LiozShor/claude-code-skills --skill find-session-liozshor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-session
Source: https://github.com/LiozShor/claude-code-skills/tree/main/find-session
Command: npx skills add https://github.com/LiozShor/claude-code-skills --skill find-session-liozshor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users find and resume past Claude Code sessions, making it easier to pick up where they left off.

Core Features & Use Cases

  • Session Search: Quickly search through local session logs for past conversations.
  • Resume Instructions: Provides users with instructions to resume their sessions.
  • Artifact Retrieval: When a user mentions a specific file associated with a session, the skill can provide the file path.
  • Use Case: If a user forgot where they discussed a particular topic or need to reference a past conversation, they can use this skill to find it.

Quick Start

Search for the session where we discussed 'DL-316' or 'the wf05 bug' by typing /find-session <topic>.

Frequently Asked Questions about find-session

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

FAQPage Schema
How do I search past Claude Code sessions by topic or keyword?

You can search past Claude Code sessions by providing topic hints or keywords. The skill queries local session logs and returns the session ID, project directory, last active timestamp, and a brief topic summary to help you locate the conversation.

Can I retrieve file artifact paths from previous Claude Code work sessions?

Yes, you can retrieve file artifact paths from previous Claude Code work sessions. When you mention a specific file associated with a past session, the skill searches local logs and provides the corresponding file path if applicable.

What is the best way to find and resume a Claude Code conversation across different projects?

To find and resume cross-project Claude Code conversations, use search hints to locate the target session. The skill handles cross-project conversation retrieval and provides instructions on how to resume the identified session.

How do I locate a specific Claude Code session log using a bug ticket reference?

You can locate a specific Claude Code session log by searching for bug ticket references like 'DL-316'. The skill scans local session logs for those hints and returns the matching session ID, project directory, and last active timestamp.

Does Claude Code session search work without external dependencies?

Yes, Claude Code session search works without external dependencies. The skill operates independently using internal scripts to search local session logs and retrieve conversation metadata based on your provided search hints.