with one click
content-video
Compose videos from project assets using Remotion
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Compose videos from project assets using Remotion
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | content-video |
| description | Compose videos from project assets using Remotion |
Create videos from project assets (source videos, images, screenshots, blog text) using Remotion.
uv run .claude/skills/content-video/scripts/setup_remotion.py <project-dir>
This will:
source/, images in images/ and screenshots/, blog in content/video/ subdirectory with Remotion project scaffoldingvideo/public/After setup, edit video/src/Composition.tsx to adjust:
Preview with: cd video && npx remotion preview
uv run .claude/skills/content-video/scripts/render_video.py <project-dir>
Output: video/out/final.mp4 (1920x1080, h264, 30fps)
Root.tsx.jinja2 - Remotion Root componentComposition.tsx.jinja2 - Main composition with overlaysindex.ts.jinja2 - Entry point/content-image first to generate overlay images/content-screenshot to extract key frames from source video/blog-schedule - Manage Post Schedule
Generate a blog post from source materials (text, PDFs, images, transcripts). Use when user wants to create a blog post or article.
Render carousel slides from social/carousel.md into 1080x1350 PNG images.
Push blog posts to Google Docs for review, then pull comments and suggestions back as feedback for discussion.
Generate AI images for content using Gemini or other image generation APIs. Use when user needs diagrams, illustrations, or visual content.
Initialize a new content project with the standard directory structure in projects). Use when user wants to create a new blog post and one doesn't exist for it.