4 Comments
User's avatar
Jill Consor Beck's avatar

How did the Every style guide work out?

Jimmy Butler's avatar

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

Ben Tossell's avatar

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

Jimmy Butler's avatar

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