bun-development
Installation
SKILL.md
Bun Development
Complete guide to development with Bun build system, TypeScript tooling, and package management.
When to use this skill
Use this skill when:
- Setting up a new Bun project
- Configuring TypeScript with Bun
- Building a project with Bun
- Managing dependencies with bun install/bun pm
- Using dev mode for hot reloading
- Running type checking with tsc --noEmit
- Creating production builds with bun run build