vidtsx-2d-generator

vidtsx-2d-generator is a skill for Claude Code from hassancs91/claude-youtube-editor. It costs 225 tokens per session (2,828 once invoked), scanned A, original, MIT.

A generator for production-ready 2D animated video shots written as TSX files for VidTSX, a Remotion-based video system. It creates frame-by-frame motion graphics from a shot, scene, or video description.

In plain words
What is it for?
It is for creating title cards, animated clips, scenes, and other 2D motion-graphic shots as separate TSX files.
Why use it?
It provides editable shot files and checks the animation structure needed for the video renderer to work correctly.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It is for creating title cards, animated clips, scenes, and other 2D motion-graphic shots as separate TSX files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hassancs91/claude-youtube-editor/vidtsx-2d-generator
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.

Any agent
npx skills add hassancs91/claude-youtube-editor --skill vidtsx-2d-generator
Clone the repo
git clone --depth 1 https://github.com/hassancs91/claude-youtube-editor

Made for: Claude Code.

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 vidtsx-2d-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/hassancs91/claude-youtube-editor/vidtsx-2d-generator/github.svg)](https://agentmods.dev/skills/hassancs91/claude-youtube-editor/vidtsx-2d-generator)
Your own site
<a href="https://agentmods.dev/skills/hassancs91/claude-youtube-editor/vidtsx-2d-generator"><img src="https://agentmods.dev/badge/skills/hassancs91/claude-youtube-editor/vidtsx-2d-generator/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.

agentmods 80×15 button for vidtsx-2d-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/hassancs91/claude-youtube-editor/vidtsx-2d-generator"><img src="https://agentmods.dev/badge/skills/hassancs91/claude-youtube-editor/vidtsx-2d-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 225 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,828 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00225 $0.02828
Opus 5 $0.00112 $0.01414
Sonnet 5 $0.00045 $0.00566
Haiku 4.5 $0.00022 $0.00283

Measured 12d ago against content hash ed791a9d6a30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

vidtsx-2d-generator 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/vidtsx-2d-generator/SKILL.md · 273 lines

How it starts

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

VidTSX 2D Video Generator

Generate production-ready 2D TSX video files for VidTSX from a description of a shot or video. The files are Remotion compositions that VidTSX renders frame-by-frame, so correctness matters more than cleverness: a single non-monotonic interpolate range or a stray useState will crash the render.

This skill covers 2D motion graphics. 3D work (@remotion/three / React Three Fiber) is out of scope.

How to use this skill

  1. Clear single shot → generate the .tsx file directly.
  2. Complex, multi-shot, or visually ambiguous request → confirm the shot breakdown or visual direction in one short message first, then generate. Don't over-ask; a one-line confirmation is enough.
  3. Deliver as an actual .tsx file, not inline code. These TSX components always exceed 20 lines, and the user edits these files directly. Default to one shot per file (atomic, easy to edit) unless the user asks for a single combined deliverable.
  4. The file contains only the component code — the structural section comments below are welcome, but no markdown fences, no prose explanations inside the file.
  5. Render it and look before calling it done — see Verify the render. A shot you have only reasoned about is not finished; a still (and, for reveals/scrolls, frames at each cue) is the bar.

Output spec

Dimension presets

Format Width Height Use case
horizontal 1920 1080 YouTube, presentations
vertical 1080 1920 TikTok, Reels, Shorts
square 1080 1080 Instagram feed

Defaults

  • Format: horizontal (1920×1080)
  • Duration: 5 seconds
  • FPS: 30
  • Style: minimalist (see references/style-presets.md)

Mandatory file structure

Every generated file follows this skeleton. The labeled section comments are intentional — they keep large files navigable.

Read the full file on GitHub · 273 lines

Files

What ships with it

1 file 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. 12d ago First seen · 273 lines · 225 tokens per session scan A ed791a9d6a30

Subscribe to this mod's changes

vidtsx-2d-generator is a skill published in the GitHub repository hassancs91/claude-youtube-editor (303 stars, last pushed 24d ago), licensed MIT. It adds 225 tokens to every session and 2,828 once invoked, about $0.0011 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.