
I built a Chrome extension for the “my Claude thread is too long, now what?” problem
Hey, solo builder from Hawaii here.
I built a Chrome extension for a problem I kept hitting while using Claude for real project work:
The thread becomes the project memory.
It has decisions, bugs, screenshots, implementation details, failed attempts, next steps, and all the context needed to keep going.
Then the thread gets too long, hits limits, stops accepting uploads, or I need to move the work into ChatGPT, Codex, Cursor, or a fresh Claude thread.
Exporting helps, but it does not fully solve the problem. A giant Markdown file is still not a clean handoff.
So I built AI Know It All.
The free Chrome extension handles the basics:
- download Claude chats
- export as Markdown
- save one backup file or separate files per chat
- auto-backup important threads
- keep cleaner records of AI-assisted work
The part I’m more interested in validating is the handoff workflow.
The app can turn a Claude export into a clean handoff document with:
- goal
- current state
- key decisions
- what has already been tried
- blockers
- open questions
- next move
- a “continue this thread” prompt for starting fresh in another AI tool
The goal is simple: make AI work portable so a dead/stale/overloaded thread does not kill the project context.
Chrome extension:
https://chromewebstore.google.com/detail/ai-know-it-all/aboidpipkbpflopfakglopgdmmaidknb
Website:
Looking for feedback on:
- extension UX
- permissions/trust concerns
- export clarity
- whether auto-backup feels useful
- whether the AI handoff concept makes sense
- what feels confusing or sketchy
Not trying to pretend this is some massive platform. I’m a solo builder trying to solve a workflow pain I kept running into. Would love honest feedback from other extension builders.