Personal_AI_Infrastructure Remotion
Programmatic video creation with React via Remotion — compositions, animations, motion graphics, rendered to MP4. USE WHEN video, animation, motion graphics, video rendering, React video, intro video, YouTube video, TikTok video, video production, render video, content to animation, animate content, video overlay.
install
source · Clone the upstream repo
git clone https://github.com/danielmiessler/Personal_AI_Infrastructure
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/danielmiessler/Personal_AI_Infrastructure "$T" && mkdir -p ~/.claude/skills && cp -r "$T/Packs/Media/src/Remotion" ~/.claude/skills/danielmiessler-personal-ai-infrastructure-remotion && rm -rf "$T"
manifest:
Packs/Media/src/Remotion/SKILL.mdsource content
🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)
You MUST send this notification BEFORE doing anything else when this skill is invoked.
-
Send voice notification:
curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the Remotion skill to ACTION"}' \ > /dev/null 2>&1 & -
Output text notification:
Running the **WorkflowName** workflow in the **Remotion** skill to ACTION...
This is not optional. Execute this curl command immediately upon skill invocation.
Remotion
Create professional videos programmatically with React.
Customization
Before executing, check for user customizations at:
~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/Remotion/
Workflow Routing
| Trigger | Workflow |
|---|---|
| "animate this", "create animations for", "video overlay" | |
Quick Reference
- Theme: Always use PAI_THEME from
Tools/Theme.ts - Art Integration: Load Art preferences before creating content
- Critical: NO CSS animations - use
onlyuseCurrentFrame() - Output: Always to
first~/Downloads/
Render command:
npx remotion render {composition-id} ~/Downloads/{name}.mp4
Full Documentation
- Art integration:
- theme constants, color mappingArtIntegration.md - Common patterns:
- code examples, presetsPatterns.md - Critical rules:
- what NOT to doCriticalRules.md - Detailed reference:
- 28 pattern files from RemotionTools/Ref-*.md
Tools
| Tool | Purpose |
|---|---|
| Render, list compositions, create projects |
| PAI theme constants derived from Art |
Links
- Remotion Docs: https://remotion.dev/docs
- GitHub: https://github.com/remotion-dev/remotion