# Rolldown AI Agent Skills

Rolldown publishes official AI agent skills for its tools, services, and developer workflows. Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

Browse 2 official AI agent skills across 1 Rolldown repository, with install commands and source links.

Official page: https://skillscout.sh/official/rolldown/
Markdown page: https://skillscout.sh/official/rolldown/rolldown_skills_skillscout.md
Vendor website: https://rolldown.rs/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/rolldown/rolldown_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Rolldown skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### rolldown/tsdown

Includes 2 official skills: tsdown, tsdown-migrate.

Install:

```bash
npx skills add rolldown/tsdown -y
```

Source: https://github.com/rolldown/tsdown

## Individual skills

### tsdown

Official Rolldown skill from rolldown/tsdown.

Install:

```bash
npx skills add rolldown/tsdown@tsdown -y
```

Package: rolldown/tsdown
Source: https://github.com/rolldown/tsdown/tree/main/skills/tsdown

### tsdown-migrate

Official Rolldown skill from rolldown/tsdown.

Install:

```bash
npx skills add rolldown/tsdown@tsdown-migrate -y
```

Package: rolldown/tsdown
Source: https://github.com/rolldown/tsdown/tree/main/skills/tsdown-migrate

## rolldown/tsdown package overview

Includes 2 official skills: tsdown, tsdown-migrate.

### Top skills in this package

- tsdown: Official Rolldown skill from rolldown/tsdown.
- tsdown-migrate: Official Rolldown skill from rolldown/tsdown.

### Install

Install the full package:

```bash
npx skills add rolldown/tsdown -y
```

Install a specific skill:

```bash
npx skills add rolldown/tsdown@tsdown -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/rolldown/tsdown#readme
