From promptrail
Search across all AI prompts and responses using full-text search. Use when the user wants to find a previous conversation, check if they already asked something, or search for a specific topic across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/promptrail:searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Full-text search across all prompts and responses in this project.
Full-text search across all prompts and responses in this project.
promptrail search "query" --source claude
Optional filter:
--model <substring> — filter by model (e.g. --model sonnet)Pass --source claude to search only Claude Code sessions.
Examples:
promptrail search "shadow DB" — find all mentions of shadow DBpromptrail search "toEpochMs" — find code symbol referencespromptrail search "auth.ts" — find prompts that edited files matching the querypromptrail search "auth" --model sonnet — search with model filterResults show:
#N) — use with promptrail diff <N> or promptrail rollback <N>Search covers prompt text, AI responses, and file names. Results are sorted by most recent.
If no results are found, the query may be too specific. Try shorter or broader terms.
npx claudepluginhub thisalihassan/promptrail --plugin promptrailSearches and recalls previous Claude Code conversation sessions by querying a local SQLite FTS5 index or JSONL log files.
Searches Claude Code conversation history by topic or date filters, returning session IDs and project paths for resumption via 'claude --resume'. For queries like 'find conversation about X' or 'what did we do yesterday'.
Searches prior Claude-Code/Codex-CLI sessions for code patterns, decisions, or work via aichat CLI, jq parsing, and session file reads (max 3). For non-subagent CLI agents.