Agent skill · remotion-dev

remotion-docs

Search Remotion documentation

What it needs

About 1k tokens when loaded.

What this skill does

This skill teaches you how to discover and read current Remotion documentation. If this is not relevant, load Remotion Best Practices instead. Searching the docs Use the Algolia search API to find relevant documentation pages: Each hit contains a url field pointing to the documentation page. Fetching a page as Markdown Append .md to any Remotion docs URL to retrieve its Markdown source (saves tokens): Workflow 1. Search Algolia for the concept or API you need. 2. Pick the most relevant URL(s) from the results. 3. Fetch each URL with the .md suffix. 4. Implement using the current documentation rather than memorized API knowledge.

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills remotion-dev/remotion-docs--2569da

View the source on GitHub

Browse the @skills marketplace