clean-transcription
Installation
SKILL.md
Clean Transcription
Two-stage cleanup:
- Heuristic — regex pass over filler words, repeated stutters, all-caps shouting, and a per-project glossary of known mistranscriptions.
- LLM polish (optional) — Claude rewrites cues for grammar/punctuation while preserving timing.
Output is a parallel file: <basename>.clean.srt (or .clean.txt). Original is never modified.
Procedure
1. Inputs
| Field | Default |
|---|---|
| Source | required (.srt or .txt) |
| Mode | heuristic (default) / llm / both |
| Glossary | <project>/subtitles/glossary.json if present; or path supplied inline |
| Output | sibling <basename>.clean.<ext> |