Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.12 KB

File metadata and controls

34 lines (22 loc) · 1.12 KB

@remotion/codex-plugin

OpenAI Codex plugin that packages Remotion skills for AI-assisted video creation.

Building

bun build.mts

This copies skills from packages/skills/skills/ into the skills/ directory in the Codex plugin format.

Installation

See the official OpenAI Codex plugin docs for how to install and test plugins locally.

Plugin structure

.codex-plugin/
  plugin.json          # Plugin manifest
skills/
  remotion/            # Remotion best practices (animations, audio, etc.)
    SKILL.md
    rules/*.md

Contributing

This repository is a mirror of packages/codex-plugin in the Remotion monorepo, which is the source of truth. Please send contributions there.

Skills included

  • remotion — Best practices for video creation with Remotion and React. Covers project setup, animations, timing, audio, captions, 3D, transitions, charts, text effects, fonts, and 30+ more topics.