This is a comprehensive reference for building with Bun, the fast JavaScript runtime that's gaining traction as a Node.js alternative. It covers everything from installation and package management to Bun's native APIs for file handling, HTTP servers, WebSockets, and SQLite. You'll want this when migrating existing Node projects to Bun or starting fresh with its built-in bundler and test runner. The skill includes real code examples for common patterns like password hashing and environment variables, plus migration guidance since Bun isn't 100% Node-compatible. The speed improvements are real (10-100x faster installs, native TypeScript support), but you'll need to verify your dependencies work with Bun's runtime before fully committing.
npx skills add https://github.com/davila7/claude-code-templates --skill bun-development