Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add aaronnat23/disp8ch --skill remotion-best-practicesgit clone --depth 1 https://github.com/aaronnat23/disp8chWrote 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/aaronnat23/disp8ch/remotion-best-practices)<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/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/aaronnat23/disp8ch/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/remotion-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 29 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00000 | $0.00382 |
| Opus 5 | $0.00000 | $0.00191 |
| Sonnet 5 | $0.00000 | $0.00076 |
| Haiku 4.5 | $0.00000 | $0.00038 |
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 7d 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.
What it actually says
Remotion Best Practices
Build, inspect, and improve Remotion video projects with React-based composition discipline.
Use When
- Creating or editing a Remotion video, animation, title sequence, explainer, or social clip.
- Reviewing Remotion components, timelines, frame math, assets, audio, or rendering scripts.
- Converting a design or storyboard into a programmatic video.
Playbook
- Check whether a Remotion project already exists before scaffolding anything.
- Keep compositions small and named around the deliverable, aspect ratio, duration, and frame rate.
- Animate with
useCurrentFrame(),interpolate(), and easing functions instead of ad hoc timers. - Keep frame ranges explicit. Avoid magic numbers without naming the scene or transition they control.
- Use reusable React components for repeated lower-thirds, cards, captions, charts, and scene shells.
- Validate media paths, fonts, and asset sizes before rendering.
- Render a small preview or still frame before committing to a long export when tools are available.
Project Setup Notes
- For a blank workspace, a typical Remotion starter command is
npx create-video@latest. - Use the app or repo's existing package manager and scripts if the project already has Remotion configured.
- Keep generated video assets out of source control unless the repo explicitly tracks them.
Guardrails
- Do not install or scaffold without user approval when the request is only a plan.
- Do not assume Remotion is installed; inspect
package.jsonfirst. - Do not enable this by default; it is useful only for video-producing agents.
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.
- 7d ago First seen · 39 lines · 0 tokens per session scan A 472dd0821b06
remotion-best-practices is a skill published in the GitHub repository aaronnat23/disp8ch (100 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 382 tokens. 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-09-03.
Other skills, from other repositories
remotion
Best practices for Remotion video creation in React — compositions, sequences, animation, timing, and rendering. Use when building, reviewing, or debugging Remotion videos.
particle-art
Generate animated particle art React/Next.js components — zero dependencies, spring physics, CSS-variable theming, DPR-correct canvas, mouse interaction. Use when the user wants animated hero art, a living logo, a branded initial or monogram, a constellation background, or any "particles that form a shape". Triggers…
building-ui
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
use-dom
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
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…
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.