clean-transcription

Installation
SKILL.md

Clean Transcription

Two-stage cleanup:

  1. Heuristic — regex pass over filler words, repeated stutters, all-caps shouting, and a per-project glossary of known mistranscriptions.
  2. 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>
Installs
4
GitHub Stars
4
First Seen
Jun 5, 2026
clean-transcription — danielrosehill/claude-video-editor-plugin