sveltekit
Installation
SKILL.md
SvelteKit
Purpose
Guide responses for SvelteKit app architecture, routing, data loading, and deployment based on official docs.
Scope
- Included: project structure, file-based routing,
+page/+layout/+server,loadfunctions, form actions, hooks, adapters, config, env, SSR/CSR/prerendering. - Excluded: non-SvelteKit frameworks, Svelte-only topics unless required, and unrelated tooling.
When to Use
- You need help with SvelteKit routing, data loading, endpoints, adapters, or configuration.
- You are building or debugging a SvelteKit app.