hainrixz/tododeia-animaciones · Archived

video-generator

AI video production workflow using Remotion. Use for promotional videos, product demos, motion graphics, and short-form social videos built programmatically in React/Remotion.

First seen Mar 28, 2026

Installation

$ npx skills add hainrixz/tododeia-animaciones --skill video-generator

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,859 B
  • docs SUMMARY.md 198 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

Video Generator (Remotion)

Build polished motion graphics videos with React + Remotion.

Required Workflow

  1. Create or update project in output/<project-name>/.
  2. Build scene-based Remotion composition with continuity and varied pacing.
  3. Ensure dependencies are installed with npm install.
  4. Ensure scripts use npx remotion:
"scripts": {
  "dev": "npx remotion studio",
  "build": "npx remotion bundle"
}
  1. Start Remotion preview (npm run dev) and wait for readiness on port 3000.
  2. Start tunnel (bash scripts/tunnel.sh start 3000) and share URL.
  3. Iterate from user feedback with live hot-reload.
  4. Render only when user explicitly requests export.

Motion Graphics Rules

Always:

  • Favor layered compositions, overlap, continuity, and custom transitions.
  • Use Lucide React icons (npm install lucide-react).
  • Keep typography brief and readable for time-based media.

Never:

  • Fade-to-black slideshow transitions between every scene.
  • Use emoji as icons.
  • Use static, center-only text on plain backgrounds for the whole video.

Scene Architecture

  • Keep a persistent visual layer outside scene Sequences when continuity helps.
  • Mix scene durations (roughly 2-5 seconds) for rhythm.
  • Use spring/interpolate timing, not purely linear motion everywhere.

References

Load only when needed:

  • Components: references/components.md
  • Composition patterns: references/composition-patterns.md

Helper Scripts

  • Remotion wrapper: scripts/remotion.sh

Render (On Explicit User Request)

cd output/<project-name>
npx remotion render CompositionName out/video.mp4