What problem does it solve? Video projects built in code waste the most effort on image assets: pictures generated before the style is decided, images that do not match each other, single files that cannot be animated in pieces, and prompts that were never recorded so nothing can be regenerated. This Skill structures the entire asset pipeline so pictures are sorted, specified, and stored correctly the first time. ## Core Features & Use Cases - Asset triage before generating: Sorts the needed pictures into one-offs, reusable pieces, frames exported from the film itself, and things code can draw for free, cutting the generation list substantially. - Prompt authoring with a fixed style paragraph: Writes the exact prompt for each asset with the same style preamble pasted verbatim above every one, so separately generated images look like one video. - Consistency and movability rules: Generates things that must match as one image cut apart afterwards, and splits things that must move independently into separate files. - Use Case: A Remotion film needs 37 pictures. The Skill sorts them down to 28 that actually need generating, writes each prompt with the shared style paragraph, and records every prompt beside its file under public/assets/<project>/ so any image can be regenerated later. ## Quick Start Ask the assistant to work out which pictures the video needs, write the prompt for each one, and place the results under public/assets for the project.