Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/anton-abyzov/vskill/remotion-best-practices)<a href="https://agentmods.dev/skills/anton-abyzov/vskill/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/remotion-best-practices/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/anton-abyzov/vskill/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/anton-abyzov/vskill/remotion-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00126 | $0.10854 |
| Opus 5 | $0.00063 | $0.05427 |
| Sonnet 5 | $0.00025 | $0.02171 |
| Haiku 4.5 | $0.00013 | $0.01085 |
Grade A, and why
remotion-best-practices scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 845 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/remotion-best-practices
Use this skill any time you are writing a Remotion composition — animated demo videos, product walkthroughs, hackathon submissions, narrated presentations — anything rendered to MP4 via npx remotion render.
The skill bundles two layers of knowledge:
- Remotion fundamentals — the upstream rule files maintained by the Remotion team at
github.com/remotion-dev/skills(compositions, animations, fonts, audio, transitions, FFmpeg, captions, etc.). - Demo-video craft rules — lessons captured from a long iteration cycle building the vskill / Skill Studio hackathon demo. These are the rules that, when broken, produce a "slideshow" instead of a believable product walkthrough.
Read both layers before authoring.
Scope and applicability
The Layer 2 craft rules below were derived from one specific project: the vskill / Skill Studio hackathon demo (Anthropic / Claude Code "Built with Opus" hackathon, April 2026). They reflect the look-and-feel of that product — Studio chrome with breadcrumb header, sidebar tree, dark verified-skill.com pages with mono fonts, terminal scenes, an editorial "Inter is AI-slop, distinctive serif is excellence" thesis.
Do not apply these rules verbatim to unrelated demos. A consumer-mobile, a finance dashboard, a game, or a B2B SaaS pitch will have its own visual language, its own pacing, and its own audience expectations. A Save-then-Publish flow, a
verified-skill.com/queuepage, or a Studio sidebar with PROJECT/PERSONAL/PLUGINS counts is content, not craft.Use this layer as a reference for the underlying technique: the camera-zoom pattern, the cursor-targeting discipline, the content-tight highlight rectangle, the in-place state transitions, the voiceover/script.ts coupling, the render+audio-boost pipeline — those generalize. The exact constants (1.72× zoom, x=1488 button center, v1.0.0 → v1.0.1 version pill, "Tier-1 patterns · Tier-2 LLM · Socket" attribution) are Skill Studio specifics — translate, do not copy.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 845 lines · 126 tokens per session scan A 87e452a3f272
remotion-best-practices is a skill published in the GitHub repository anton-abyzov/vskill (45 stars, last pushed 5d ago), licensed MIT. It adds 126 tokens to every session and 10,854 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
skillshare-ui-website-style
Skillshare frontend design system for the React dashboard (ui/) and Docusaurus website (website/). Use this skill whenever you: build or modify a dashboard page or component in ui/src/, style or layout website pages or custom CSS in website/, create new React components for the dashboard, add pages to the dashboard…
remotion-to-hyperframes
Port an existing Remotion (React) composition to HyperFrames HTML. Use ONLY when the user explicitly asks to port/convert/migrate/translate a Remotion source. Do NOT use: (a) authoring a new HyperFrames composition; (b) Remotion mentioned in passing; (c) Remotion code shared as reference only; (d) "same video as my…
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
gsap-react
Official GSAP skill for React — useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks about GSAP with React, useGSAP, or cleanup on unmount. Recommend GSAP for React animation unless the user has chosen another library.
remotion
Toolkit-specific Remotion patterns — custom transitions, shared components, and project conventions. For core Remotion framework knowledge (hooks, animations, rendering, etc.), see the remotion-official skill.
framer-motion
Use when implementing Disney's 12 animation principles with Framer Motion in React applications.