1 approved skill in this repository
Frontend
Svelte 5 runes, snippets, and SvelteKit patterns for modern component development. \n \n Covers all Svelte 5 runes ($state, $derived, $effect, $props, $bindable, $inspect) with reactive state and computed value patterns \n Explains snippets syntax ({#snippet}, {@render}) as the replacement for slots and slot props \n Includes event handling migration from on: directives to onclick handlers and callback props, plus SvelteKit load functions and form actions \n Provides TypeScript typing for props,