bun
v1.4.0All-in-one JavaScript/TypeScript toolkit: fast runtime, package manager, test runner, and bundler. Use when running bun commands, calling Bun.* APIs, or working with bun.lock projects.
By BunLicense: MIT15 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install bun for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add bun@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “bun-2” remain stable.
- Codex:
bun-2@agent-plugin-marketplace→bun@pleaseai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bun/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/use-bun/SKILL.md
Included Skills1
Answer questions about Bun — the all-in-one JavaScript/TypeScript toolkit — and write code using its runtime, package manager, test runner, and bundler. Use when developers call Bun-native APIs (`Bun.serve`, `Bun.file`, `Bun.write`, `Bun.spawn`, `Bun.$` shell, `Bun.SQL`, `Bun.RedisClient`, `Bun.build`, `HTMLRewriter`); import `bun:*` modules (`bun:test`, `bun:sqlite`, `bun:ffi`, `bun:jsc`); run CLI commands (`bun install`/`add`/`run`/`test`/`build`, `bunx`, `bun create`, `bun --compile`); configure `bunfig.toml`, `bun.lock`, workspaces, catalogs, overrides, isolated installs, trustedDependencies, or lifecycle scripts; bundle with loaders, plugins, or macros; write `bun:test` tests (`mock`, `spyOn`, `mock.module`, snapshots, coverage); or need Node.js compatibility, JSC vs V8 differences, or migration from npm/yarn/pnpm/jest/vitest.
Plugin manifests2
{
"name": "bun",
"version": "1.4.0",
"description": "All-in-one JavaScript/TypeScript toolkit: fast runtime, package manager, test runner, and bundler. Use when running bun commands, calling Bun.* APIs, or working with bun.lock projects.",
"author": {
"name": "Bun",
"url": "https://github.com/oven-sh/bun"
},
"interface": {
"displayName": "Bun",
"shortDescription": "All-in-one JavaScript/TypeScript toolkit: fast runtime, package manager, test runner, and bundler",
"longDescription": "All-in-one JavaScript/TypeScript toolkit: fast runtime, package manager, test runner, and bundler. Use when running bun commands, calling Bun.* APIs, or working with bun.lock projects.",
"developerName": "Bun",
"category": "Development",
"capabilities": [
"Skill"
],
"defaultPrompt": [
"Help me use Bun for my current task."
],
"websiteURL": "https://bun.com"
},
"homepage": "https://bun.com",
"repository": "https://github.com/oven-sh/bun",
"license": "MIT",
"keywords": [
"bun",
"runtime",
"package-manager",
"test-runner",
"bundler",
"javascript",
"typescript"
],
"skills": "./skills/"
}{
"name": "bun",
"version": "1.4.0",
"description": "All-in-one JavaScript/TypeScript toolkit: fast runtime, package manager, test runner, and bundler. Use when running bun commands, calling Bun.* APIs, or working with bun.lock projects.",
"author": {
"name": "Bun",
"url": "https://github.com/oven-sh/bun"
},
"homepage": "https://bun.com",
"repository": "https://github.com/oven-sh/bun",
"license": "MIT",
"keywords": [
"bun",
"runtime",
"package-manager",
"test-runner",
"bundler",
"javascript",
"typescript"
],
"skills": [
"./skills/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bun on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bun-2)