bun-runtime/SKILL.md
Build JavaScript/TypeScript applications using Bun runtime for fast performance.
npx skillsauth add Heldinhow/awesome-opencode-dev-skills bun-runtimeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Bun is an all-in-one JavaScript runtime designed for speed, with built-in package manager, test runner, and bundler. This skill should be invoked when you need fast JavaScript/TypeScript execution, a streamlined development experience, or want to reduce toolchain complexity.
curl -fsSL https://bun.sh/install | bashbun --versionbun init to create new projectbun add <package> instead of npm installbun run <script>bun test for running test suitesbun test for fast test executiontools
Implement WebSocket communication for real-time bidirectional client-server communication.
development
Implement webhook handlers for processing incoming events from external services.
development
Test web applications using Playwright for end-to-end browser testing.
development
Build production-quality HTML artifacts using React, Tailwind CSS, and shadcn/ui.