Searches Claude Code session history across all projects using keywords, date filters, and deep transcript analysis.
Session Search empowers developers to treat their past Claude Code interactions as a searchable knowledge base. By indexing session metadata, initial prompts, and full conversation transcripts, this skill allows you to quickly retrieve specific code snippets, architectural decisions, or debugging steps from previous work. Whether you are looking for a refactor performed 'last week' or a bug fix in a specific project, the skill provides a robust command-line interface to surface exactly what you need without manually digging through logs.
主要功能
01Natural language date filtering (e.g., 'yesterday', '3 days ago').
020 GitHub stars
03Deep search mode for scanning full conversation transcripts and code blocks.
04Configurable result limits to maintain a clean and readable output.
05Project-specific scoping to narrow down results to relevant environments.
06Cross-project keyword searching for comprehensive history retrieval.
使用场景
01Recalling the context of a debugging session from several days ago.
02Auditing recent AI-assisted changes across multiple local repositories.
03Finding a specific code pattern or solution used in a previous project.