This is your reference for SvelteKit's file-based routing conventions and layout system. Covers the plus-file naming scheme (+page.svelte, +layout.svelte, +error.svelte, +server.ts), nested layouts with the children render pattern, and SSR/hydration gotchas. Honestly most useful when you're setting up a new SvelteKit project or debugging why your layout isn't applying where you expect. The quick start shows the route-to-URL mapping and a basic layout structure. Reference files drill into error boundaries, the svelte:boundary component for pending states, and how to handle browser-only code. Saves you from constantly checking the SvelteKit docs for file naming rules.
npx skills add https://github.com/spences10/svelte-skills-kit --skill sveltekit-structure