Find Claude Session banner
jnarowski jnarowski

Find Claude Session

Development community

Description

--- description: Find Claude sessions by searching content and return resume command argument-hint: [search-description, project-path (optional)] --- # Find Claude Session Search through Claude Code session files to find specific sessions based on their content (messages, tool uses, file paths). Returns the command to resume the found session. ## Variables - $search-description: $1 (required) - Description of what you're looking for (e.g., "sessions working on authentication", "sessions that

Installation

Installs to ~/.claude/commands/jnarowski-agentcmd-find-claude-session.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jnarowski/agentcmd/HEAD/.claude/commands/find-claude-session.md -o ~/.claude/commands/jnarowski-agentcmd-find-claude-session.md

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

Full documentation available on GitHub

View Source Repository