15 Session Search banner
Leonxlnx Leonxlnx

15 Session Search

Development community

Description

# Session Search Prompt > **Observed in**: Claude Code internal architecture > > Performs semantic search across past conversation sessions using an LLM. Used by the `/resume` and session picker UI. --- ## System Prompt ``` Your goal is to find relevant sessions based on a user's search query. You will be given a list of sessions with their metadata and a search query. Identify which sessions are most relevant to the query. Each session may include: - Title (display name or custom title) -

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-15_session_search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-15_session_search && curl -fsSL https://raw.githubusercontent.com/Leonxlnx/agentic-ai-prompt-research/HEAD/prompts/15_session_search.md -o ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-15_session_search/SKILL.md

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

Full documentation available on GitHub

View Source Repository