
IVGDesign.rive-luau. Source: github.com/ivg-design/rive-luau-lsp..luau file icon so script files are easy to spot in the explorerdrawPath— Render a shape on screen. This is the core drawing call in Rive scripting. You give it two things: path (what to draw) and paint (how it looks).
clipPath— Mask all future drawing to only appear inside this shape. Like cutting a hole in paper: after clipPath(), only the area inside the clip path is visible.
BlendMode— Controls how overlapping shapes blend together, like Photoshop layer blend modes. multiply = darken, screen = lighten, overlay = contrast boost.
rive-globals.d.luau) that AI agents can read to ground their script generation against the actual Rive scripting surface — every type, method, property, and parameter, with educational doc comments./rive-luau-lsp that wraps the CLI so any agent can validate Luau scripts as part of its workflow. Drop the skill into a Claude Code session, and the agent will:rive-luau-analyze after writingPosted May 10, 2026
Rive's Luau scripting language server for VS Code. Autocomplete, real-time diagnostics, go-to-definition, and educational tooltips and a CLI tool for AI agents.
0
1