whatisgithub

What is video-growth-producer?

dudachun/video-growth-producer — explained in plain English

Analysis updated 2026-05-18

13PythonAudience · vibe coderComplexity · 3/5LicenseSetup · moderate

In one sentence

A Codex skill that turns a script or idea into a finished vertical short-form video with cover art, using an AI-assisted production pipeline.

Mindmap

mindmap
  root((video-growth-producer))
    What it does
      Script to video
      Cover art generation
      Style training
    Tech stack
      Python
      Remotion
      Codex
    Use cases
      Short-form video creation
      Draft preview mode
      Personal style profile
    Audience
      Content creators
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate a vertical short-form video and cover image from a text script.

USE CASE 2

Train the tool on your channel's style so future videos match your established look.

USE CASE 3

Preview a draft video with text cards and basic animation before committing to full AI-generated visuals.

USE CASE 4

Run a full publication-quality pipeline including scripting, voiceover, and subtitles.

What is it built with?

PythonRemotion

How does it compare?

dudachun/video-growth-producer1lystore/awaekactashui/sjtu-ppt-template-skill
Stars131313
LanguagePythonPythonPython
Setup difficultymoderatemoderatemoderate
Complexity3/52/52/5
Audiencevibe codervibe coderresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Strict mode requires access to an image generation model, without it only preview mode works.

So what is it?

This is a short-video production skill for Codex, an AI coding assistant. You give it a piece of text or a script, and it works through a series of production steps to generate a vertical short-form video along with a cover image. The idea is that you can also train it on your own content style, so that in future sessions you can say something like "make me a video" and it produces one matching your channel's established direction. The production pipeline covers topic selection, scripting, visual planning, AI-generated image assets for scenes, subtitle timing, voiceover (either AI-generated or provided by the user), video rendering, cover art, and a pre-publication quality check. The actual video rendering is handled by Remotion, a code-based video framework. The output format is vertical at 1080 by 1920 pixels, which matches the standard short-form video format used on most mobile-first platforms. The tool has two modes. The default is called strict mode, which is intended for publication-quality output. This mode requires access to an image generation model to produce the visual scenes, cover backgrounds, and key explanation frames. Without image generation capability, strict mode will not run, because the visual quality depends on those AI-generated assets. The second mode, called remotion-only preview, generates a draft using text cards, logos, and basic animations, without requiring image generation. It is clearly labeled as a preview, not a finished video. Your content preferences, winning patterns, forbidden patterns, and visual style are stored in local profile files that you update over time. These files are not committed to the public repository, so personal account data and voice samples stay private. Installation is a single git clone command that places the skill in the correct directory for Codex to discover it. The project is licensed under MIT.

Copy-paste prompts

Prompt 1
Explain the full production pipeline this tool uses to go from script to finished video.
Prompt 2
What is the difference between strict mode and remotion-only preview mode in this project?
Prompt 3
How do I train this tool on my own content style and profile?
Prompt 4
Walk me through installing this skill for use with Codex.

Frequently asked questions

What is video-growth-producer?

A Codex skill that turns a script or idea into a finished vertical short-form video with cover art, using an AI-assisted production pipeline.

What language is video-growth-producer written in?

Mainly Python. The stack also includes Python, Remotion.

How hard is video-growth-producer to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is video-growth-producer for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.