This generates animation parameter documents for Remotion, not component code. You feed it natural language ("smooth bounce for logo, scale 0.8 to 1.0") or motion specs, and it outputs a structured markdown file with spring configs (damping, stiffness, mass), interpolation mappings, timing constants, and easing functions. The output is pure configuration meant to live in a constants file that your components import. It's opinionated about separation of concerns: animation parameters here, component implementation elsewhere. Useful when you're prototyping motion design and want to define all your spring behaviors and timing in one place before writing any React code. The example configs are practical (smooth, snappy, bouncy, gentle) rather than mathematical abstractions.
npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-animation