sveltekit-data-flow

Verified·Scanned 2/18/2026

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().

by spences10·vb635e4e·34.8 KB·89 installs
Scanned from main at b635e4e · Transparency log ↗
$ vett add spences10/svelte-skills-kit/sveltekit-data-flow

Sveltekit Data Flow

SvelteKit data flow guidance. Use for load functions, form actions, and server/client data. Covers +page.server.ts vs +page.ts, serialization, fail(), redirect(), error().

Structure

  • SKILL.md - Main skill instructions
  • references/ - Detailed documentation loaded as needed
  • scripts/ - Executable code for deterministic operations
  • assets/ - Templates, images, or other resources

Usage

This skill is automatically discovered by Claude when relevant to the task.