Skip to main content
Back to registry

svelte-runes

spences10/svelte-skills-kit

Which rune? Props: $props() | Bindable: $bindable() | Computed: $derived() | Side effect: $effect() | State: $state()

Installs231
Install command
npx skills add https://github.com/spences10/svelte-skills-kit --skill svelte-runes
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Which rune? Props: $props() | Bindable: $bindable() | Computed: $derived() | Side effect: $effect() | State: $state() Key rules: Runes are top-level only. $derived can be overridden (use const for read-only). Don't mix Svelte 4/5 syntax. Objects/arrays are deeply reactive by default. For @attach and other template directives, see the svelte-template-directives skill. - reactivity-patterns.md - When to use each rune - migration-gotchas.md - Svelte 4→5 translation - component-api.md - $props, $bindable patterns - snippets-vs-slots.md - New snippet syntax - common-mistakes.md - Anti-patterns with fixes - Use onclick not on:click , {@render children()} in layouts - $derived can be reassigned (5.25+) - use const for read-only - Use createContext over setContext / getContext for type safety - Use $inspect.trace to debug reactivity issues - Last verified: 2026-03-12

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does svelte-runes do?

Which rune? Props: $props() | Bindable: $bindable() | Computed: $derived() | Side effect: $effect() | State: $state()

Is svelte-runes good?

svelte-runes does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does svelte-runes work with?

svelte-runes currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to svelte-runes?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install svelte-runes?

npx skills add https://github.com/spences10/svelte-skills-kit --skill svelte-runes

Related skills

More from spences10/svelte-skills-kit

Related skills

Alternatives in Software Engineering