sveltekit-remote-functions

Installation
SKILL.md

SvelteKit Remote Functions

Quick Start

File naming: *.remote.ts for remote function files

Which function? One-time action → command() | Repeated reads → query() | Forms → form()

Example

// actions.remote.ts
import { command } from '$app/server';
import * as v from 'valibot';
Installs
20
GitHub Stars
215
First Seen
Jan 21, 2026
sveltekit-remote-functions — spences10/svelte-claude-skills