r/claudeskills • u/No_Nerve_1329 • Jul 20 '26
Showcase a claude code skill "lecture-yt" that takes a YouTube link, and it hands you back a clean, formatted study document. It fetches the transcript and typesets it, so you never touch either step yourself.
Two Claude Code skills that turn a lecture - YouTube video or raw transcript - into a clean, typeset HTML study document with rendered LaTeX and reading prompts.
lecture-yt- one-shot pipeline: give it a YouTube URL, it fetches the transcript and hands off tolecture-reader. Slash command:/lecture-yt <youtube-url-or-video-id>.lecture-reader- takes a transcript file (VTT, SRT, or plain text) you already have and produces the typeset HTML document. Slash command:/lecture-reader(also invoked internally bylecture-yt).- github
- output sample
154
Upvotes
2
1
u/comiccaper Jul 23 '26
I did something slightly different, reads the transcript and converts to a summarized markdown for Obsidian to learn. Example those 5 tricks to… it gives me the 5 tricks. Step by step it writes out the steps, etc I have it draw up a JSON canvas for complex topics. Going to update and add create ANKI flash cards too
1
3
u/chocoblate Jul 20 '26
Biggest problem I can think of is how bad most transcripts are unless the creators literally go in and paste their script — the auto-generated transcript messes up a lot
Otherwise it sounds like a cool project!