Svelte 5 debugging with $inspect(). Use when the user asks about Svelte DevTools, debugging components, or inspecting reactive state. Also use when debugging Svelte 5 issues where static code analysis is insufficient; reactive chains not propagating ($derived → $effect → render but UI not updating), $state values stale or unexpected at runtime, components receiving wrong props, or $effects firing too often or not at all.
$npx -y skills add dibstern/conduit --skill svelte5-inspectInstalls into the current project.
Run `npx skills use "https://github.com/dibstern/conduit" --skill "dibstern/conduit/svelte5-inspect"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dibstern/conduit" that are relevant to the current task. Run `npx skills add "https://github.com/dibstern/conduit"` and select the relevant skills, then follow their instructions.