From 3f4c6173a14c673ec45da1bc068c87f9f661b1c7 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Sat, 30 May 2026 22:43:45 +0900 Subject: [PATCH 1/2] docs(bun): add tessl registry badge and marketplace entry - Add tessl badge to plugins/bun/README.md under the title - Add Bun entry to root README.md Built-in Plugins section with tessl badge, description, install command, and source link - Add `/plugin install bun@pleaseai` to the install-commands list --- README.md | 8 ++++++++ plugins/bun/README.md | 2 ++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 835d3cf2..f1af988e 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,13 @@ TypeScript-first schema validation with static type inference — version-aware **Install:** `/plugin install zod@pleaseai` | **Source:** [plugins/zod](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/zod) +#### Bun +[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fbun)](https://tessl.io/registry/pleaseai/bun) + +Version-aware skill for the Bun JavaScript/TypeScript toolkit — runtime, package manager, test runner, and bundler. + +**Install:** `/plugin install bun@pleaseai` | **Source:** [plugins/bun](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/bun) + ## Quick Start The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need: @@ -442,6 +449,7 @@ Once the marketplace is added (or files copied), the following plugins are avail /plugin install emulate@pleaseai /plugin install ask@pleaseai /plugin install workflow@pleaseai +/plugin install bun@pleaseai ``` ## What Are Claude Code Plugins? diff --git a/plugins/bun/README.md b/plugins/bun/README.md index 357a1d30..db33e82d 100644 --- a/plugins/bun/README.md +++ b/plugins/bun/README.md @@ -1,5 +1,7 @@ # bun +[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fbun)](https://tessl.io/registry/pleaseai/bun) + Version-aware skill for the Bun JavaScript/TypeScript toolkit — runtime, package manager, test runner, and bundler. Ships a single `use-bun` skill that uses the [`ask`](https://github.com/pleaseai/ask) CLI to pin docs and source to the exact Bun version installed in the project. ## Compatibility From 0e7d81ce5b39b86011efae31c14401d48754b365 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Sat, 30 May 2026 22:50:59 +0900 Subject: [PATCH 2/2] chore: apply AI code review suggestions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1af988e..b27852cb 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,8 @@ Once the marketplace is added (or files copied), the following plugins are avail /plugin install emulate@pleaseai /plugin install ask@pleaseai /plugin install workflow@pleaseai +/plugin install portless@pleaseai +/plugin install zod@pleaseai /plugin install bun@pleaseai ```