install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/podcast_generator_skill" ~/.claude/skills/leon-ai-leon-podcast-generator-skill && rm -rf "$T"
manifest:
skills/podcast_generator_skill/SKILL.mdsource content
Guidance
Choose This Skill When
- The owner wants to generate a podcast-style output from provided source material.
Resolve With Context
- Preserve the current source inputs, generation settings, and intermediate artifacts across the workflow.
- Ask for missing source material instead of inventing it.
Avoid
- Do not treat vague brainstorming as a generation request.
- Do not overwrite an existing generation flow unless the owner clearly wants a restart.