·bun-development
</>

bun-development

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.

7Installs·0Trend·@claudiodearaujo

Installation

$npx skills add https://github.com/claudiodearaujo/izacenter --skill bun-development

How to Install bun-development

Quickly install bun-development AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/claudiodearaujo/izacenter --skill bun-development
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: claudiodearaujo/izacenter.

SKILL.md

View raw

Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun.

| Startup time | 25ms | 100ms+ | | Package install | 10-100x faster | Baseline | | TypeScript | Native | Requires transpiler | | JSX | Native | Requires transpiler | | Test runner | Built-in | External (Jest, Vitest) | | Bundler | Built-in | External (Webpack, esbuild) |

| Init project | bun init | | Install deps | bun install | | Add package | bun add | | Run script | bun run | | Run file | bun run file.ts | | Watch mode | bun --watch run file.ts | | Run tests | bun test | | Build | bun build ./src/index.ts --outdir ./dist | | Execute pkg | bunx |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/claudiodearaujo/izacenter --skill bun-development
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-11

Browse more skills from claudiodearaujo/izacenter

Quick answers

What is bun-development?

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. Source: claudiodearaujo/izacenter.

How do I install bun-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/claudiodearaujo/izacenter --skill bun-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/claudiodearaujo/izacenter

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26