概要
The Use Bun skill provides a comprehensive framework for adopting a Bun-first development philosophy in TypeScript projects. It guides developers through auditing existing Node.js codebases, identifying opportunities to replace bloated npm packages with Bun's high-performance built-in primitives—such as bun:test, bun:sqlite, and Bun.$—and enforces a lean dependency hierarchy. By automating the identification of migration paths for testing, database access, and shell scripting, this skill significantly reduces package.json complexity and improves runtime performance while maintaining high standards for code quality and documentation.