home/categories/full-stack/maxnoller-claude-code-plugins-plugins-svelte-skills-sveltekit-remote-functions-skill-md
full-stackdevelopment

sveltekit-remote-functions

Patterns for SvelteKit remote functions (query, command, form, batch) from $app/server. Use when working with .remote.ts files, server-side data fetching with query(), mutations with command(), form handling with form(), request batching, or when users ask about calling server functions from client code, type-safe RPC, or replacing load functions with remote functions.

maxnoller
maintainer
maxnoller
Updated 1/17/2026
Stars
0
Forks
0
quick start

Installation and usage

Patterns for SvelteKit remote functions (query, command, form, batch) from $app/server. Use when working with .remote.ts files, server-side data fetching with query(), mutations with command(), form handling with form(), request batching, or when users ask about calling server functions from client code, type-safe RPC, or replacing load functions with remote functions.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use sveltekit-remote-functions