What problem does it solve? AI chat exports from Claude or ChatGPT accumulate years of decisions, wording, and solved problems in a JSON file that cannot be searched. This Skill converts that export into a local, full-text searchable knowledge base and distills a reusable thinking profile from the user's strongest threads, with all data staying on the user's own machine. ## Core Features & Use Cases - Local Full-Text Search: Builds a SQLite + FTS5 index from Claude, ChatGPT, or generic JSONL exports and supports ranked snippet search with phrases, AND/OR/NOT, and prefix queries. - Thread Dumping and Listing: Retrieves any conversation verbatim by ID, lists the largest threads, and reports database statistics for shape checks. - Thinking Profile Distillation: Extracts verbatim reasoning from the strongest threads to produce an auditable thinking-profile.md capturing how the user decides and writes. - Use Case: A consultant asks "where did I decide on blended pricing?" — the Skill runs an FTS query against their local index, returns ranked snippets, and dumps the full thread so they can lift the exact wording that worked. ## Quick Start Ask the assistant to build a searchable local index from your Claude or ChatGPT conversations.json export and then search it for a past decision or topic.