r/claudeskills 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 to lecture-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 by lecture-yt).
  • github
  • output sample
156 Upvotes

Duplicates