Hi Ben, how are you grabbing the twitter bookmarks? How are you using them as well?
I have similar thing using Claude chrome extension that scrapes my "Coding" twitter bookmarks folder and summarizes into categories. I added an /enrich command that pulls thread replies, QT's, etc. and a /bookmarks skill is used as an "ask this knowledge base"
Trying to find a way to make this "knowledge" accessible to other code bases. Right now I have it synced with a Claude Project through GH so I can ask questions on the go
I will try it soon on BillionVerify(https://billionverify.com/)
Hi Ben, how are you grabbing the twitter bookmarks? How are you using them as well?
I have similar thing using Claude chrome extension that scrapes my "Coding" twitter bookmarks folder and summarizes into categories. I added an /enrich command that pulls thread replies, QT's, etc. and a /bookmarks skill is used as an "ask this knowledge base"
Trying to find a way to make this "knowledge" accessible to other code bases. Right now I have it synced with a Claude Project through GH so I can ask questions on the go
i use https://github.com/jawond/bird to get all my bookmarks but also https://keep.md does a great job of this plus the thread/extracting the urls etc too.
then i'd put in a database so you can query it
Very cool, I will check those out. thanks man!
Yeah time I get an actual database as this is growing from a little test project