video_motion: Skill for Claude Code

.agents/skills/pr-to-video/SKILL.md

pr-to-video is a skill for Claude Code, Codex from maiscafe/video_motion. It costs 246 tokens per session (5,604 once invoked), scanned A, a copy of pr-to-video, MIT.

A workflow for turning a GitHub pull request into a short video explaining the code changes. A pull request is a proposed set of changes to a software project for review.

In plain words
What is it for?
Use it to explain a feature, fix, refactor, or release change from a GitHub pull request.
Why use it?
It turns a diff, commits, and changed files into a structured explanation without treating the request as a website tour.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code; installed under .agents/ (shared by several agents).

This is maiscafe/video_motion's own configuration. It tells Claude Code and Codex how to work on video_motion itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything video_motion configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is --pr-json ./capture/pr.json --diff ./capture/diff.patch --out-dir ./capture/extracted).

Reuse

Borrowing it

Nothing to install: this file belongs to maiscafe/video_motion. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/maiscafe/video_motion/master/.agents/skills/pr-to-video/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/maiscafe/video_motion

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 pr-to-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/maiscafe/video_motion/pr-to-video/github.svg)](https://agentmods.dev/skills/maiscafe/video_motion/pr-to-video)
Your own site
<a href="https://agentmods.dev/skills/maiscafe/video_motion/pr-to-video"><img src="https://agentmods.dev/badge/skills/maiscafe/video_motion/pr-to-video/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 pr-to-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/maiscafe/video_motion/pr-to-video"><img src="https://agentmods.dev/badge/skills/maiscafe/video_motion/pr-to-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 246 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,604 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.
Origin 100% copy Near-identical to another mod 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.00246 $0.05604
Opus 5 $0.00123 $0.02802
Sonnet 5 $0.00049 $0.01121
Haiku 4.5 $0.00025 $0.00560

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

Security

Grade A, and why

pr-to-video 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 9d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (scripts/assemble-index.mjs, scripts/audio.mjs, scripts/build-frame.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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

This is a copy

100% identical to pr-to-video — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/pr-to-video/SKILL.md · 241 lines

How it starts

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

media-use: Before sourcing audio/images, call /media-use to resolve BGM/SFX/images from the HeyGen catalog. Run --adopt first to register existing assets. See /media-use skill.

PR to HyperFrames

Use this skill to ingest a GitHub pull request, understand the change, plan a code-change explainer, and build it frame by frame in HyperFrames. The input is a code change (read via gh), not a website — there is no capture step and no real assets beyond the contributors' avatars.

Confirm the route before Step 0. You are the orchestrator. Run each step, verify its gate, and only then continue. This skill is for a GitHub pull request (a code change). Route other intents elsewhere: a product launch/promo → /product-launch-video; a general website tour → /website-to-video; a topic explainer with no PR → /faceless-explainer; captions on existing footage → /embedded-captions; a short unnarrated motion graphic → /motion-graphics; a whole-repo or multi-PR release walkthrough → /general-video. Out of scope: live / at-render-time data — PR facts are read once at author time and baked in. If the user says only "make a video" or the route is uncertain, read /hyperframes first.

You are the orchestrator. Work in videos/<project>/. Run steps in order and pass each gate before continuing. User-gated steps are Step 0, Step 3, and Step 6. Do every step yourself except Step 5, where you dispatch one sub-agent per frame. Do not put design or motion rules here; those live in the frame-worker sub-agent, this skill's local ../hyperframes-animation/rules/ + ../hyperframes-animation/blueprints/, and hyperframes-creative.

Workflow: Step 0 setup → hyperframes.json; Step 1 ingest → capture/extracted/ + assets/<login>.png; Step 2 design system → frame.md; Step 3 storyboard/script → STORYBOARD.md and SCRIPT.md; Step 3.1 audio → audio_meta.json; Step 4 visual design → enriched STORYBOARD.md; Step 5 frames → compositions/frames/NN-*.html and index.html; Step 6 final render → renders/video.mp4.


Read the full file on GitHub · 241 lines

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. 9d ago First seen · 241 lines · 246 tokens per session scan A f6d46978744a

Subscribe to this mod's changes

pr-to-video is a skill published in the GitHub repository maiscafe/video_motion (2 stars, last pushed 2mo ago), licensed MIT. It adds 246 tokens to every session and 5,604 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to pr-to-video, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens

michel-cli-demo-recorder

Produce proof-of-execution demos of the Packmind CLI (packmind-cli) as terminal-styled images (colors and formatting preserved exactly), for embedding in a GitHub PR. Renders a crisp master SVG and rasterizes it to a PNG — the PNG is what you embed, because GitHub does not render SVG in PR/issue bodies. Use this…

PackmindHub/packmind · 212 tokens

pr-to-video

turn a GitHub pull request (a PR URL like github.com/ / /pull/ , an / # ref, or 'this PR' in a checked-out repo) into a code-change explainer video, up to 3 min (sweet spot 30-90s) — changelog, feature reveal, fix, or refactor walkthrough, rendered from the diff / commits / files. The input is a CODE CHANGE read via…

J-StaR-Films-Studios/VibeCode-Protocol-Suite · 246 tokens

contribute-catalog

Author a new HyperFrames registry block (caption style, VFX block, transition, lower third) or component (text effect, overlay, snippet) and ship it as an upstream PR to the hyperframes repo. Use ONLY when the user wants to CONTRIBUTE to the public catalog — for in-project caption/transition authoring use the…

frankxai/claude-skills-library · 93 tokens

ozor-changelog-to-video

Convert changelogs, release notes, and version updates into Ozor.ai video prompts. Use this skill whenever the user has a CHANGELOG.md, release notes, GitHub release, version bump summary, or any list of product changes and wants to turn them into a video. Trigger on phrases like 'video from my changelog', 'release…

Mintii-Labs/ozor-skills · 130 tokens

commit-poet

Turn your git commit messages into poetry. Reads the diff, auto-selects a poem style based on change complexity, and commits with a poetic message. Supports haiku, modern verse, Shakespearean sonnet, and opus (epic formal verse). Triggers on: "commit poet", "poetic commit", "poem commit", "write a poem for my commit".

instantX-research/skills · 81 tokens