Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aviz85 avatar

Video Common

  • 3 installs
  • 4 repo stars
  • Updated March 11, 2026
  • aviz85/ai-music-video-maker

video-common is a shared Claude Code reference skill of Remotion utilities and patterns used by the other video skills.

About

A Claude Code helper skill that holds shared Remotion utilities, patterns, and reference docs for the project's other video skills. It documents the Remotion project structure, key APIs like useCurrentFrame and interpolate, how to add compositions, and references for codecs and animation patterns. It is referenced by other video skills rather than invoked directly.

  • Shared Remotion utilities, patterns, and references for the video skills
  • Documents key Remotion APIs, project structure, and how to add compositions
  • References codec options and animation patterns; not invoked directly

Video Common by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #1,262 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

video-common capabilities & compatibility

Free; a shared reference module with no API keys.

Capabilities
video generation · documentation
Use cases
video generation · documentation
Pricing
Free
From the docs

What video-common says it does

Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly.
SKILL.md
Shared patterns and references for all video skills in this project.
SKILL.md
npx skills add https://github.com/aviz85/ai-music-video-maker --skill video-common

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars4
Last updatedMarch 11, 2026
Repositoryaviz85/ai-music-video-maker

What it does

Reference shared Remotion project structure, APIs, codec options, and animation patterns used across the video skills.

Who is it for?

Looking up shared Remotion project structure, APIs, and codec/animation references across the video skills.

Skip if: Direct invocation, since it is a shared reference not meant to be run on its own.

When should I use this skill?

Another video skill needs shared Remotion patterns, APIs, or codec references.

What you get

A consistent set of Remotion patterns and references shared across the video skills.

  • Shared Remotion reference docs and patterns

By the numbers

  • 2 reference docs (codecs, animations)
  • 4 codec profiles referenced

Files

SKILL.mdMarkdownGitHub ↗

Remotion Common Utilities

Shared patterns and references for all video skills in this project.

Project Structure

remotion-assistant/
├── src/
│   ├── index.tsx          # Entry point
│   ├── Root.tsx           # Composition registry
│   ├── compositions/      # Video compositions
│   └── components/        # Reusable components
├── public/                # Static assets
│   ├── fonts/
│   ├── images/
│   └── audio/
└── out/                   # Rendered output

Key APIs

  • useCurrentFrame() - Current frame number
  • useVideoConfig() - { width, height, fps, durationInFrames }
  • interpolate(frame, [in], [out]) - Map values
  • spring({ frame, fps, config }) - Physics animations

Adding New Compositions

1. Create component in src/compositions/ 2. Register in src/Root.tsx with <Composition> 3. Set: id, component, durationInFrames, fps, width, height

See References

  • codecs.md - Encoding options
  • animations.md - Animation patterns

Related skills

FAQ

Is this skill invoked directly?

No, it is referenced by other video skills rather than invoked directly.

What does it document?

Remotion project structure, key APIs, adding compositions, and references for codecs and animation patterns.

Documentationdocsfrontend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.