This gets Nuxt 3 running on Bun runtime instead of Node, which means faster startup and dev server refresh. The skill covers the basics like setting up the Bun preset in your Nitro config, using Bun-specific APIs like bun:sqlite in your server routes, and deployment with Docker. What's useful here is the security callout about scaffolding tools executing remote code, recommending cooldown periods and the Socket CLI for package auditing. The examples are solid for server-side work, composables, and H3 event handlers. Most helpful if you're already comfortable with Nuxt and want to swap the runtime, not if you're learning Nuxt from scratch.
npx skills add https://github.com/secondsky/claude-skills --skill bun-nuxt