svelte-deployment

Installation
SKILL.md

Svelte Deployment

Quick Start

pnpm 10+: Add prepare script (postinstall disabled by default):

{
	"scripts": {
		"prepare": "svelte-kit sync"
	}
}

Vite 7: Update both packages together:

pnpm add -D vite@7 @sveltejs/vite-plugin-svelte@6
Related skills
Installs
124
GitHub Stars
79
First Seen
Jan 20, 2026