Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Comment thread
amondnet marked this conversation as resolved.
```

## What Are Claude Code Plugins?
Expand Down
2 changes: 2 additions & 0 deletions plugins/bun/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading