bun-development
Fast JavaScript/TypeScript development with Bun runtime, including package management, testing, bundling, and Node.js migration.
- Native TypeScript and JSX support with no transpiler required; 10-100x faster package installation and ~25ms startup time compared to Node.js
- Built-in tools: HTTP/WebSocket server, SQLite database, test runner, bundler, and password hashing via
Bun.serve(),Bun.sql(),bun test, andBun.build() - File system and environment variable APIs (
Bun.file(), auto-loaded.env) plus executable compilation for standalone CLI tools across Linux, macOS, and ARM64 - High Node.js compatibility for most APIs (
fs,path,crypto,process,Buffer); migration involves swapping package manager and updating scripts inpackage.json
⚡ Bun Development
Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun.
When to Use This Skill
Use this skill when:
- Starting new JS/TS projects with Bun
- Migrating from Node.js to Bun
- Optimizing development speed
- Using Bun's built-in tools (bundler, test runner)
- Troubleshooting Bun-specific issues
1. Getting Started
More from sickn33/antigravity-awesome-skills
docker-expert
You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices.
15.0Knodejs-best-practices
Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.
11.2Ktypescript-expert
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.
8.3Kapi-security-best-practices
Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities
7.0Kclean-code
This skill embodies the principles of \"Clean Code\" by Robert C. Martin (Uncle Bob). Use it to transform \"code that works\" into \"code that is clean.\"
6.6Knextjs-best-practices
Next.js App Router principles. Server Components, data fetching, routing patterns.
5.2K