From Youtube
Transform messy voice transcription text into well-formatted, human-readable documents while preserving original meaning
npx claudepluginhub MacHu-GWU/sanhe-claude-code-plugins --plugin youtubeThis skill uses the workspace's default tool permissions.
Clean up raw audio transcriptions by removing filler words, fixing errors, and adding proper structure.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Clean up raw audio transcriptions by removing filler words, fixing errors, and adding proper structure.
Use the audio_transcript_cleanup.py script to process transcript files:
# Use default output location (~/tmp/cleaned_transcript.md - allows overwrite)
python scripts/audio_transcript_cleanup.py --transcript-file /path/to/transcript.txt
# Specify custom output location (cannot overwrite existing files)
python scripts/audio_transcript_cleanup.py --transcript-file /path/to/transcript.txt --output /path/to/output.md
The script automatically:
--transcript-file (required) - Path to the transcript file to clean up--output (optional) - Custom output path (default: ~/tmp/cleaned_transcript.md)~/tmp/cleaned_transcript.md - Allows overwriteAuto-detects and works with: