KS
Killer-Skills

video-common — how to use video-common how to use video-common, video-common setup guide, video-common alternative, video-common vs Remotion, video-common install, what is video-common, video-common project structure, video-common composition registry

v1.0.0
GitHub

About this Skill

Perfect for Media Processing Agents needing efficient video composition and rendering capabilities. video-common is a collection of shared patterns and references for all video skills in a project, facilitating efficient video composition and rendering.

Features

Provides a project structure with src, public, and out directories for organized video development
Includes a composition registry via Root.tsx for managing video compositions
Supports reusable components via the components directory
Utilizes the use API for shared functionality across video skills
Renders output in the out directory for easy access to final video products

# Core Topics

aviz85 aviz85
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add aviz85/ai-music-video-maker/references/animations.md

Agent Capability Analysis

The video-common MCP Server by aviz85 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use video-common, video-common setup guide, video-common alternative.

Ideal Agent Persona

Perfect for Media Processing Agents needing efficient video composition and rendering capabilities.

Core Value

Empowers agents to create complex video compositions using shared utilities and render output efficiently with Remotion Common Utilities, leveraging TypeScript and React components like index.tsx and Root.tsx.

Capabilities Granted for video-common MCP Server

Composing multiple video elements into a single output
Rendering video compositions with customized fonts and audio
Debugging video rendering issues with out/ directory output

! Prerequisites & Limits

  • Requires Remotion project structure
  • Limited to video skills within the project
Project
SKILL.md
1.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

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

Related Skills

Looking for an alternative to video-common or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication