rive-script-builder

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Rive Script Builder

Build accurate, runnable Rive Luau scripts. Optimize for correct protocol choice, valid Luau signatures, editor wiring, and minimal user back-and-forth.

Knowledge policy:

  • Use embedded essentials in this file and local references for common protocol work.
  • Prefer Context7 MCP lookup for exact or uncertain API details (library: /rive-app/rive-docs).
  • If Context7 is unavailable, fall back to sync_rive_docs.py online/cache/offline chain.
  • Never invent APIs, lifecycle methods, or editor menus.

Fast Operating Mode

  • If the user explicitly asks to write/fix/review code and the protocol is clear, proceed directly with a small implementation.
  • If one or two details are ambiguous, make reasonable assumptions and state them before the code.
  • Ask questions only when the answer changes protocol choice, data ownership, or editor wiring.
  • Use a pending plan and wait for approval only for broad/unclear requests, risky rewrites, or multi-script architecture.

Critical Rive Runtime Context

Installs
32
GitHub Stars
9
First Seen
Feb 20, 2026
rive-script-builder — sanqiushili/rive_skills