Claude
Skills
Sign in
Back

search-bun-docs

Included with Lifetime
$97 forever

Search the Bun documentation. Use when answering questions about Bun APIs, runtime features, bundler, test runner, or package manager configuration.

Code Reviewscripts

What this skill does


# Search Bun Docs

Query the Bun documentation via MCP.

## Usage

```bash
bun run skills/search-bun-docs/scripts/search.ts '{"query": "Bun.file API"}'
```

## Available scripts

- [**scripts/search.ts**](scripts/search.ts) — Search the Bun documentation. Takes JSON with a `query` field, prints matching documentation to stdout.

## When to use

- Looking up Bun runtime APIs (`Bun.file`, `Bun.serve`, `Bun.$`)
- Checking bundler or test runner configuration
- Finding package manager commands or compatibility details
- Verifying Bun-specific behavior vs Node.js
Files: 3
Size: 3.1 KB
Complexity: 29/100
Category: Code Review

Related in Code Review