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
使用

安裝後,您可以通過在終端運行以下命令來使用此技能:

skills use sveltekit-remote-functions