rive-generator

Installation
SKILL.md

Rive Generator Skill

Generate Rive animations programmatically using TypeScript.

Installation

First, install the npm package:

npm install @stevysmith/rive-generator

Quick Start

import { writeFileSync } from 'fs';
import { RiveFile, hex } from '@stevysmith/rive-generator';

const riv = new RiveFile();
Related skills

More from stevysmith/rive-skills

Installs
5
GitHub Stars
13
First Seen
Jan 26, 2026