Install the bundled rive-design-guidelines skill into this environment
riv_setupInstalls the bundled Rive design guidelines skill into the client's skills directory, so it auto-triggers on future Rive projects. Idempotent: re-running updates to the server version.
Instructions
One-time setup: copies the bundled rive-design-guidelines skill (the mandatory tokens → pro-asset ingestion → presets → critique workflow, asset-source registry, icon-animation recipes and craft rules) into the client's skills directory so it auto-triggers on future Rive work — .claude/skills/ in the current project (scope=project, default) or ~/.claude/skills/ for all projects (scope=user). Idempotent: re-running updates the skill to this server version's copy. Recommended on first use of this server in a new environment; clients without skill support can read the same content via the rive-design-guidelines MCP prompt instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | project = <projectDir>/.claude/skills (default), user = ~/.claude/skills | |
| projectDir | No | Project root for scope=project (default: current working directory) |