بنقرة واحدة
remotion
Use when creating programmatic videos, animated explainers, or visual compositions with Remotion.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when creating programmatic videos, animated explainers, or visual compositions with Remotion.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Iteratively improve a feinschliff diagram skill: loop measure, mutate one thing, keep or revert, consolidate, scoring generated output with `feinschliff-builder eval`. Rides the built-in /goal. Use when asked to autoloop against its evals.
Use when a brand pack scaffold exists and you need to close the structural fidelity gap against a source PPTX — runs the verify-loop, then fans out one sub-agent per layout above threshold so each slide is analysed and edited in parallel.
Use when authoring a CLI session recording for the cli-recorder skill. Translates a user's intent ("video of installing kubectl") into a valid recipe.toml through interactive Q&A.
Generate Excalidraw diagrams from a compact DSL with brand-resolved colors. Use for boxes/arrows flow diagrams.
Generate SVG diagrams from a compact DSL with brand-resolved colors. Use for charts, flows, and schematic 2D graphics.
Scaffold v2 `.slide.dsl` layout skeletons for a brand pack from its claude-design HTML. Use when adding new layouts.
| name | remotion |
| description | Use when creating programmatic videos, animated explainers, or visual compositions with Remotion. |
Create videos using Remotion — React components rendered as video frames. Orchestrates a multi-phase pipeline from concept to verified MP4.
node --version and npm --version before starting.@remotion/cli.For project structure and full reference index, see project-layout.md.
User: Create a 30-second explainer video about how DNS works
The skill runs a 5-phase pipeline: storyboard the concept, generate voiceover audio, build React scenes in parallel, evaluate quality via stills, and verify against the storyboard. Each phase gates the next.
Each phase has a reference with full instructions — read it when you reach that phase.
| Phase | Name | Reference | Gate |
|---|---|---|---|
| 0 (opt) | Analyze | analyze.md | .storyboard.md exists |
| 1 | Storyboard | storyboard.md | User approves docs/STORYBOARD.md |
| 2 | Audio | audio.md | public/vo-beat*.mp3 + src/timing.ts exist |
| 3 | Build | build.md | All scenes render and pass visual inspection |
| 4 | Eval | eval.md | All scenes score >= 7.0 |
| 5 | Verify | verify.md | User approves docs/VERIFICATION_REPORT.md |