# Rest.sh AI Agent Skills

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

Browse 6 official AI agent skills across 1 Rest.sh repository, with install commands and source links.

Official page: https://skillscout.sh/official/rest-sh/
Markdown page: https://skillscout.sh/official/rest-sh/rest-sh_skills_skillscout.md
Vendor website: https://rest.sh/

## Prompt for your agent

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

### rest-sh/restish

Includes 6 official skills: rsh-docs, rsh-product, rsh-release-qa, rsh-review, rsh-simplify, rsh-test.

Install:

```bash
npx skills add rest-sh/restish -y
```

Source: https://github.com/rest-sh/restish

## Individual skills

### rsh-docs

Official Rest.sh skill from rest-sh/restish.

Install:

```bash
npx skills add rest-sh/restish@rsh-docs -y
```

Package: rest-sh/restish
Source: https://github.com/rest-sh/restish/tree/main/.agents/skills/rsh-docs

### rsh-product

Official Rest.sh skill from rest-sh/restish.

Install:

```bash
npx skills add rest-sh/restish@rsh-product -y
```

Package: rest-sh/restish
Source: https://github.com/rest-sh/restish/tree/main/.agents/skills/rsh-product

### rsh-release-qa

Official Rest.sh skill from rest-sh/restish.

Install:

```bash
npx skills add rest-sh/restish@rsh-release-qa -y
```

Package: rest-sh/restish
Source: https://github.com/rest-sh/restish/tree/main/.agents/skills/rsh-release-qa

### rsh-review

Official Rest.sh skill from rest-sh/restish.

Install:

```bash
npx skills add rest-sh/restish@rsh-review -y
```

Package: rest-sh/restish
Source: https://github.com/rest-sh/restish/tree/main/.agents/skills/rsh-review

### rsh-simplify

Official Rest.sh skill from rest-sh/restish.

Install:

```bash
npx skills add rest-sh/restish@rsh-simplify -y
```

Package: rest-sh/restish
Source: https://github.com/rest-sh/restish/tree/main/.agents/skills/rsh-simplify

### rsh-test

Official Rest.sh skill from rest-sh/restish.

Install:

```bash
npx skills add rest-sh/restish@rsh-test -y
```

Package: rest-sh/restish
Source: https://github.com/rest-sh/restish/tree/main/.agents/skills/rsh-test

## rest-sh/restish package overview

Includes 6 official skills: rsh-docs, rsh-product, rsh-release-qa, rsh-review, rsh-simplify, rsh-test.

### Top skills in this package

- rsh-docs: Official Rest.sh skill from rest-sh/restish.
- rsh-product: Official Rest.sh skill from rest-sh/restish.
- rsh-release-qa: Official Rest.sh skill from rest-sh/restish.
- rsh-review: Official Rest.sh skill from rest-sh/restish.
- rsh-simplify: Official Rest.sh skill from rest-sh/restish.
- rsh-test: Official Rest.sh skill from rest-sh/restish.

### Install

Install the full package:

```bash
npx skills add rest-sh/restish -y
```

Install a specific skill:

```bash
npx skills add rest-sh/restish@rsh-docs -y
```

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

Source: https://github.com/rest-sh/restish#readme
