Skip to main content
Back to registry

sveltekit-remote-functions

spences10/svelte-skills-kit

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

Installs146
Install command
npx skills add https://github.com/spences10/svelte-skills-kit --skill sveltekit-remote-functions
About this skill
File naming: *.remote.ts for remote function files Which function? One-time action → command() | Repeated reads → query() | Forms → form() - references/remote-functions.md - Complete guide with all patterns - Remote functions execute on server when called from browser - Args/returns must be JSON-serializable - Schema validation via StandardSchemaV1 (Valibot/Zod) - getRequestEvent() available for cookies/headers access - In components: Use {#await} blocks (safe) or query.current / query.loading properties - Warning: + {@const await} causes infinite navigation loops with shared queries ( sveltejs/svelte#17717 ) - Refresh queries: Call query().refresh() - updates without flicker - Last verified: 2026-02-21

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does sveltekit-remote-functions do?

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

Is sveltekit-remote-functions good?

sveltekit-remote-functions does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does sveltekit-remote-functions work with?

sveltekit-remote-functions currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to sveltekit-remote-functions?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install sveltekit-remote-functions?

npx skills add https://github.com/spences10/svelte-skills-kit --skill sveltekit-remote-functions

Related skills

More from spences10/svelte-skills-kit

Related skills

Alternatives in Software Engineering