svelte5-runes-static
Installation
SKILL.md
Svelte 5 Runes with adapter-static (SvelteKit)
Overview
Build static-first SvelteKit applications with Svelte 5 runes without breaking hydration. Apply these patterns when using adapter-static (prerendering) and combining global stores with component-local runes.
Related Skills
svelte(Svelte 5 runes core patterns)sveltekit(adapters, deployment, SSR/SSG patterns)typescript-core(TypeScript patterns and validation)vitest(unit testing patterns)
Core Expertise
Building static-first Svelte 5 applications using runes mode with proper state management patterns that survive prerendering and hydration.