conversation-search
Installation
SKILL.md
Conversation History Search
Search through indexed past conversations with Claude to find relevant discussions.
How to Search
Run the search command with the user's query:
${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 processing