From claude-transcription
Remove filler words, false starts, and immediate repetitions from an existing transcript file. Preserves meaning, tone, and structure. Use when the user asks to clean a transcript, remove fillers, or tidy up a raw transcription.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-transcription:clean-transcriptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Post-processing pass on an existing transcript to strip disfluencies.
Post-processing pass on an existing transcript to strip disfluencies.
A transcript file, typically <stem>.raw.txt produced by transcribe-gemini-raw or transcribe-whisper-local.
um, uh, er, ah, like (as filler), you know (as filler), I mean (as filler), sort of, kind of (as hedges only)<source_stem>.cleaned.md in the same directory as the input transcript.
This is an LLM task — read the input file, apply the rules above, write the cleaned version. No external tools needed.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-transcription