From remotion-scenes
Index skill for the remotion-scenes plugin. Use when the user mentions turning a script into a Remotion video, or asks what the remotion-scenes plugin offers. This skill does not perform work itself — it points at two sub-skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/remotion-scenes:remotion-scenesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin provides a **two-step workflow** for producing Remotion video projects from a script.
This plugin provides a two-step workflow for producing Remotion video projects from a script.
script-to-prompt — Input: a video script (narrative text or storyboard, pasted or file path). Output: a structured Markdown "scenes prompt" (scenes-prompt.md) that describes each scene's visuals, animations, timing, and assets.
prompt-to-project — Input: a scenes-prompt.md. Output: a scaffolded Remotion project (using npx create-video@latest --yes --blank --no-tailwind) with each scene implemented as an animated component.
The two skills communicate via the scenes-prompt format, which is human-readable and editable — users should review/edit the prompt between the two steps.
script-to-prompt → produces scenes-prompt.md.scenes-prompt.md if needed.prompt-to-project → scaffolds Remotion project + writes scene components.cd <project>, install dependencies, then run npx remotion studio to preview.README.md.examples/example-script.md + examples/example-scenes-prompt.md.remotion-best-practices skill (installed separately).Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub panic-z/remotion-scenes --plugin remotion-scenes