svelte-runes
✓Verified·Scanned 2/18/2026
Svelte runes guidance. Use for reactive state, props, effects, or migration. Covers $state, $derived, $effect, $props, $bindable. Prevents reactivity mistakes.
Scanned from main at b635e4e · Transparency log ↗
$ vett add spences10/svelte-skills-kit/svelte-runes
Svelte5 Runes
Expert guidance on Svelte 5 runes ($state, $derived, $effect, $props, $bindable). Use when working with
Svelte 5 reactive state, component props, side effects, or migrating
from Svelte 4. Prevents common mistakes like mixing reactive
statements with runes, misusing $effect for derived state, and shallow
reactivity issues.
Structure
SKILL.md- Main skill instructionsreferences/- Detailed documentation loaded as neededscripts/- Executable code for deterministic operationsassets/- Templates, images, or other resources
Usage
This skill is automatically discovered by Claude when relevant to the task.