.claude/skills/remotion/SKILL.md
Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
npx skillsauth add wallacedobbs428/thecalltaker remotionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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.
Required:
Recommended:
Run list_tools to identify available MCP servers and their prefixes:
stitch: or mcp_stitch: prefixremotion: or mcp_remotion: prefix[stitch_prefix]:list_projects with filter: "view=owned"[stitch_prefix]:list_screens with the project IDscreenshot.downloadUrl, htmlCode.downloadUrl, width, heightassets/screens/{screen-name}.pngnpm create video@latest -- --blanknpm install @remotion/transitions @remotion/animated-emojiScreenSlide.tsx — Individual screen display with zoom/fadeWalkthroughComposition.tsx — Main composition sequencing slidesconfig.ts — Frame rate (30fps default), dimensions, durationimport {fade} from '@remotion/transitions/fade';import {slide} from '@remotion/transitions/slide';spring() animation for smooth zoom emphasisnpm run dev for Remotion Studio previewnpx remotion render WalkthroughComposition output.mp43-5 seconds per screen, cross-fade, bottom text overlay, progress bar
Zoom into regions, animated circles/arrows, slow-motion emphasis
Sequential screens with directional slides, numbered steps, highlighted actions
project/
├── video/
│ ├── src/
│ │ ├── WalkthroughComposition.tsx
│ │ ├── ScreenSlide.tsx
│ │ └── components/
│ ├── public/assets/screens/
│ ├── remotion.config.ts
│ └── package.json
├── screens.json
└── output.mp4
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.