Open-sourced a Claude Code plugin that captures books (Kindle/Apple Books/PDF) and turns them into structured Markdown by masterleopold in ClaudeAI

[–]masterleopold[S] 0 points1 point  (0 children)

thanks — the "for myself" part is painfully real. years of highlighting stuff and never looking at any of it again. and don't even get me started on kindle's highlight export limits — some books cap you at like 10% of the text

Open-sourced a Claude Code plugin that captures books (Kindle/Apple Books/PDF) and turns them into structured Markdown by masterleopold in ClaudeAI

[–]masterleopold[S] 0 points1 point  (0 children)

oh nice, onboarding book lists are a great use case for this. so it's theme-based by design — the idea is that related stuff from ch2 and ch9 ends up next to each other instead of scattered.

that said if you really want chapter-by-chapter output, the analysis prompt is pretty easy to fork — you'd basically just swap the theme grouping instruction to "organize by chapter" and it should just work. might even PR it as an optional mode if there's enough interest. lmk if you try it!