
from ai-agents-skills219
Guides creating and running JavaScript/TypeScript projects with the Bun runtime — install, package management, running servers, bundling, and testing.
Provides practical instructions for using the Bun JavaScript runtime to create, run, bundle, and test JS/TS projects. Contains quick-start commands, package management tips, server and WebSocket examples, bundling and build recipes, and examples for Bun's built-in APIs (file I/O, SQLite, crypto). Useful for devs wanting a fast Node alternative.
Use this skill when you need to: initialize a Bun project, run TypeScript without a build step, install or manage packages with Bun, run a Bun HTTP or WebSocket server, bundle for browser or server, or use Bun-specific APIs for performance. Triggers on Bun, bunx, bun.sh, Bun serve, Bun test, and JavaScript runtime requests.
Inferred: developer-focused agents that can run shell commands and interact with repositories — GitHub Copilot-style coding assistants, Cursor, Claude Code, and tools with shell access for running Bun commands.
Bun skill is a comprehensive reference guide for the Bun JavaScript runtime, covering installation, package management, built-in APIs, HTTP server, SQLite, testing, bundling, and more. No bundled scripts — purely static documentation. Contains curl|bash install commands which are a security concern but standard for Bun's official install method.
Pure reference/documentation skill with no scripts. The curl|bash pattern is Bun's official install method — not malicious but worth noting. Architecture is monolithic: one large SKILL.md with no modular structure (no scripts/ or references/ directories). Content quality is good — clear examples, comprehensive coverage.