SvelteKit data flow guidance. Use for load functions, form actions, server/client data, and invalidation. Covers +page.server.ts vs +page.ts, serialization, fail(), redirect(), error(), invalidateAll().
$npx -y skills add spences10/svelte-skills-kit --skill sveltekit-data-flowInstalls into the current project.
Run `npx skills use "https://github.com/spences10/svelte-skills-kit" --skill "spences10/svelte-skills-kit/sveltekit-data-flow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/spences10/svelte-skills-kit" that are relevant to the current task. Run `npx skills add "https://github.com/spences10/svelte-skills-kit"` and select the relevant skills, then follow their instructions.