Builds and runs SvelteKit apps on Bun instead of Node, which means you get faster dev servers and quicker builds. Covers the essentials: setting up svelte-adapter-bun, using Bun's SQLite database directly in server load functions and form actions, file operations with Bun.file, and deployment with Docker. The security section on supply chain practices is more thorough than most framework guides, walking through post-install script blocking and release cooldowns. Works with Svelte 5's new runes syntax. If you're already using Bun for other projects or want to squeeze more performance out of SvelteKit's SSR, this gets you running without much friction.
npx skills add https://github.com/secondsky/claude-skills --skill bun-sveltekit