# RStudio AI Agent Skills

RStudio publishes official AI agent skills for its tools, services, and developer workflows.

Browse 8 official AI agent skills across 2 RStudio repositories, with install commands and source links.

Official page: https://skillscout.sh/official/rstudio/
Markdown page: https://skillscout.sh/official/rstudio/rstudio_skills_skillscout.md
Vendor website: https://posit.co/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/rstudio/rstudio_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant RStudio 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

### rstudio/rstudio

Includes 7 official skills: rstudio-create-playwright-tests, rstudio-migrate-tests-selenium-to-playwright, rstudio-run-playwright-tests, rstudio-update-copilot, rstudio-update-electron, rstudio-update-nodejs.

Install:

```bash
npx skills add rstudio/rstudio -y
```

Source: https://github.com/rstudio/rstudio

### rstudio/bslib

Includes 1 official skill: bslib-upgrade-bootstrap.

Install:

```bash
npx skills add rstudio/bslib -y
```

Source: https://github.com/rstudio/bslib

## Individual skills

### rstudio-create-playwright-tests

Official RStudio skill from rstudio/rstudio.

Install:

```bash
npx skills add rstudio/rstudio@rstudio-create-playwright-tests -y
```

Package: rstudio/rstudio
Source: https://github.com/rstudio/rstudio/tree/main/.claude/skills/rstudio-create-playwright-tests

### rstudio-migrate-tests-selenium-to-playwright

Official RStudio skill from rstudio/rstudio.

Install:

```bash
npx skills add rstudio/rstudio@rstudio-migrate-tests-selenium-to-playwright -y
```

Package: rstudio/rstudio
Source: https://github.com/rstudio/rstudio/tree/main/.claude/skills/rstudio-migrate-tests-selenium-to-playwright

### rstudio-run-playwright-tests

Official RStudio skill from rstudio/rstudio.

Install:

```bash
npx skills add rstudio/rstudio@rstudio-run-playwright-tests -y
```

Package: rstudio/rstudio
Source: https://github.com/rstudio/rstudio/tree/main/.claude/skills/rstudio-run-playwright-tests

### rstudio-update-copilot

Official RStudio skill from rstudio/rstudio.

Install:

```bash
npx skills add rstudio/rstudio@rstudio-update-copilot -y
```

Package: rstudio/rstudio
Source: https://github.com/rstudio/rstudio/tree/main/.claude/skills/rstudio-update-copilot

### rstudio-update-electron

Official RStudio skill from rstudio/rstudio.

Install:

```bash
npx skills add rstudio/rstudio@rstudio-update-electron -y
```

Package: rstudio/rstudio
Source: https://github.com/rstudio/rstudio/tree/main/.claude/skills/rstudio-update-electron

### rstudio-update-nodejs

Official RStudio skill from rstudio/rstudio.

Install:

```bash
npx skills add rstudio/rstudio@rstudio-update-nodejs -y
```

Package: rstudio/rstudio
Source: https://github.com/rstudio/rstudio/tree/main/.claude/skills/rstudio-update-nodejs

### rstudio-update-quarto

Official RStudio skill from rstudio/rstudio.

Install:

```bash
npx skills add rstudio/rstudio@rstudio-update-quarto -y
```

Package: rstudio/rstudio
Source: https://github.com/rstudio/rstudio/tree/main/.claude/skills/rstudio-update-quarto

### bslib-upgrade-bootstrap

Official RStudio skill from rstudio/bslib.

Install:

```bash
npx skills add rstudio/bslib@bslib-upgrade-bootstrap -y
```

Package: rstudio/bslib
Source: https://github.com/rstudio/bslib/tree/main/.claude/skills/bslib-upgrade-bootstrap

## rstudio/rstudio package overview

Includes 7 official skills: rstudio-create-playwright-tests, rstudio-migrate-tests-selenium-to-playwright, rstudio-run-playwright-tests, rstudio-update-copilot, rstudio-update-electron, rstudio-update-nodejs.

### Top skills in this package

- rstudio-create-playwright-tests: Official RStudio skill from rstudio/rstudio.
- rstudio-migrate-tests-selenium-to-playwright: Official RStudio skill from rstudio/rstudio.
- rstudio-run-playwright-tests: Official RStudio skill from rstudio/rstudio.
- rstudio-update-copilot: Official RStudio skill from rstudio/rstudio.
- rstudio-update-electron: Official RStudio skill from rstudio/rstudio.
- rstudio-update-nodejs: Official RStudio skill from rstudio/rstudio.
- rstudio-update-quarto: Official RStudio skill from rstudio/rstudio.

### Install

Install the full package:

```bash
npx skills add rstudio/rstudio -y
```

Install a specific skill:

```bash
npx skills add rstudio/rstudio@rstudio-create-playwright-tests -y
```

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

Source: https://github.com/rstudio/rstudio#readme
