promo-director
FeaturedGenerates 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.
AI & Automation 388 stars
86 forks Updated today CC0-1.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Promo Director Skill
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.
## Purpose
After mastering audio, generate promotional videos that combine:
- Album artwork
- Audio waveform visualization (9 styles available)
- Track title + artist name
- Automatic color scheme extracted from artwork
- Intelligent segment selection (finds the most energetic 15 seconds)
## When to Use
- After mastering complete, before release
- User says "generate promo videos" or "create promo videos for [album]"
- When album has mastered audio + artwork ready
## Position in Workflow
```
Generate → Master → **[Promo Videos]** → Release
```
Optional step between mastering-engineer and release-director.
## Workflow
### 1. Setup Verification
**Check ffmpeg:**
```bash
ffmpeg -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`.
### 2. Album Detection
**Resolve audio path via MCP:**
Call `resolve_path("audio", album_slug)` — returns the full audio directory path including art...
Details
- Author
- bitwize-music-studio
- Repository
- bitwize-music-studio/claude-ai-music-skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- CC0-1.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Featured
promo-writer
Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.
388 Updated today
bitwize-music-studio Code & Development Featured
promo-reviewer
Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.
388 Updated today
bitwize-music-studio AI & Automation Featured
release-director
Coordinates album release including QA, distribution prep, and platform uploads. Use when mastering and album art are complete and the user is ready to release.
388 Updated today
bitwize-music-studio