关于
This skill provides a comprehensive framework for troubleshooting Svelte applications, spanning from legacy Svelte 4 store patterns to the modern Svelte 5 runes system ($state, $derived, $effect). It helps developers identify root causes for common pitfalls like reactivity failures, infinite update loops, and SSR hydration mismatches while leveraging native tools like $inspect(), {@debug}, and svelte-check. Whether you are migrating a codebase to Svelte 5 or fixing complex lifecycle bugs, this skill ensures your Svelte components are performant and error-free.