83,201 skills sorted by stars.
Bump the version of the zenoh-ros2-sdk package across all configuration files. Use when the user asks to update, bump, o...
Configures Bun as an all-in-one JavaScript runtime, bundler, package manager, and test runner with native TypeScript sup...
Bun JavaScript/TypeScript runtime and all-in-one toolkit. Covers runtime, package manager, bundler, test runner, HTTP se...
Use Bun instead of Node.js, npm, pnpm, or vite. Provides command mappings, Bun-specific APIs, and development patterns.
Complete Bun lifecycle management. Audits current state, plans migration, executes changes, verifies success. Full orche...
Bun runtime patterns and best practices. Fast JavaScript/TypeScript execution, bundling, testing, and edge deployment. T...
Shared Bun audit/remediation router. Use when auditing a repo for Bun-first correctness, explaining Bun audit findings,...
Create optimized production bundles with Bun's native bundler. Use when building applications for production, optimizing...
This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "tre...
Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-shakin...
This skill should be used when the user asks about "Cloudflare Workers with Bun", "deploying Bun to Workers", "wrangler...
Generate optimized Docker images for Bun applications. Use when deploying to containers, minimizing image sizes, setting...
Definitive, rule-first Bun development/build/runtime guidance + automation. Use when adopting Bun, migrating a repo from...
Set up high-performance development servers with Hot Module Replacement. Use when creating dev servers for web apps, set...
Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration f...
Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by [oven-sh/bun](https://github.com/oven-s...
Use for Docker with Bun, Dockerfiles, oven/bun image, containerization, and deployments.
Use when integrating Drizzle ORM with Bun's SQLite driver for type-safe schema definitions and migrations.
This skill should be used when the user asks about "bun:ffi", "foreign function interface", "calling C from Bun", "nativ...
Build high-performance native modules for JavaScript using Bun's FFI (Foreign Function Interface) with Zig or C. Use whe...
Bun provides fast, optimized file operations via Bun.file() and Bun.write().
Describes efficient usage of Bun and Bun APIs instead of Node.js (and its APIs)
Use Bun as the primary JavaScript runtime and tooling choice
Use when building APIs with Hono framework on Bun, including routing, middleware, REST APIs, context handling, or web fr...
Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Cove...
Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or...
Initialize a new Bun project with TypeScript and optimal configuration. Use when starting a new Bun project or convertin...
Use when migrating from Jest to Bun's test runner, import compatibility, mocks, and config.
Evaluate JavaScript at bundle time and inline results. Use when optimizing compile-time code generation, embedding files...
This skill should be used when the user asks about "Next.js with Bun", "Bun and Next", "running Next.js on Bun", "Next.j...
Use when running Nuxt 3 with Bun runtime, building Vue/Nuxt apps with Bun, or configuring Nuxt projects to use Bun for d...
Bun package manager commands (install, add, remove, update), workspaces, lockfiles, npm/yarn/pnpm migration. Use for dep...
Use when building server-rendered React with Bun, including streaming SSR, hydration, renderToString, or custom SSR with...
Use when working with Redis in Bun (ioredis, Upstash), caching, pub/sub, session storage, or key-value operations.