bun-monorepo-workflows

Migrate pnpm monorepos to Bun with workspace and Wrangler compatibility.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ldsgroups225/Yeko --skill bun-monorepo-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bun-monorepo-workflows
Source: https://github.com/ldsgroups225/Yeko/tree/main/.github/skills/bun-monorepo-workflows
Command: npx skills add https://github.com/ldsgroups225/Yeko --skill bun-monorepo-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Migrate and manage a pnpm-based monorepo using Bun as the package manager.

Core Features & Use Cases

  • Provides Bun equivalents for common pnpm workflows (install, ci, run, add, and listing).
  • Includes a safe pnpm → Bun migration checklist and guidance for Cloudflare Wrangler workflows.
  • Applies to monorepo maintenance across workspaces with filters and cross-project scripting.

Quick Start

Install Bun at the repo root, run bun install, then verify workspace scripts with bun run to ensure Wrangler workflows still work.

Frequently Asked Questions about bun-monorepo-workflows

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

FAQPage Schema
How do I migrate a pnpm monorepo to Bun?

To migrate a pnpm monorepo to Bun, install Bun at the repo root, run bun install, and verify workspace scripts. A safe pnpm to Bun migration checklist ensures command mappings and dependency installations remain compatible across workspaces.

Does Bun work with Cloudflare Wrangler workflows in a monorepo?

Yes, Bun works with Cloudflare Wrangler workflows. After running bun install, you can verify workspace scripts with bun run to ensure that Wrangler workflows and cross-project scripting remain functional across the monorepo.

What is the Bun equivalent of pnpm workspace filtering?

Bun provides workspace filtering capabilities to manage monorepo maintenance across projects. This allows targeted script execution and dependency management within specific workspaces, serving as a direct equivalent to pnpm workspace filtering.

Can I use Bun for continuous integration in a pnpm monorepo?

Yes, you can use Bun for continuous integration in a pnpm monorepo. The workflow satisfies requirements for bun ci paths, offering reliable dependency installation and script execution for automated monorepo environments.

What are the limitations of migrating from pnpm to Bun?

Limitations of migrating from pnpm to Bun involve ensuring safe transitions across complex workspaces. Users must verify command mappings, check Cloudflare Workers compatibility, and validate that cross-project scripting behaves identically to avoid breaking changes.