create-remotion-geist

create-remotion-geist is a skill for Claude Code, Codex from Marve10s/Better-Fullstack. It costs 54 tokens per session (1,475 once invoked), scanned A, original, MIT.

A guide for creating Remotion videos in Vercel’s Geist visual style: dark backgrounds, Geist typography, spring-like motion, and a defined color palette. Remotion is a React-based tool for generating videos in code.

In plain words
What is it for?
Use it to create videos, animations, and motion graphics that follow the Geist design system. It covers project setup, scenes, components, and video output structure.
Why use it?
It gives the project a consistent visual and technical setup for this style of motion work. It also sets rules for icons, brand assets, TypeScript entry files, and code syntax highlighting.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/marve10s/better-fullstack/create-remotion-geist
Any agent
npx skills add Marve10s/Better-Fullstack --skill create-remotion-geist
Clone the repo
git clone --depth 1 https://github.com/Marve10s/Better-Fullstack

Made for: Claude Code, Codex.

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.

agentmods badge for create-remotion-geist

README.md
[![agentmods](https://agentmods.dev/badge/skills/marve10s/better-fullstack/create-remotion-geist.svg)](https://agentmods.dev/skills/marve10s/better-fullstack/create-remotion-geist)
Your own site
<a href="https://agentmods.dev/skills/marve10s/better-fullstack/create-remotion-geist"><img src="https://agentmods.dev/badge/skills/marve10s/better-fullstack/create-remotion-geist.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,475 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00054 $0.01475
Opus 5 $0.00027 $0.00737
Sonnet 5 $0.00011 $0.00295
Haiku 4.5 $0.00005 $0.00147

Measured 4d ago against content hash 034b46cccf43, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-remotion-geist 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 4d 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.

.agents/skills/create-remotion-geist/SKILL.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create Remotion Geist Video

Create Remotion videos styled with Vercel's Geist design system - dark backgrounds, spring animations, Geist fonts, and the 10-step color scale.

When to Use

  • Creating any Remotion video that should look like Vercel
  • Building motion graphics with Geist's dark theme aesthetic
  • Making animated content using Geist typography and colors
  • Producing videos that need the polished Vercel visual style

Critical Rules

  1. NEVER use emojis - Use proper Geist icons from @geist-ui/icons package
  2. Use official brand assets - Download from official sources, don't hand-craft SVGs
  3. Entry point must be .tsx - Use src/index.tsx with registerRoot(), not .ts
  4. Use prism-react-renderer for code - Do NOT use regex-based syntax highlighting

Quick Start

  1. Scaffold the project:

    mkdir -p src/{scenes,components,utils} out
    npm init -y
    npm install remotion @remotion/cli @remotion/tailwind react react-dom
    npm install -D tailwindcss typescript @types/react
    npm install @geist-ui/icons  # For proper icons
    
  2. Create core files (see references/project-setup.md for templates):

    • remotion.config.ts - Enable Tailwind
    • tailwind.config.js - Geist colors and fonts
    • src/styles.css - Font loading from CDN
    • src/index.tsx - Root composition with registerRoot()
    • src/Root.tsx - Composition definitions
    • src/utils/animations.ts - Spring animations
  3. Build scenes following the pattern in references/scene-patterns.md

  4. Render:

    npx remotion studio          # Preview at localhost:3000
    npx remotion render MyComp out/video.mp4
    

Geist Design Tokens (Quick Reference)

Colors (Dark Theme)

Token CSS Variable Value Usage
background-100 --ds-background-100 #0a0a0a Primary background
background-200 --ds-background-200 #171717 Secondary/elevated
gray-400 --ds-gray-400 #737373 Default borders
green-700 --ds-green-700 #46A758 Success
red-700 --ds-red-700 #E5484D Error
amber-700 --ds-amber-700 #FFB224 Warning
blue-700 --ds-blue-700 #0070F3 Info/accent

Read the full file on GitHub · 144 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 4d ago First seen · 144 lines · 54 tokens per session scan A 034b46cccf43

Subscribe to this mod's changes

create-remotion-geist is a skill published in the GitHub repository Marve10s/Better-Fullstack (729 stars, last pushed today), licensed MIT. It adds 54 tokens to every session and 1,475 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

qa-critical-ux

QA Anarlog's critical Pro user journey when explicitly asked — onboarding, responsive launch, microphone and system-audio capture, and automated summaries.

fastrepl/anarlog · 34 tokens

make-interfaces-feel-better

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…

StudyDrift/lextures · 96 tokens

audio-plugin-ui-ux

Use when designing, implementing, or reviewing an audio plugin's user interface — knob layout, chassis composition, meter readability, signal-flow visualization, modulation halos, preset/A-B UI, DPI scaling, hardware-metaphor aesthetics, or pre-commit visual verification of plugin GUIs. Triggers on plugin UI mockups…

Hornfisk/plugindev-plugin · 110 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

vobase/vobase · 59 tokens

design-principles

General object-oriented design principles for TypeScript projects that are NOT part of SOLID or the Gang of Four patterns — coupling and cohesion (incl. connascence), DRY, YAGNI, KISS, separation of concerns, encapsulation / information hiding, Tell Don't Ask, Law of Demeter, composition over inheritance…

robconery/kolea · 143 tokens

lint-js

Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).

denoland/deno · 29 tokens