skills/smithery.ai/sveltekit-structure

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
2
First Seen
Apr 8, 2026
sveltekit-structure from smithery.ai