skills/write-script/SKILL.md
Generate voiceover scripts in Joyce's style for video clips
npx skillsauth add nuva-lab/vibecut write-scriptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to create voiceover scripts for video clips, matching Joyce's energetic insider style.
# Generate script prompt from golden segments
python skills/write-script/write_script.py golden_segments.json
# With custom angle/thesis
python skills/write-script/write_script.py golden_segments.json --angle "space investment"
write_script.py with golden segments JSONHOOK (5-10s) → Grab attention, conflict/contrast
CONTEXT (10-15s) → Who/what/where, establish scene
INSIGHT (15-30s) → Key quote/moment, why it matters
ANALYSIS (10-15s)→ What this means, your take
PIVOT (5-10s) → Connect to broader trend
See style_guide.md for Joyce's full style profile including:
tools
Clone a voice using qwen3-tts and generate speech from text
development
# Validate Media Skill Pre-flight media validation and diagnostics using ffprobe. ## Purpose Check video/audio files for common issues before rendering: - Duration mismatches between video and audio tracks - Missing audio tracks - Codec compatibility - Volume levels - Potential freeze points ## Usage ```bash python skills/validate-media/validate.py <video_file> [--verbose] ``` ## Output JSON report with issues and recommendations: ```json { "file": "video.mp4", "video_duration": 35.1
tools
Transcribe a video clip using Gemini to get timestamped segments for captions
testing
ASR with ~30ms timestamp precision using Qwen3-ASR + ForcedAligner