Explainer Reel Skill
Description
Claude Code skill: build a self-playing animated explainer reel - one self-contained HTML file that plays like a 2-3 min product or architecture video, with synthesized audio and narration, for screen recording.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
explainer-reel
A [Claude Code](https://claude.com/claude-code) skill that builds a **self-playing animated "explainer reel"** — one self-contained HTML file that plays like a 2–3 minute product or architecture video, designed to be screen-recorded for a demo or pitch.
Each reel has:
- a fixed 16:9 stage for clean 1080p capture
- a pipeline rail of 3–7 nodes with a glowing packet that advances stage by stage
- cross-fading scenes (title → problem → each stage → payoff → stack recap → close)
- a caption bar, timeline, and clock
- audio synthesized in the browser — an ambient pad, per-scene ticks, a payoff chime, and speech-synthesis narration, one spoken line per scene
- controls: prev / play / next / restart / Voice / Sound / scene dots (Space = play-pause, ← → = step)
prefers-reduced-motionsupport
The animation engine is fixed. Authoring a reel means writing three arrays (`SCENES`, `SAY`, `NODES`) and a few labels.
Install
Copy the skill folder into your Claude Code skills directory:
git clone https://github.com/rahulsaw13/explainer-reel-skill.git
cp -r explainer-reel-skill/explainer-reel ~/.claude/skills/explainer-reel
(or `.claude/skills/explainer-reel` inside a single project). Restart Claude Code; it will list `explainer-reel` among available skills.
Use
"Make an animated explainer video for <your system>." "Turn this architecture into a 2-minute reel." "/explainer-reel"
Claude pins the subject, defines the pipeline stages, storyboards the scenes, fills in the template, and publishes the result as an Artifact with recording instructions.
Layout
explainer-reel/
SKILL.md instructions Claude follows
assets/template.html the engine + an editable placeholder reel
reference/scene-components.md the styled scene building blocks
reference/authoring.md arc, caption/narration, timing, recording
examples/
always-on-cod
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11