Agent skill
video-produce
Full YouTube video production pipeline using agent teams. Coordinates visual design, GIF search, and timeline building with persistent context.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/video-produce
SKILL.md
YouTube Video Production Pipeline
Run the full video production pipeline using an agent team. Each worker keeps their context so mistakes can be fixed without restarting from scratch.
Team Structure
Create an agent team called "video-production" with these teammates:
visual-designer (general-purpose agent)
Role: Generate all visual assets - B-roll prompts AND slide prompts. Skills to preload: Load the broll-prompter and slide-prompter agent instructions. MCP servers needed: imagen Tasks:
- Read the script/prompter file
- Identify all visual beat opportunities (diagrams, comparisons, data visualizations, concept illustrations)
- Generate B-roll prompts using the premium minimal style (dark backgrounds, clean typography)
- Generate slide prompts using the Excalidraw/Hormozi whiteboard style
- Use the Imagen MCP to generate the images
- Report what was created and where files are saved
gif-curator (general-purpose agent)
Role: Find and download reaction GIFs for retention beats. Skills to preload: Load the gif-researcher agent instructions. MCP servers needed: giphy Tasks:
- Read the script/prompter file
- Identify GIF placement opportunities (humor, pattern interrupts, emotional beats)
- Generate optimized search queries for Giphy
- Search and download the best GIFs
- Report what was found and where files are saved
timeline-builder (general-purpose agent)
Role: Generate timeline.json from script + assets. Skills to preload: Load the timeline-builder agent instructions. Tasks (run AFTER visual-designer and gif-curator finish):
- Read the script/prompter file and transcript
- Read what visual-designer and gif-curator created (message them if unclear)
- Map all assets to word-level timestamps
- Generate timeline.json following the Remotion schema
- Validate the timeline references actual files
Workflow
- Script is written first (you +
/youtube-script-writer) - Create the team: visual-designer and gif-curator work in parallel
- When assets are ready, timeline-builder generates timeline.json
- Review timeline, request fixes - timeline-builder still has context
- Auto-cutter runs separately if needed (
/auto-cutter) - Render at 4K:
cd tools/video-editor-remotion && npx remotion render src/index.ts MyComposition out/video.mp4 --video-bitrate=35M
Input
Provide the script/prompter file path and video project directory:
$ARGUMENTS
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?