Index all historical conversations from ~/.claude/projects into the conversation history database. Run this after first installing the plugin to populate the database with past conversations.
From conversation-historynpx claudepluginhub dhughes/claude-marketplace --plugin conversation-historyRun this command after installing the plugin to index your existing conversation history.
This command scans all existing conversation files in ~/.claude/projects/ and indexes them into the conversation history database at ~/.claude/conversation-history.db.
The conversation-history plugin automatically indexes new conversations as they happen. However, it can't know about conversations that occurred before the plugin was installed. Running this command "primes the pump" by indexing all your existing conversations.
Run the indexing script:
bash ${CLAUDE_PLUGIN_ROOT}/skills/getting-started/scripts/index-history.sh
~/.claude/projects/.jsonl conversation filesYou'll see progress as conversations are indexed:
Indexed: abc12345 (47 messages, project: .../my-project)
Indexed: def67890 (23 messages, project: .../another-project)
Indexing complete:
New/updated conversations: 42
Already indexed (skipped): 15
Total messages indexed: 1847
Database: ~/.claude/conversation-history.db