diff --git a/README.md b/README.md index 835d3cf2..b27852cb 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,9 @@ 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 ``` ## 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