nx-bun-integration

Integrate the Bun runtime into Nx monorepos with the @nx-bun/nx plugin.

9|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/pantheon-org/tekhne --skill nx-bun-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-bun-integration
Source: https://github.com/pantheon-org/tekhne/tree/main/skills/repository-mgmt/nx/bun-integration
Command: npx skills add https://github.com/pantheon-org/tekhne --skill nx-bun-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of the Bun runtime into Nx monorepos, addressing the complexities of setup, configuration, and migration from Node.js toolchains.

Core Features & Use Cases

  • Plugin Integration: Seamlessly add and initialize the @nx-bun/nx plugin.
  • Project Conversion: Migrate existing Nx projects to utilize Bun executors for building, testing, and serving.
  • Cache Optimization: Ensure cache-aware workflows for build and test targets, improving CI performance.
  • Use Case: You are migrating an existing Nx workspace to use Bun for faster builds and tests. This skill guides you through installing the necessary plugin, converting your applications and libraries, and configuring targets for optimal performance and caching.

Quick Start

Install the nx-bun plugin and initialize it for your Nx workspace.

Frequently Asked Questions about nx-bun-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate the Bun runtime into an existing Nx monorepo?

Integrating the Bun runtime into an Nx monorepo involves setting up the nx-bun plugin, configuring executors, and migrating projects from Node.js toolchains to enable cache-aware build and test workflows.

Can I migrate Nx projects from Node.js to Bun executors for builds and tests?

Yes, migrating Nx projects from Node.js to Bun executors allows you to convert existing applications and libraries, configuring targets for faster builds, tests, and serving within your workspace.

What is the best way to configure cache-aware build and test workflows using Bun in Nx?

Configuring cache-aware build and test workflows with Bun in Nx requires the @nx-bun/nx plugin to set up deterministic executors, optimizing CI performance by caching build and test targets.

Does the nx-bun integration require any specific plugins for workspace setup?

Yes, the nx-bun integration requires the @nx-bun/nx plugin for deterministic plugin setup and executor configuration to properly streamline the Bun runtime within your Nx workspaces.

Why should I migrate my Nx workspace to use Bun instead of Node.js toolchains?

Migrating your Nx workspace to Bun instead of Node.js toolchains streamlines runtime integration, addresses setup complexities, and enables faster cache-aware build, test, and serve workflows.

What are the limitations of using the nx-bun plugin for project conversion in Nx?

The nx-bun plugin focuses on deterministic setup and executor configuration for project conversion, meaning limitations arise when migrating complex Node.js toolchain configurations that lack direct Bun executor equivalents.