Add Captions banner
DojoCodingLabs DojoCodingLabs

Add Captions

Design community

Description

--- name: add-captions description: Generate TikTok-style animated captions for your Remotion video. Transcribes audio with Whisper, then creates word-by-word animated subtitles with customizable position, colors, and style. --- # Add Captions — TikTok-Style Animated Subtitles You are helping the user add animated word-by-word captions to their Remotion video. **Load the `remotion-production` skill** for the `captions-workflow` rule. ## Workflow ### 1. Identify the Audio Source Find the vo

Installation

Installs to ~/.claude/skills/dojocodinglabs-remotion-superpowers-add-captions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dojocodinglabs-remotion-superpowers-add-captions && curl -fsSL https://raw.githubusercontent.com/DojoCodingLabs/remotion-superpowers/HEAD/commands/add-captions.md -o ~/.claude/skills/dojocodinglabs-remotion-superpowers-add-captions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository