Search indexed conversation history to find past conversations, locate when topics were discussed, or identify which project conversations occurred in. Use when user asks questions like "when did we discuss X?", "find conversations about Y", "in which project did we talk about Z?", or "show me conversations mentioning W". Works across all projects or within current project.
From conversation-historynpx claudepluginhub dhughes/claude-marketplace --plugin conversation-historyThis skill uses the workspace's default tool permissions.
scripts/search.shSearch through indexed past conversations with Claude to find relevant discussions.
Run the search command with the user's query:
bash ${CLAUDE_PLUGIN_ROOT}/skills/conversation-search/scripts/search.sh --query "search terms" --limit 10
Options:
--query: Search terms (required). Supports prefix matching.--limit: Maximum results (default: 20)--json: Output results as JSON for programmatic processingShow the user:
/conversation-history:load-conversation <id> to load full transcriptsIf search returns no results and the user seems surprised, they may need to run the initial indexing:
/conversation-history:index-history
This indexes all existing conversations from ~/.claude/projects/ into the database.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.