Toolverse
All skills

bun-development

by davila7

Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, or migrating from Node.js to Bun.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Testing
Views
23

About this skill

Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, or migrating from Node.js to Bun.

How to use

  1. Zainstaluj Bun na swoim systemie: na macOS/Linux uruchom curl -fsSL https://bun.sh/install | bash, na Windows użyj powershell -c "irm bun.sh/install.ps1 | iex", lub zainstaluj przez Homebrew poleceniem brew install bun. Możesz też zaktualizować istniejącą instalację komendą bun upgrade.

  2. Zainicjuj nowy projekt Bun poleceniem bun init w wybranym katalogu. Skill utworzy strukturę z package.json, tsconfig.json, index.ts i README.md – gotową do pracy.

  3. Jeśli chcesz użyć szablonu (React, Next.js, Vite, Elysia), uruchom bun create , na przykład bun create react my-app dla aplikacji React lub bun create next my-app dla Next.js.

  4. Zainstaluj zależności projektu poleceniem bun install – będzie to znacznie szybsze niż npm install, szczególnie przy dużych projektach.

  5. Uruchamiaj skrypty z package.json za pomocą bun run lub korzystaj z wbudowanego test runnera (bun test) i bundlera (bun build) bez dodatkowych narzędzi.

  6. Jeśli migrujesz z Node.js, sprawdź dokumentację Bun pod kątem różnic w API – skill pomoże w rozwiązywaniu problemów specyficznych dla tego runtime'u.

Related skills

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

playwright

by BloomBooks

How to make good playwright (e2e) tests for this project.

Testing
1298

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

crypto-research

by stevengonsalvez

Comprehensive cryptocurrency market research and analysis using specialized AI agents. Analyzes market data, price trends, news sentiment, technical indicators, macro correlations, and investment opportunities. Use when researching cryptocurrencies, analyzing crypto markets,

Testing
14118

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510