Lennys Podcast Transcripts
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:
**YAML Frontmatter** - Structured metadata including:
guest: Name of the guest(s)title: Full episode titleyoutube_url: Link to the YouTube videovideo_id: YouTube video IDpublish_date: Publication date (YYYY-MM-DD)description: Episode descriptionduration_seconds: Episode length in secondsduration: Human-readable durationview_count: Number of views at time of archivalchannel: Channel name
**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 |
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development