remotion-video
Remotion Video
Creates production-grade videos using Remotion — a React framework where video is code. Every frame is a React component. Animations use spring physics and frame-based interpolation.
Reference Files
| File | Purpose |
|---|---|
references/rules/fundamentals.md |
useCurrentFrame, useVideoConfig, interpolate, spring, core hooks |
references/rules/animations.md |
Easing, spring config, interpolateColors, timing patterns |
references/rules/compositions.md |
Composition, registerRoot, Folder, calculateMetadata |
references/rules/media.md |
Img, Video, OffthreadVideo, Audio, staticFile, async loading |
references/rules/text-and-fonts.md |
Google Fonts, local fonts, text measurement, typography |
references/rules/tailwind.md |
TailwindCSS integration, utility-first styling in Remotion |
references/rules/audio.md |
Audio component, volume curves, trimming, frame-synced audio |
references/rules/subtitles.md |
Caption system, SRT/VTT parsing, word-level timing |
references/rules/three-d.md |
@remotion/three, ThreeCanvas, React Three Fiber integration |
references/rules/charts.md |
Bar, pie, line chart animation patterns |
More from mathews-tom/praxis-skills
manuscript-review
Pre-publication manuscript audit producing a section-level refactoring report with citation hygiene and submission-readiness checks. Triggers on: "review my paper", "check before submission", "is this ready to submit", "pre-pub checklist", "refactor my paper", "check my references", "does the abstract work".
67html-presentation
Converts documents, outlines, or notes into self-contained HTML slide decks with horizontal (Reveal.js) or vertical scroll navigation and multiple themes. Triggers on: "create a presentation", "slide deck", "pitch deck", "HTML presentation", "web-based slides", "reveal.js deck", "convert document into slides".
63filesystem
File and directory operations via Claude Code built-in tools, replacing the Filesystem MCP server. Triggers on: "read this file", "write to file", "edit file", "find files matching", "search for text in files", "list directory", "show directory tree", "rename file".
40md-to-pdf
Convert Markdown to styled PDFs with Mermaid diagrams, LaTeX/KaTeX math, tables, and code highlighting. Triggers on: "convert markdown to pdf", "make a pdf from this md", "export markdown as pdf", "pdf from markdown with equations".
37concept-to-video
Turn concepts into animated explainer videos using Manim (Python) with MP4/GIF output, audio overlay, multi-scene composition. Triggers on: "create a video", "animate this", "make an explainer", "manim animation", "motion graphic". NOT for React video, use remotion-video.
32concept-to-image
Turn concepts into static HTML visuals exported as PNG or SVG files via HTML/CSS/SVG. Triggers on: "create an image of", "export as PNG", "save as SVG", "concept to image", "screenshot this HTML". NOT for interactive HTML, use static-web-artifacts-builder.
31