sveltekit-structure

Installation
SKILL.md

SvelteKit Structure

Quick Start

File types: +page.svelte (page) | +layout.svelte (wrapper) | +error.svelte (error boundary) | +server.ts (API endpoint)

Routes: src/routes/about/+page.svelte/about | src/routes/posts/[id]/+page.svelte/posts/123

Layouts: Apply to all child routes. +layout.svelte at any level wraps descendants.

Example

Installs
614
GitHub Stars
86
First Seen
Jan 20, 2026
sveltekit-structure — spences10/svelte-skills-kit