Agent skill

remotion

Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill remotion --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: -stitch*:*-remotion*:*-Bash-Read-Write-web_fetch
Path: skills/remotion/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. ## Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects and orchestrates them into a Remotion video composition. ## Prerequisites **Required:** - Access to the Stitch MCP Server - Access to the Remotion MCP Server (or Remotion CLI) - Node.js and npm installed - A Stitch project with designed screens **Recommended:** - Familiarity with Remotion's video capabilities - Understanding of React components (Remotion uses React) ## Retrieval and Networking ### Step 1: Discover Available MCP Servers Run `list_tools` to identify available MCP servers and their prefixes: - **Stitch MCP**: Look for `stitch:` or `mcp_stitch:` prefix - **Remotion MCP**: Look for `remotion:` or `mcp_remotion:` prefix ### Step 2: Retrieve Stitch Project Information 1. **Pro

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Retrieval and Networking
  4. Step 1: Discover Available MCP Servers
  5. Step 2: Retrieve Stitch Project Information
  6. Step 3: Set Up Remotion Project
  7. Video Composition Strategy
  8. Architecture
  9. Transition Effects
  10. Text Overlays
  11. Execution Steps
  12. Step 1: Gather Screen Assets
  13. Step 2: Generate Remotion Components
  14. Step 3: Preview and Refine
Commands it runs
npm create video@latest -- --blank
cd video
npm install @remotion/transitions @remotion/animated-emoji
npm run dev
npx remotion render WalkthroughComposition output.mp4
More from agentic-awesome-skills
All skills →
About this skill
What does the remotion skill do?

Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill remotion --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going