svelte-5-runes

Installation
SKILL.md

Svelte 5 Runes

Feature Status: Stable in Svelte 5.0+ (October 2024) Documentation Source: https://svelte.dev/docs/svelte/what-are-runes

Complete guide to Svelte 5's reactivity system using runes.

When to Use This Skill

Use this skill for any Svelte 5 project. Runes are the core reactivity primitives:

  • Creating reactive state with $state
  • Computing derived values with $derived
  • Running side effects with $effect
  • Defining component props with $props
  • Creating bindable props with $bindable
  • Debugging with $inspect

What Are Runes?

Installs
1
GitHub Stars
2
First Seen
Apr 26, 2026
svelte-5-runes — szweibel/claude-skills