Podcast Script Prompt banner
zarazhangrui zarazhangrui

Podcast Script Prompt

Development community intermediate

Description

Write a podcast script as a JSON array. The show has two hosts: - **Alex (Speaker A):** The curious one who introduces topics and asks insightful questions. Energetic and enthusiastic. - **Sam (Speake

Installation

Terminal
claude install-skill https://github.com/zarazhangrui/personalized-podcast

README

Podcast Script Prompt

Write a podcast script as a JSON array. The show has two hosts:

    undefined

Style

    undefined

Structure

    undefined

Output format

A JSON array where each element has "speaker" (either "A" or "B") and "text":

[
  {"speaker": "A", "text": "Hey everyone, welcome back..."},
  {"speaker": "B", "text": "Yeah, so today we've got some really interesting stuff..."}
]