training-lecture-transcript
Installation
SKILL.md
Polish Lecture Transcript
npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill training-lecture-transcript
Process long transcript text into lecturer-friendly readout content. Use this skill when you've recorded a 30–90 minute Chinese lecture and want a clean Traditional Chinese readout script — filler words removed, STT artifacts fixed, run-on speech broken into short readable sentences, all without losing terminology or speaker intent.
Workflow
- Normalize input text.
- Split transcript into ordered batches of ~700 Chinese characters.
- Process exactly one batch at a time.
- Do not start batch N+1 until batch N is completed and checked.
- Merge completed batches and run final consistency pass.