# Doras.to AI Agent Skills

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

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

Official page: https://skillscout.sh/official/dorasto/
Markdown page: https://skillscout.sh/official/dorasto/dorasto_skills_skillscout.md
Vendor website: https://doras.to/

## Prompt for your agent

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

### dorasto/sayr

Includes 6 official skills: edition, document-feature, right-panel, command-palette, page-header, update-pr.

Install:

```bash
npx skills add dorasto/sayr -y
```

Source: https://github.com/dorasto/sayr

## Individual skills

### edition

Official Doras.to skill from dorasto/sayr.

Install:

```bash
npx skills add dorasto/sayr@edition -y
```

Package: dorasto/sayr
Source: https://github.com/dorasto/sayr/tree/main/.opencode/skills/edition

### document-feature

Official Doras.to skill from dorasto/sayr.

Install:

```bash
npx skills add dorasto/sayr@document-feature -y
```

Package: dorasto/sayr
Source: https://github.com/dorasto/sayr/tree/main/.opencode/skills/document-feature

### right-panel

Official Doras.to skill from dorasto/sayr.

Install:

```bash
npx skills add dorasto/sayr@right-panel -y
```

Package: dorasto/sayr
Source: https://github.com/dorasto/sayr/tree/main/.opencode/skills/right-panel

### command-palette

Official Doras.to skill from dorasto/sayr.

Install:

```bash
npx skills add dorasto/sayr@command-palette -y
```

Package: dorasto/sayr
Source: https://github.com/dorasto/sayr/tree/main/.opencode/skills/command-palette

### page-header

Official Doras.to skill from dorasto/sayr.

Install:

```bash
npx skills add dorasto/sayr@page-header -y
```

Package: dorasto/sayr
Source: https://github.com/dorasto/sayr/tree/main/.opencode/skills/page-header

### update-pr

Official Doras.to skill from dorasto/sayr.

Install:

```bash
npx skills add dorasto/sayr@update-pr -y
```

Package: dorasto/sayr
Source: https://github.com/dorasto/sayr/tree/main/.opencode/skills/update-pr

## dorasto/sayr package overview

Includes 6 official skills: edition, document-feature, right-panel, command-palette, page-header, update-pr.

### Top skills in this package

- edition: Official Doras.to skill from dorasto/sayr.
- document-feature: Official Doras.to skill from dorasto/sayr.
- right-panel: Official Doras.to skill from dorasto/sayr.
- command-palette: Official Doras.to skill from dorasto/sayr.
- page-header: Official Doras.to skill from dorasto/sayr.
- update-pr: Official Doras.to skill from dorasto/sayr.

### Install

Install the full package:

```bash
npx skills add dorasto/sayr -y
```

Install a specific skill:

```bash
npx skills add dorasto/sayr@edition -y
```

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

Source: https://github.com/dorasto/sayr#readme
