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
Обновлено 1/17/2026
Звёзды
0
Форки
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.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use sveltekit-remote-functions