---
id: "action-install-remotion-skill"
type: "action-item"
source_timestamps: ["00:01:24", "00:01:46"]
tags: ["setup", "terminal"]
related: ["concept-remotion", "concept-agent-skills"]
action: "Run `npx skills add remotion-dev/skills` in your project directory."
outcome: "Claude Code gains the context and rules necessary to generate Remotion React code."
---
# Install the Remotion Agent Skill

## Action

Run `npx skills add remotion-dev/skills` in your project directory.

Alternatively, ask [[entity-product-claude-code|Claude Code]] in natural language: *"install the prebuilt skill remotion."*

## Outcome

Claude Code gains the context and rules necessary to generate [[concept-remotion|Remotion]] React code without hallucinating APIs.

## Prerequisites

- [[prereq-terminal-basics]]
- [[prereq-node-npm]]

## What Gets Installed

A directory containing a `SKILL.md` and rule files. See [[concept-agent-skills]] for structure.

## Related

- [[quote-implicit-triggering]] — explains how the skill is invoked once installed
- [[framework-automated-content-pipeline]] — enables step 1
