# Devolutions AI Agent Skills

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

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

Official page: https://skillscout.sh/official/devolutions/
Markdown page: https://skillscout.sh/official/devolutions/devolutions_skills_skillscout.md
Vendor website: https://devolutions.net/

## Prompt for your agent

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

### devolutions/powershell-universal-skills

Includes 4 official skills: install-sandbox-psu, custom-frontend-psu, winforms-to-psu, custom-component-psu.

Install:

```bash
npx skills add devolutions/powershell-universal-skills -y
```

Source: https://github.com/Devolutions/powershell-universal-skills

### devolutions/ironrdp

Includes 2 official skills: code-review, release-prep.

Install:

```bash
npx skills add devolutions/ironrdp -y
```

Source: https://github.com/Devolutions/IronRDP

### devolutions/avalonia-extensions

Includes 2 official skills: avalonia-devtools-mcp, winui-control-theming.

Install:

```bash
npx skills add devolutions/avalonia-extensions -y
```

Source: https://github.com/Devolutions/avalonia-extensions

## Individual skills

### install-sandbox-psu

Official Devolutions skill from devolutions/powershell-universal-skills.

Install:

```bash
npx skills add devolutions/powershell-universal-skills@install-sandbox-psu -y
```

Package: devolutions/powershell-universal-skills
Source: https://github.com/Devolutions/powershell-universal-skills/tree/master/skills/install-sandbox-psu

### custom-frontend-psu

Official Devolutions skill from devolutions/powershell-universal-skills.

Install:

```bash
npx skills add devolutions/powershell-universal-skills@custom-frontend-psu -y
```

Package: devolutions/powershell-universal-skills
Source: https://github.com/Devolutions/powershell-universal-skills/tree/master/skills/custom-frontend-psu

### winforms-to-psu

Official Devolutions skill from devolutions/powershell-universal-skills.

Install:

```bash
npx skills add devolutions/powershell-universal-skills@winforms-to-psu -y
```

Package: devolutions/powershell-universal-skills
Source: https://github.com/devolutions/powershell-universal-skills/tree/HEAD/skills/winforms-to-psu

### custom-component-psu

Official Devolutions skill from devolutions/powershell-universal-skills.

Install:

```bash
npx skills add devolutions/powershell-universal-skills@custom-component-psu -y
```

Package: devolutions/powershell-universal-skills
Source: https://github.com/devolutions/powershell-universal-skills/tree/HEAD/skills/custom-component-psu

### code-review

Official Devolutions skill from devolutions/ironrdp.

Install:

```bash
npx skills add devolutions/ironrdp@code-review -y
```

Package: devolutions/ironrdp
Source: https://github.com/devolutions/ironrdp/tree/HEAD/.github/skills/code-review

### release-prep

Official Devolutions skill from devolutions/ironrdp.

Install:

```bash
npx skills add devolutions/ironrdp@release-prep -y
```

Package: devolutions/ironrdp
Source: https://github.com/Devolutions/IronRDP/tree/master/.github/skills/release-prep

### avalonia-devtools-mcp

Official Devolutions skill from devolutions/avalonia-extensions.

Install:

```bash
npx skills add devolutions/avalonia-extensions@avalonia-devtools-mcp -y
```

Package: devolutions/avalonia-extensions
Source: https://github.com/devolutions/avalonia-extensions/tree/HEAD/.github/skills/avalonia-devtools-mcp

### winui-control-theming

Official Devolutions skill from devolutions/avalonia-extensions.

Install:

```bash
npx skills add devolutions/avalonia-extensions@winui-control-theming -y
```

Package: devolutions/avalonia-extensions
Source: https://github.com/Devolutions/avalonia-extensions/tree/master/.github/skills/winui-control-theming

## devolutions/powershell-universal-skills package overview

Includes 4 official skills: install-sandbox-psu, custom-frontend-psu, winforms-to-psu, custom-component-psu.

### Top skills in this package

- install-sandbox-psu: Official Devolutions skill from devolutions/powershell-universal-skills.
- custom-frontend-psu: Official Devolutions skill from devolutions/powershell-universal-skills.
- winforms-to-psu: Official Devolutions skill from devolutions/powershell-universal-skills.
- custom-component-psu: Official Devolutions skill from devolutions/powershell-universal-skills.

### Install

Install the full package:

```bash
npx skills add devolutions/powershell-universal-skills -y
```

Install a specific skill:

```bash
npx skills add devolutions/powershell-universal-skills@install-sandbox-psu -y
```

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

Source: https://github.com/devolutions/powershell-universal-skills#readme
