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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-transcriptionThis skill uses the workspace's default tool permissions.
Post-processing pass on an existing transcript to strip disfluencies.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.