josh/svelte v2.0.0
svelte
Use this skill whenever writing, editing, reviewing, or debugging Svelte or SvelteKit code. This skill contains critical project-specific conventions and Svelte 5 runes patterns that you MUST consult — without it you will produce broken Svelte 4 code (export let, on:click, slot, $:, createEventDispatcher) instead of correct Svelte 5 code ($props, $state, $derived, $effect, $bindable, {@render}, snippets). Also covers shadcn-svelte component patterns, tailwind-variants tv() usage, and Tailwind CSS 4.x configuration. Trigger on any mention of: Svelte, SvelteKit, .svelte files, runes, $state, $derived, $effect, $props, $bindable, snippets, {@render}, shadcn-svelte, svelte-check, +page.svelte, +layout.svelte, +server.ts, load functions, form actions, or migrating from Svelte 4 to Svelte 5.