web-meta-framework-sveltekit

Installation
SKILL.md

SvelteKit Patterns

Quick Guide: Load functions fetch, form actions mutate, +server.ts serves external clients, and hooks handle what applies to every request. Data reaches a component as the data prop and an action's result as the form prop, both typed from the generated $types. Two facts change most answers below: +page.server.ts runs only on the server while +page.ts also runs in the browser, and fail() returns while error() and redirect() throw.

Detailed Resources:


Installs
22
GitHub Stars
24
First Seen
Apr 7, 2026
web-meta-framework-sveltekit — agents-inc/skills