Lennys Podcast Transcripts banner
ChatPRD ChatPRD

Lennys Podcast Transcripts

Development community

Description

Transcripts from Lenny's Podcast

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Lenny's Podcast Transcripts Archive

A comprehensive archive of transcripts from [Lenny's Podcast](https://www.youtube.com/@LennysPodcast), organized for easy use with AI coding assistants and language models.

About Lenny's Podcast

Lenny's Podcast features interviews with world-class product leaders and growth experts, providing concrete, actionable, and tactical advice to help you build, launch, and grow your own product.

Quick Start

**Browse by topic:** Start with [index/README.md](index/README.md) to explore episodes by topic.

**Search transcripts:**

grep -r "product-market fit" episodes/

Repository Structure

├── episodes/                    # 269 episode transcripts
│   └── {guest-name}/
│       └── transcript.md
├── index/                       # AI-generated topic index
│   ├── README.md                # Main entry point
│   ├── product-management.md    # Episodes about product management
│   ├── leadership.md            # Episodes about leadership
│   └── ...                      # 50+ topic files
└── scripts/
    └── build-index.sh           # Script to regenerate index

Episode Format

Each episode has its own folder named after the guest(s), containing a `transcript.md` file with:

  1. **YAML Frontmatter** - Structured metadata including:

    • guest: Name of the guest(s)
    • title: Full episode title
    • youtube_url: Link to the YouTube video
    • video_id: YouTube video ID
    • publish_date: Publication date (YYYY-MM-DD)
    • description: Episode description
    • duration_seconds: Episode length in seconds
    • duration: Human-readable duration
    • view_count: Number of views at time of archival
    • channel: Channel name
  2. **Transcript Content** - Full text transcript of the episode

Topic Index

The `index/` folder contains AI-generated keyword tags for each episode, organized by topic:

Topic Description
Product Management