# Restate AI Agent Skills

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

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

Official page: https://skillscout.sh/official/restatedev/
Markdown page: https://skillscout.sh/official/restatedev/restatedev_skills_skillscout.md
Vendor website: https://restate.dev/

## Prompt for your agent

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

### restatedev/skills

Includes 1 official skill: building-restate-services.

Install:

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

Source: https://github.com/restatedev/skills

### restatedev/docs-restate

Includes 2 official skills: building-restate-services, src.

Install:

```bash
npx skills add restatedev/docs-restate -y
```

Source: https://github.com/restatedev/docs-restate

## Individual skills

### building-restate-services

Official Restate skill from restatedev/skills.

Install:

```bash
npx skills add restatedev/skills@building-restate-services -y
```

Package: restatedev/skills
Source: https://github.com/restatedev/skills/tree/main/plugins/restatedev/skills/building-restate-services

### building-restate-services

Official Restate skill from restatedev/docs-restate.

Install:

```bash
npx skills add restatedev/docs-restate@building-restate-services -y
```

Package: restatedev/docs-restate
Source: https://github.com/restatedev/docs-restate/tree/HEAD/restate-plugin/skills/building-restate-services

### src

Official Restate skill from restatedev/docs-restate.

Install:

```bash
npx skills add restatedev/docs-restate@src -y
```

Package: restatedev/docs-restate
Source: https://github.com/restatedev/docs-restate/tree/main/restate-plugin/src

## restatedev/skills package overview

Includes 1 official skill: building-restate-services.

### Top skills in this package

- building-restate-services: Official Restate skill from restatedev/skills.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add restatedev/skills@building-restate-services -y
```

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

Source: https://github.com/restatedev/skills#readme
