Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content.
.claude/skills/bitwize-music-studio-promo-director/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 83% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 62% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 84% | 0% |
Generate professional promo videos for social media from mastered audio. Creates 15-second vertical videos (9:16, 1080x1920) optimized for Instagram Reels, Twitter, and TikTok.
After mastering audio, generate promotional videos that combine:
Generate → Master → **[Promo Videos]** → ReleaseOptional step between mastering-engineer and release-director.
Check ffmpeg:
bashffmpeg -filters | grep showwaves
Required filters: showwaves, showfreqs, drawtext, gblur
If missing:
Error: ffmpeg not found or missing required filters
Install ffmpeg:
macOS: brew install ffmpeg
Linux: apt install ffmpeg
After installing, run this command again.Check Python dependencies:
Call get_python_command() to verify the venv exists. If venv_exists is false, show the warning and suggest /bitwize-music:setup.
Resolve audio path via MCP:
Call resolve_path("audio", album_slug) — returns the full audio directory path including artist folder.
Example result: ~/bitwize-music/audio/artists/bitwize/albums/electronic/sample-album/
Verify contents:
If artwork missing:
Error: No album artwork found in {audio_root}/artists/{artist}/albums/{genre}/{album}/
Expected: album.png or album.jpg
Options:
1. Use /bitwize-music:import-art to place artwork
2. Specify path manually: --artwork /path/to/art.png
Which option?Check config defaults first:
Read promotion section from ~/.bitwize-music/config.yaml for defaults:
promotion.default_style - Default visualization stylepromotion.duration - Default clip durationpromotion.include_sampler - Whether to generate album sampler by defaultpromotion.sampler_clip_duration - Seconds per track in samplerIf config section doesn't exist, use built-in defaults (pulse, 15s, sampler enabled, 12s clips).
Ask: What to generate?
Options (default from config or "both"):
Ask: Visualization style?
Default from promotion.default_style or pulse if not set.
| Style | Best For | Description | |-------|----------|-------------| | pulse | Electronic, hip-hop | Oscilloscope/EKG style with heavy glow (default) | | bars | Pop, rock | Fast reactive spectrum bars | | line | Acoustic, folk | Classic clean waveform | | mirror | Ambient, chill | Mirrored waveform with symmetry | | mountains | EDM, bass-heavy | Dual-channel spectrum (looks like mountains) | | colorwave | Indie, alternative | Clean waveform with subtle glow | | neon | Synthwave, 80s | Sharp waveform with punchy neon glow | | dual | Experimental | Two separate waveforms (dominant + complementary colors) | | circular | Abstract, experimental | Vectorscope (wild circular patterns) |
Default recommendation:
pulsebarslinemirrorAsk: Custom duration?
Default: 15 seconds (optimal for Instagram/Twitter)
Options:
For sampler:
Default: 12 seconds per track
Calculate total:
Total duration = (tracks * clip_duration) - ((tracks - 1) * crossfade)
Twitter limit: 140 secondsIf over 140s:
WARNING: Expected duration {duration}s exceeds Twitter limit (140s)
Recommendation: Reduce --clip-duration to {140 / tracks}sIndividual track promos:
generate_promo_videos(album_slug, style="pulse", duration=15)Single track only:
generate_promo_videos(album_slug, style="pulse", track_filename="01-track-name.wav")Album sampler:
generate_album_sampler(album_slug, clip_duration=12, crossfade=0.5)Handle errors:
Common issues:
Report generated files:
## Promo Videos Generated
**Location:** {audio_root}/artists/{artist}/albums/{genre}/{album}/
**Individual Track Promos:**
- {audio_root}/artists/{artist}/albums/{genre}/{album}/promo_videos/
- 10 videos generated
- Format: 1080x1920 (9:16), H.264, 15s each
- Style: pulse
- File size: ~10-12 MB per video
**Album Sampler:**
- {audio_root}/artists/{artist}/albums/{genre}/{album}/album_sampler.mp4
- Duration: 114.5s (under Twitter 140s limit ✓)
- Format: 1080x1920 (9:16), H.264
- File size: 45.2 MB
**Next Steps:**
1. Review videos: Open promo_videos/ folder
2. Test on phone: Transfer one video and verify quality
3. Populate social copy: Fill in promo/ templates (twitter.md, instagram.md, etc.)
4. [Optional] Upload to cloud: /bitwize-music:cloud-uploader {album}
5. Ready for release workflow: /bitwize-music:release-director {album}See technical-reference.md for:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 12,794 | 4,085 | -68% | 1 | 1 | 0% | 2,047 | 1,884 | -8% | 0 | 0 | — |
case-06 | fail→pass | 11,629 | 3,555 | -69% | 1 | 1 | 0% | 1,820 | 2,358 | +30% | 0 | 0 | — |
case-15 | pass→pass | 20,939 | 6,360 | -70% | 1 | 1 | 0% | 2,101 | 2,715 | +29% | 0 | 0 | — |
case-02 | fail→fail | 11,489 | 4,157 | -64% | 1 | 1 | 0% | 2,298 | 1,736 | -24% | 0 | 0 | — |
case-03 | fail→fail | 18,356 | 4,375 | -76% | 1 | 1 | 0% | 3,635 | 1,937 | -47% | 0 | 0 | — |
case-04 | fail→pass | 6,811 | 2,097 | -69% | 1 | 1 | 0% | 1,105 | 2,027 | +83% | 0 | 0 | — |
case-05 | fail→pass | 6,883 | 2,068 | -70% | 1 | 1 | 0% | 1,251 | 2,027 | +62% | 0 | 0 | — |
case-07 | fail→pass | 9,932 | 1,814 | -82% | 1 | 1 | 0% | 1,577 | 2,007 | +27% | 0 | 0 | — |
case-08 | fail→pass | 6,307 | 1,522 | -76% | 1 | 1 | 0% | 1,027 | 1,891 | +84% | 0 | 0 | — |
case-09 | pass→pass | 11,264 | 4,002 | -64% | 1 | 1 | 0% | 1,771 | 2,347 | +33% | 0 | 0 | — |
case-10 | pass→pass | 13,028 | 5,772 | -56% | 1 | 1 | 0% | 2,017 | 2,641 | +31% | 0 | 0 | — |
case-11 | pass→pass | 11,457 | 2,820 | -75% | 1 | 1 | 0% | 1,589 | 2,154 | +36% | 0 | 0 | — |
case-12 | pass→pass | 13,119 | 3,443 | -74% | 1 | 1 | 0% | 1,869 | 2,194 | +17% | 0 | 0 | — |
case-13 | pass→pass | 14,261 | 6,325 | -56% | 1 | 1 | 0% | 2,258 | 2,917 | +29% | 0 | 0 | — |
case-14 | fail→pass | 15,926 | 8,553 | -46% | 1 | 1 | 0% | 2,570 | 2,944 | +15% | 0 | 0 | — |
case-16 | fail→pass | 11,348 | 2,429 | -79% | 1 | 1 | 0% | 1,846 | 1,953 | +6% | 0 | 0 | — |
case-17 | fail→pass | 6,960 | 2,938 | -58% | 1 | 1 | 0% | 1,212 | 2,171 | +79% | 0 | 0 | — |
case-18 | fail→fail | 12,254 | 2,659 | -78% | 1 | 1 | 0% | 2,081 | 2,059 | -1% | 0 | 0 | — |
case-19 | pass→pass | 9,214 | 1,946 | -79% | 1 | 1 | 0% | 1,511 | 1,981 | +31% | 0 | 0 | — |
case-20 | pass→fail | 12,732 | 7,368 | -42% | 1 | 1 | 0% | 2,106 | 3,166 | +50% | 0 | 0 | — |
case-21 | pass→pass | 13,438 | 9,480 | -29% | 1 | 1 | 0% | 2,070 | 3,093 | +49% | 0 | 0 | — |
case-22 | pass→pass | 6,781 | 4,911 | -28% | 1 | 1 | 0% | 1,159 | 2,510 | +117% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +32 percentage points is the difference between those two pass rates over the 19 comparable cases. 2 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.