using-bun
Installation
SKILL.md
Using Bun
When to use this skill
- When the user explicitly mentions "Bun".
- When the user wants to run TypeScript files directly without compilation.
- When the user wants faster package installation (replacing npm/yarn).
- When the user needs a fast test runner or bundler.
- When the user wants to use native APIs like
Bun.serve,Bun.file,Bun.write.